@charset "UTF-8";
/* CSS Document */
/*Photographic Illustrators - www.photoillustrators.com*/
body {
	background-repeat:repeat-y;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/background.png);
	background-position: top;
}
img 	{border:none}
a		{color:#000000; font-style: normal; text-decoration: none;}
a:hover	{color:#CCCCCC;}
#active a { color:#006600; text-decoration: none;	}


/*----- Text Edits -----*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin: 15;
}
h1 {
	font-size: 12 px;
	color: #FFFFFF;
	margin-left: 15px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin-top: 5px;
	color: #990000;
	font-size: 14px;
	margin: 15px;
}
h3 {
	margin-top: 10px;
	margin-right: 30px;
	color:#FFFFFF;
	margin-left: 15px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;	}

/*----- Container Styles -----*/
#container {
	height: auto;
	width: 900px;
	margin: 0 auto;	}
#masthead {
	width: 900px;
	height: 300px;
	background-image:url(images/masthead.png);
	background-repeat: no-repeat;
	background-position:center;	}
	
/*----- Navigation Bar -----*/	
#navbar {
	height: 25px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #990000;
	text-align: center;
}	
#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 5px;
	margin: 0px;
	font-style: normal;
	font-weight: 100;		}
#navbar ul li {
	display: inline;
	list-style-type: none;	}
#navbar a {
	text-decoration: none;
	padding-right: 1.5em;
	color:#ffffff;
	display: inline;
}
#navbar a:hover {
	color: #;
	text-decoration: none;	}
#navbar #active a {
	color:#000000;
	font-weight: bold;
}
	
/*----- Sub-Navigation Bar -----*/	
#subnav {
	height: 25px;
	background-color: #000000;
	text-align: center;
	color: #660000;
}	
#subnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	margin: 0px;
	font-style: normal;
	font-weight: 100;			}
#subnav ul li {
	display: inline;
	list-style-type: none;	}
#subnav a {
	text-decoration: none;
	padding-right: 1em;
	color:#666666;
	display: inline;	}
#subnav a:hover {
	color: #003300;
	text-decoration: none;	}
#subnav #active a {
	color:#003300;
	font-weight: bold;
}
	
/*----- Main Content -----*/

#content {
	background-color:#000000;
	height:700px;
	width: 860px;
	background-position: top;
	right: auto;
	left: auto;
	padding: 20px;	}
	
#content .left {width:585px; float:left;;} #content .right {width:250px; float:right;}
#content .left .flash {width:585px; height:375px;}
#content .left .intro {width:585px; background:url(images/home/col_bg.png) repeat-x;}
#content .left .intro p {margin: 0 15px 0 15px;}
#content .left .thumbs {width:585px; background:url(images/home/col_bg.png) repeat-x;}
#content .left .thumbs p {margin: 0 15px 0 15px;}

#content .right .categories {width:250px; background:url(images/home/col_bg.png) repeat-x;}
#content .right .categories A {color:#FFFFFF; margin:0px 15px;}
#content .right .upcoming {width:250px; background:url(images/home/col_bg.png) repeat-x;}




/*----- Foot Bar -----*/
#footbar {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	width: 900px;
	background-color:#000000;
	vertical-align: bottom;
	color:#FFFFFF;
	line-height: inherit;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #990000;
}
	
#footbar ul li {
	display: inline;
	list-style-type: none;
	color: #CCCCCC;
}
#footbar a {
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	color:#FFFFFF;
}
#foorbar ul li a:hover
{
	color: #666666;
	text-decoration: none;
}


/*Lightbox Material
-------------------------*/
#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{ font: 10px Verdana, Helvetica, sans-serif; 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;	}
#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; }
