@charset "UTF-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
  		*font-size: small;
   		*font: x-small;
	background-image: url(images/bgtall.png);
	background-repeat: repeat-x;
}

h1 {
	color: #0096ff; 
	text-transform: uppercase; 
	font-size: 18px; 
	clear: both;
}

h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	color: #CCC;
  	margin: 0;
 	line-height: 1em;
 	font-size: 100%;
  	font-weight: normal;
  	font-style: normal;
}

table {
 	font-size: inherit;
 	font: 100%;
}

ul {
	list-style: none;
}

img {
	border: 0;
}
 
p {
	font-size: 12px; /*TEXT FONT SIZE*/
	color: #CCCCCC;
	line-height: 18px; /*TEXT LINE HEIGHT*/
	text-align: justify; /*JUSTIFYS OUR PARAGRAPHS*/
	margin: 5px 0 10px;  /*ADDS TOP MARGIN OF 5PX AND BOTTOM MARGIN OF 10PX NO MARGIN LEFT OR RIGHT*/
	padding: 0; /*ADDS NO PADDING*/
}

.small {
	font-size: 11px
}

h3 {
	font-size: 11px; /*TEXT FONT SIZE*/
	color: #CCCCCC;
	line-height: 12px; /*TEXT LINE HEIGHT*/
	text-align: left; /*JUSTIFYS OUR PARAGRAPHS*/
	margin: 5px 0 10px;  /*ADDS TOP MARGIN OF 5PX AND BOTTOM MARGIN OF 10PX NO MARGIN LEFT OR RIGHT*/
	padding: 0; /*ADDS NO PADDING*/
}

h2 {
	font-size: 14px; /*TEXT FONT SIZE*/
	color: #0096ff;
	line-height: 18px; /*TEXT LINE HEIGHT*/
	text-align: justify; /*JUSTIFYS OUR PARAGRAPHS*/
	margin: 20px 0 5px;  /*ADDS TOP MARGIN OF 5PX AND BOTTOM MARGIN OF 10PX NO MARGIN LEFT OR RIGHT*/
	padding: 0;/*ADDS NO PADDING*/
	clear: both;
}

.float-left {
	float:left; /*class for float left*/
}

.float-right {
	float:right; /*class for float right*/
}

#container {
	width: 900px; /*width of our container*/
	margin-top: 0px; /*sets top margin to 0*/
	margin-right: auto; /*sets right margin to auto which centers our website*/
	margin-left: auto; /*sets left margin to auto which centers our website*/
	padding-left: 50px;
}

#header {
	float: left; /*floats our header left*/
	height: 150px;
	width: 900px; /*gives our header a width of 900px*/
}

#top-elements {
	float: left; /*floats top elements left*/
	width: 900px; /*sets our top elements width to 900px*/
	padding-top: 20px; /*gives our top elements a padding of 20px*/
}

#logo {
	float: left; /*floats our logo left*/
	height: 119px; /*gives our logo a height of 37px same as our logo image*/
	width: 400px; /*sets our logo div's height to 270px same as our logo image*/
}

#nav-bar {
	float: right; /*floats our navigation right*/
	height: 29px; /*gives our navigation a height of 29px*/
	padding-top: 8px; /*gives our navigation top padding*/
	margin-bottom: 40px; /*gives our navigation a bottom margin*/
}

.navlinks ul {
	margin: 0px; /*gives our unordered list 0 margin*/
	padding: 0px; /*gives our unordered list 0 padding*/
}
	 
.navlinks li {
	display: inline; /*displays our navigation links inline*/
	list-style-type: none; /*removes bullets points from our navigation*/
	padding-left: 20px; /*gives our navigation list items left padding*/
}
	 
.navlinks li a {
	text-decoration: none; /*removes bottom line from nav links*/
	font-size: 13px; /*sets navigation font size*/
	color: #FFFFFF; /*sets navigation link color*/
	padding-bottom: 2px; /*gives our navigation links bottom padding*/
}
 
.navlinks li a:hover {
	border-bottom-width: medium; /*gives links a medium thickness bottom border*/
	border-bottom-style: solid; /*makes the bottom border line solid*/
	border-bottom-color: #0096ff; /*sets the color of the border*/
}
	 
.navlinks li.current a{
	border-bottom-width: medium; /*gives links a medium thickness bottom border*/
	border-bottom-style: solid; /*makes the bottom border line solid*/
	border-bottom-color: #0096ff; /*sets the color of the border*/
}

#featured-area {
	background-repeat: no-repeat; /*STOPS BACKGROUND REPEATING*/
	background-image: url(images/featuredbg.png); /*ADDS OUR CONTENT BACKGROUND IMAGE*/
	float: left; /*ADDS A FIXED HEIGHT*/
	width: 900px; /*ADDS A FIXED WIDTH*/
	margin-bottom: 20px; /*ADDS BOTTOM MARGIN*/
} 

.featured-control-left {
	float: left; /*FLOATS LEFT*/
	height: 140px; /*ADDS A FIXED HEIGHT*/
	width: 45px; /*ADDS A FIXED WIDTH*/
	padding-top: 120px; /*ADDS TOP PADDING*/
}
 
.featured-text {
	float: right; /*FLOATS RIGHT*/
	width: 360px; /*ADDS A FIXED WIDTH*/
	height: 150px; /*ADDS A FIXED HEIGHT*/
	padding-top: 30px; /*ADDS TOP PADDING*/
	padding-right: 10px; /*ADDS RIGHT PADDING*/
}
 
.featured-content {
	float: left; /*FLOATS LEFT*/
	height: 240px; /*ADDS A FIXED HEIGHT*/
	width: 790px; /*ADDS A FIXED WIDTH*/
}

.featured-content img {
	margin-left: 20px; /*ADDS A LEFT MARGIN*/
	margin-right: 20px; /*ADDS A RIGHT MARGIN*/
	float: left; /*FLOATS LEFT*/
}
	 
.featured-control-right {
	float: right; /*FLOATS RIGHT*/
	height: 140px; /*ADDS A FIXED HEIGHT*/
	width: 45px; /*ADDS A FIXED WIDTH*/
	padding-top: 120px; /*ADDS PADDING TOP*/
}

.hidden {
	display: none; /*hides our 2nd and 3rd featured images*/
}

/* ----------LEFT CONTENT STYLES---------- */
 
.left-content {
    float: left; /*FLOATS LEFT CONTENT BOX LEFT*/
	width: 590px; /*ADDS A FIXED WIDTH*/
	-moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	-webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	background-color: #0a0a0a; /*LEFT CONTENT BACKGROUND COLOR*/
	border: 1px solid #181818; /*LEFT CONTENT 1 PX BORDER AND BORDER COLOR*/
	padding: 10px 20px 20px 20px; /*ADDS PADDING ALL THE WAY AROUND*/
}
	 
/* ----------RIGHT CONTENT STYLES---------- */
 
.right-content {
	float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
	width: 200px; /*ADDS FIXED WIDTH*/
	-moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	-webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	background-color: #0a0a0a; /*RIGHT CONTENT BACKGROUND COLOR*/
	border: 1px solid #181818; /*RIGHT CONTENT 1 PX BORDER AND BORDER COLOR*/
	padding: 10px 20px 20px 20px; /*ADDS PADDING ALL THE WAY AROUND*/
}

/* ----------LEFT CONTENT STYLES---------- */
 
.content {
    float: left; /*FLOATS LEFT CONTENT BOX LEFT*/
	width: 850px; /*ADDS A FIXED WIDTH*/
	-moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	-webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
	background-color: #0a0a0a; /*LEFT CONTENT BACKGROUND COLOR*/
	border: 1px solid #181818; /*LEFT CONTENT 1 PX BORDER AND BORDER COLOR*/
	padding: 10px 30px 20px 20px; /*ADDS PADDING ALL THE WAY AROUND*/
}

a:link {
	color: #0096ff; /*COLOR OF A LINK*/
	text-decoration: none; /*REMOVES UNDERSCORE*/
}
a:visited {
	text-decoration: none; /*REMOVES UNDERSCORE*/
	color: #0096ff; /*COLOR OF A VISITED LINK*/
}
a:hover {
	text-decoration: none; /*ADDS UNDERSCORE*/
	color: #0096ff; /*COLOR OF A HOVERED LINK*/
}
a:active {
	text-decoration: none; /*REMOVES UNDERSCORE*/
	color: #0096ff; /*COLOR OF A ACTIVE LINK*/
}

.thumb {
	margin: 3px 0 15px 0;
	border: 1px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
}
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}

.photocattitle {text-align: center; font-weight: bold;}

.phototitle {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 0 3px 3px 3px;
} 

#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; }

/* ----------FOOTER STYLES---------- */
 
#footer {
	clear: both; /*CLEARS BOTH FLOATS*/
	padding-top: 60px;
	height: 100px; /*ADDS A FIXED HEIGHT*/
	background-position: bottom; /*PLACES BACKGROUND AT THE BOTTOM OF THE DIV*/
}
 
#footer-content {
	height: 100px; /*ADDS A FIXED HEIGHT*/
	width: 900px; /*ADDS A FIXED WIDTTH*/
	margin: auto; /*AUTO MARGIN CENTERS OUR FOOTER*/
	background-position: bottom; /*PLACES BACKGROUND AT THE BOTTOM OF THE DIV*/
}

#footer-content p {
	font-size: 10px;
	color: #CCCCCC; /*COLOR OF FOOTER TEXT*/
	padding-left: 20px;
}