/*
 * Galleria Twelve Theme 2011-06-07
 * Copyright (c) 2011, Aino
 *
 * adapted to allow multiple lines for description and credit
 * (see http://dev.himalayanacademy.com/view/2011-10-01_uberoi-conference)
 */

.galleria-container {
	position: relative;
	overflow: hidden;
	font: 11px/1.4 arial,sans-serif;
	color: #fff;
}
.galleria-container img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.galleria-stage {
	overflow: hidden;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;  # BR: June 12, 2012: was 30px
}
.galleria-container.fullscreen .galleria-stage { bottom: 0 }
/*
.galleria-bar {
	height:31px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #352f29; /*kt 2011-12-03*/
	/*background: url(/includes/js/galleria/themes/twelve-cq/bar.png) repeat-x;*/
	z-index: 3;
}
*/
.galleria-s1,
.galleria-s2,
.galleria-s3,
.galleria-s4 {
	background: url(/includes/js/galleria/themes/twelve-cq/separator.png);
	height: 29px;
	width: 2px;
	position: absolute;
	left: 28px;
	bottom: 1px;
}
.galleria-s2 { left: 58px }
.galleria-s3 {
	right: 29px;
	left: auto;
}
.galleria-s4 {
	right: 58px;
	left: auto;
}
.galleria-progress {
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: #aaa;
	opacity: .5;
	z-index: 3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.galleria-thumblink,
.galleria-fullscreen,
.galleria-play,
.galleria-popout {
	width: 29px;
	height: 29px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url(/includes/js/galleria/themes/twelve-cq/thumbs.png) no-repeat 50% 50%;
	cursor: pointer;
	/*
	need to get this up on top for our custom caption
	*/
	z-index: 4;
	background-color: rgb(53,47,41);
}
.galleria-fullscreen,
.galleria-popout {
	left: auto;
	right: 0;
	background-image: url(/includes/js/galleria/themes/twelve-cq/fullscreen.png);
	background-position: 8px 7px;
}
.galleria-popout {
	background-image: url(/includes/js/galleria/themes/twelve-cq/popout.png);
	right: 30px;
	background-position: 50% 50%;
}
.galleria-play {
	left: 30px;
	background-image: url(/includes/js/galleria/themes/twelve-cq/playpause.png);
	background-position: 10px 9px;
}
.galleria-play.playing { background-position: 10px -91px }
.galleria-fullscreen.open { background-position: 8px -93px }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active { background-color: #000 }
.galleria-thumbnails-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: url(/includes/js/galleria/themes/twelve-cq/bg.png);
	z-index: 2;
}
.galleria-thumbnails-list {
	position: absolute!important;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 41px;
	overflow: auto!important;
}
.galleria-thumbnails .galleria-image {
	width: 80px;
	height: 45px;
	float: left;
	margin: 0 7px 7px 0;
	border: 3px solid #fff;
	cursor: pointer;
}
.galleria-container.notouch .galleria-thumbnails .galleria-image:hover,
.galleria-container.touch .galleria-thumbnails .galleria-image:active {
	opacity: .9;
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
}
.galleria-info {
	position: absolute;
	overflow: hidden;
	height: 29px;
	line-height: 35px; /*kt: was 29px increase to accomodate new font size*/
	left: 58px; /*BR:  June 12, 2012, was 70px reduced to move the counter to the left*/
	right: 70px;
	bottom: 4px; /* was 1px */
	color: #ddd; /*kt: lighten a bit from original Galleria */
   /* color: #bbb;*/
	font-family:  georgia, verdana, sans-serif, Times; 
	z-index:3; /* BR Need to get this up over the stage now */
	
}
/*
.galleria-info > *,
.galleria-info-text > * { display: inline }
*/
/* dj added */
.galleria-info > * { display: inline },
.galleria-info-text > * { display: block; }
.galleria-info-text > * { margin:0 2% 0 0; }

.galleria-info-title {
	color: #faf7f1;
	font: 700 16px serif;
	font-style: italic;
	padding: 0 10px;

	/* previous Galleria:
color: #fff;
	font-weight: bold;
	
*/
}
/*
.galleria-info-text {
	padding-left: 10px;
	font-family:  georgia, verdana, sans-serif, Times; 
	font-size: 13px;
	font-weight: 500;
}
*/
.galleria-info-text { /* dj */
	text-align:left;
	position:absolute;
	bottom: 0px; left:0px;
	background:rgb(53,47,41);
	font-family: georgia, verdana, sans-serif, Times; 
	font-size:13px;
	z-index:2;   
	min-height:22px;
	padding-left: 10px; /* 10px */
	padding-right:10px; /* 10px */
	padding-top:4px;
	padding-bottom:32px; /* 4px - now move above bottom bar */ 
	text-align:left;
	width:100%;
} 
.galleria-info-text span { /* dj - slide credit */ 
	font-size:80%;
	font-style:italic;
}

.galleria-counter {
	position: absolute;
	left:5px;
	bottom:0px;
	background: url(/includes/js/galleria/themes/twelve-cq/separator.png) no-repeat 100% 0;
	display: inline-block;
	*display: inline;
	padding-right: 10px;
	_height: 29px;
	zoom: 1;
}

.galleria-loader {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	z-index: 2;
	display: none;
	background: #000 url(loader.gif) no-repeat 50% 50%;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.galleria-image-nav {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 100%;
	height: 36px;
	left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
	cursor: pointer;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 20px;
	z-index: 2;
	background: url(/includes/js/galleria/themes/twelve-cq/nav.png);
}
.galleria-image-nav-right {
	left: auto;
	right: 20px;
	background-position: -36px 0;
	z-index: 2;
}
.galleria-container.notouch .galleria-image-nav-left:hover,
.galleria-container.touch .galleria-image-nav-left:active { background-position: 0 -36px }
.galleria-container.notouch .galleria-image-nav-right:hover,
.galleria-container.touch .galleria-image-nav-right:active { background-position: -36px -36px }
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	cursor: pointer;
	display: none;
	background-position: -495px 5px;
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 23px;
	z-index: 3;
	opacity: .8;
}
.galleria-thumb-nav-right {
	background-position: -578px 5px;
	border-right: none;
	right: 0;
	left: auto;
}
.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover,
.galleria-thumbnails-container .disabled:active {
	opacity: .2;
	cursor: default;
}
.galleria-container.notouch .galleria-thumb-nav-left:hover,
.galleria-container.touch .galleria-thumb-nav-left:active,
.galleria-container.notouch .galleria-thumb-nav-right:hover,
.galleria-container.touch .galleria-thumb-nav-right:active {
	opacity: 1;
	background-color: #111;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right { display: block }
.galleria-lightbox-content { background: url(/includes/js/galleria/themes/twelve-cq/loader_pos.gif) no-repeat 50% 50% }

/*
Background element to take the place of the bar behind controls when there is no caption
*/
.galleria-barbac {
	height:31px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #352f29;
	 /*kt 2011-12-03*/  
	z-index: 1;
}

/* Need to get tooltips on top of everything */
.galleria-tooltip {
	z-index:5;
}    

/* media css for smaller screens (dj) */
@media only screen and (max-width: 800px) {
	.galleria-info-text { /* reduce text size */ 
		padding-left:1%;
		padding-right:2%;
		width:96.75%;
	} 
}
@media only screen and (max-width: 480px) {
	.galleria { width: auto; }
	.galleria-info-title {
		font-size:.9em;
	}
	.galleria-info-description { /* reduce text size */
		font-size:.9em;
		padding-left:1%;
		padding-right:2%;
		width:96.75%;
	} 
	.galleria-image-nav-left,
	.galleria-image-nav-right { /* move nav images upward */
		top:-250%;
	}
}
@media only screen and (max-width: 360px) {
	.galleria-info-text { /* reduce text size */
		font-size:.8em;
		padding-left:1%;
		padding-right:2%;
		width:96.75%;
	} 
	.galleria-image-nav-left,
	.galleria-image-nav-right { /* move nav images upward */
		top:-250%;
	}
}

@media only screen and (max-width: 320px) {
	.galleria-info-text { /* reduce text size */
		font-size:.8em;
		padding-left:1%;
		padding-right:2%;
		width:99%;
	} 
	.galleria-image-nav-left,
	.galleria-image-nav-right { /* move nav images upward */
		top:-220%;
	}
}

