﻿/*Big Read Style Sheet*/

/*defaults*/
body 	{background:#2765AF url('../zBigRead/images/body_bg3.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:80%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}
form	{float: right; width: 100%;}

/*structural elements*/
#container	{margin:auto; float:center; width:760px; }
#holder		{width:100%; padding:10px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{height: 77px; background:url('../images/Homepics/new-logo-header.gif') no-repeat 5px 0; border-bottom:1px solid #DADADA; padding:5px 10px 5px 0px; }
#navigation	{padding:10px 0; }
#header		{background:#DADADA url('../zBigRead/images/BRbanner-web2009.jpg') no-repeat 10px 10px; padding:20px; height:258px; }
#headercon	{background:#DADADA url('../zBigRead/images/contestbanner2009.gif') no-repeat 10px 10px; 
padding:20px; height:50px;
}
#headereve	{background:#DADADA url('../zBigRead/images/eventsbanner2009.gif') no-repeat 10px 10px; 
padding:20px; height:50px;
}
#headerexh	{background:#DADADA url('../zBigRead/images/exhibitsbanner2009.gif') no-repeat 10px 10px; 
padding:20px; height:50px;
}
#headerkloc	{background:#DADADA url('../zBigRead/images/klocbanner-2008.gif') no-repeat 10px 10px; 
padding:20px; height:50px;
}
#headerps	{background:#DADADA url('../zBigRead/images/psbanner2009.gif') no-repeat 10px 10px; 
padding:20px; height:50px;
}
#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:left; }
.newsItem	{padding:20px 20px 5px 20px; width: 210px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:90%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #000000; }
#copyright	{float:right; }
#topinforight {float: right; width: 80px; padding: 0 80 0 5px;}

/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }

#lightbox{
	position: absolute;
	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;}

#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:visited:hover { background: url("../images/photoslide/prevlabel.gif") left 15% no-repeat; }
#prevLink:hover { background: url("../images/photoslide/prevlabel.gif") left 15% no-repeat; }
#nextLink:visited:hover { background: url("../images/photoslide/nextlabel.gif") right 15% no-repeat; }


#nextLink:hover { background: url("../images/photoslide/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ 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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */



