/* CSS Document */
/* .wrapper_2nd controls bkg of secondary pages */
.wrapper_2nd {
	background-image:url('images/ss_wrapper2nd_bkg.png');
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	width:100%;
	}
.content_2nd {
	clear:both;
	width:842px;
	}
.c2_col1 {
	background:#333;
	border:#000 solid 1px;
	float:left;
	width:575px;
	height:auto;
	min-height:575px;
	padding:15px 20px 15px 15px;
	}
.c2_title {
	text-align:left;
	margin-bottom:15px;
	}
/* Links on main landing pages */
h2 {
	margin:0;
	padding:0 0 18px 0;
	font-weight:normal;
	}
h2 a:link, h2 a:visited h2, h2 a:active, h2 a:hover {
	text-decoration:none;
	}
/* .c2_col1_slideshow controls the position of main image on costume pages */
#costume_mainimg {
	width:254px;
	height:418px;
	padding:4px 15px 5px 0;
	}
	
/* .c2_col1_textcontainer controls position of text on costume pages */
.c2_col1_textcontainer {
	float:left;
	width:575px;
	margin-top:-7px;
	}

/* .c2_col1_r2buttons controls position of bottom buttons on costume pages */
.c2_col1_r2buttons {
	clear:both;
	text-align:left;
	}
.c2_col1_r2buttons img {
	margin-left:-5px;
	margin-right:-5px;
	margin-top:8px;
	margin-bottom:-5px;
	}
/* .c2_text controls position of text on all secondary pages */
.c2_text {
	padding-left:8px;
	padding-right:5px;
	text-align:left;
	line-height:24px;
	letter-spacing:1px;
	}
.c2_text b {
	font-size:13px;
	letter-spacing:1px;
	color:#66ccff;
	}
.testimonial_indent {
	list-style-type:none;
	list-style-position:inside;
	padding-left:325px;
	}
.c2_text b a {
	color:#e6abd0;
	}
.c2_pdflink {
	height:16px;
	width:16px;
	padding:5px 5px 0 0;
	}
.c2_nested_img {
	margin-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	}
.c2_text_articles {
	clear:both;
	width:575px;
	height:120px;
	}
.c2_text_col1 {
	float:left;
	width:144px;
	height:120px;
	margin-right:8px;
	margin-top:3px;
	}
.c2_text_col2 {
	float:right;
	width:400px;
	height:120px;
	text-align:left;
	}

/* BEGIN: Sidebar Elements (on secondary pages ONLY!!!) */
.sidebar {
	float:left;
	margin-top:195px;
	}
.sidebar_content {
	vertical-align:bottom;
	}
.sidebar_content img {
	margin-bottom:-10px;
	}
.sidebar_footer {
	font-size:10px;
	text-align:right;
	padding-right:14px;
	}
/* END: Sidebar Elements */

/* BEGIN: Gallery Elements */
.gallery_content {
	width:842px;
	height:625px;
	background:#333;
	border:#000 solid 1px;
	}
.gallery_content .c2_title {
	padding-top:15px;
	padding-left:15px;
	margin-bottom:8px;
	}
/* END: Gallery Elements */

/* BEGIN: jquery light box styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; margin-bottom:10px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* END: jquery light box styles */