/* ------------------------------
global styles
------------------------------ */
* {margin:0; padding:0}
p,ol,ul,h1,h2,h3,h4,h5,h5,h6 {margin:0 0 1em 0;}

body
{
font: 85% Arial,Helvetica,sans-serif;
text-align: center;
color: #333;
background: #D7DACC url(images/bodypic.png) repeat-y 17% 0;
}
/* ------------------------------
text styles
------------------------------ */
a { text-decoration: none; }
a:link, a:visited, a:active { color: #006a80; }
a:hover { color: #a8001c; }
h1{
font: 190% Arial,Helvetica,sans-serif;
color:#D7DACC;
text-align: center;
letter-spacing: .1em;
background-color:#244D49;
padding: 2px;
}
h2
{
font: 120% Arial,Helvetica,sans-serif;
color: #D7DACC;
text-align: left;
letter-spacing:.1em;
background-color:#CE534D;
padding: 3px;
}
h3
{
font: 100% Arial,Helvetica,sans-serif;
color: #494949;
letter-spacing:.1em;
text-align: center;
background-color:#8FCCC2;
padding: 2px;
}
h4 {
font: 100% Arial,Helvetica,sans-serif;
color: #D7DACC;
letter-spacing:.2em;
background-color:#244D49;
padding: 3px;
margin-top: 20px;
}
/* ------------------------------
paragraph styles
------------------------------ */
 .center {
 text-align: center;
 }
 .center span{
 font-size: 24px;
 }
 .pstyle {
overflow:auto;
height:100%;
padding: 20px 0;
margin: 0 8px 0 0;
letter-spacing: .1em;
word-spacing: .1em;
text-align: justify;
font-size:106%;
color:#494949;
display:table-cell;
 }
 .pmore{
font: 110% Arial,Helvetica,sans-serif;
letter-spacing:.3em;
padding-bottom:10px;
 }
.blogentry .pstyle span
 {
 font-weight: bold;
 color: #E6262E;
 }
/* ------------------------------
container styles
------------------------------ */
#container
{
margin: 1em auto;
width: 920px;
text-align: left;
background: #D7DACC;
}
/* ------------------------------
header styles
------------------------------ */
#header
{
height: 300px;
width: 100%;
position: relative;
background: #D7DACC url(images/logo.png) no-repeat 0 0;
}
#header h1
{
position: absolute;
margin: 270px 0 5px 65px;
background: #64B6B1;
}
#skipmenu
{
position: absolute;
right: .1em;
top: 45px;
width: 920px;
text-align: right;
font: 190% georgia, times, "times new roman", serif;
}
#skipmenu a
{
color: #46433A;
text-decoration: none;
}
/* ------------------------------
mainnav styles
------------------------------ */
#mainnav{
font: 140% Arial,Helvetica,sans-serif;
font-weight: bold;
text-transform: uppercase;
width: 100%;
padding: 0 0 10px 0;
margin-bottom: 10px;
}
#mainnav ul{
padding: 20px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
#mainnav ul li{
display: inline;
}
#mainnav ul li a{
color: #494949;
padding: 20px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 15px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}
#mainnav ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
/* ------------------------------
contents styles
------------------------------ */
#contents
{
text-align: center;
width: 920px;
margin-top: 1em;
}
#contents p { line-height: 150%; }
/* ------------------------------
left right box styles
------------------------------ */
.leftbox{
width:300px;
float: left;
margin-left:10px;
margin-top:10px;
position: relative;
text-align: left;
}
.leftbox h3{
text-align: left;
}
.rightbox{
float: right;
width:300px;
margin-right:10px;
margin-top:10px;
position: relative;
text-align: right;
}
.rightbox h3 {
text-align: right;
}
/* ------------------------------
background images
------------------------------ */
.boxpic {
background: url(images/pic1.png) bottom center no-repeat;
background-position: 50% 50%;
padding-bottom: 16%;
}
.boxpic2 {
background: url(images/pic2.jpg) bottom center no-repeat;
background-position: 0 30px ;
padding-top:5px;
}
hr {
background:url(images/hr.png) no-repeat top center;
height:10px;
border:none !important;
}
/* ------------------------------
general image styles
------------------------------ */
.floatleft
{
float: left;
border: 5px solid #fff;
margin-right: 20px;
}
.selection
{
border: 5px solid #fff;
margin: 13px;
}
.oldwork
{
border: 3px solid #fff;
margin: 1px;
}
/* ------------------------------
footer styles
------------------------------ */
#footer
{
clear: both;
color: #494949;
text-align: center;
font-size: 100%;
border-top: 1px solid #494949;
}
/* ------------------------------
lightbox 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{ 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; }

