/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
body.secondary div#main ul.albumlist
{
	margin:10px 0 0 0;
	padding:5px;
	float:left;
	list-style-type:none;
}

/* Picture List UL */
body.secondary div#main ul.picturelist
{
	margin:0;
	padding:0;
		list-style-type:none;

}


/* Album and Picture Lists */
body.secondary div#main .thumb {
	padding:0;
	margin:0 .75em 0.75em 0;
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}
body.secondary div#main .albumlist {
	padding:0;
	margin:0 .75em 0.75em 0;
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
	height:175px;
}

body.secondary div#main .thumb a, .albumlist a {
	display:block;
	width:100px; 
	height:75px;
	padding:10px;
	margin:0;
	background-color:white;
	border:2px solid #003A5B;
	text-decoration:none;
}

body.secondary div#main .albumcomment { text-align: left; }

body.secondary div#main .thumb a:hover, body.secondary div#main .thumb_album a:hover, .thumb_staff a:hover {
	border:2px solid #A5A5A5;
}

/* Styling of text and navigation for Album */
.albumname
{
	text-align:left;
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	text-transform:uppercase;
	margin:.5em 0;
	width:100px;
}
.albumname_list {
	text-align:left;
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	text-transform:uppercase;
	margin:.5em 0;
}
.albumname a
{
	display: inline;
        border: none;
        margin:0;
        padding:0;
        background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:left;
	font-weight:normal;
	font-style:italic;
	text-transform:lowercase;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/gallery/modules/Album/templates/db/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/gallery/modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/gallery/modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	padding-bottom:10px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size:14px; font-weight: bold;	}
#imageData #caption p {margin:0; font-weight:normal; font-size:12px;}
#imageData #numberDisplay{display:none; /*display: block; clear: left; padding-bottom: 1.0em;*/	}			
#imageData #bottomNavClose{width: 66px; float: right;  padding-bottom: 0.7em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
