/* CSS Document */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
}

a {
text-decoration: none;
color: #666666;
}

a:hover {
text-decoration: none;
color: #ffcc66;
}

h1 {
font-size: 150%;
font-weight: bolder;
}

h2 {
font-size: 120%;
font-weight: bolder;
}

.foliotitle {
font-size: 90%
width: 600px;
height: 30px; 
line-height: 30px; 
margin-top: 15px;
margin-bottom: 15px;
disply: inline;
}

.foliotitle a {
color: #666666;
text-align: right;
text-decoration: none;
}

.foliotitle a:hover {
color: #ffcc66;
text-decoration: none;
}

span {display: inline;}

table {
font-size: 80%;
}

.wrapper {
    margin: 45px auto 0 auto;
	min-height: 660px;
	width: 930px;
       background-color: white;
       background: url(images/siteimages/1kbg.jpg);
      background-repeat: no-repeat;
position:relative;
}
.wrapper .nav {
	height: 100px;
	width: 930px;
	border-bottom: 2px solid #666666;
}

.navtop {height: 60px;}

.nav a {
   text-decoration: none;
   color: #666666;
   border: none;
   }
   
.nav a:hover {
   color: #ffcc66;
   }

.nav ul li {
   display: inline;
   margin-left: 40px;
   float: right;
   font-size: 95%;
   font-weight: bolder;
}

.bodymain {
   min-height: 530px; 
   }
   
.hometext {
   margin: 130px 30px 0 45px;
   }   
   

body#about .hometext {
    margin: 35px 30px 0 45px;
   }   

body#about .hometext  p {
font-size: 80%;
margin: 20px 0;
}

.hometext p {
  font-size: 90%;
  }

.homeleft h1 {
font-size: 110%;
margin: 0;
padding: 0;
}   

.homeleft p {
margin: 0;
padding: 0;
}

.homeleft {
   float: left;
   height: 520px;
   width: 465px;
   }
   
.homeright {
   float: right;
   min-height: 520px;
   width: 465px;
   }

.homeleft ul {
margin-top: 60px;
}

 .homeleft ul li {
font-size: 100%;
font-weight: bolder;
float: left;
margin-bottom: 110px;
list-style-type: none;
}

 .homeleft ul li a {
color: #666666;
text-decoration: none;
}

 .homeleft ul li a:hover {
color: #ffcc66;
text-decoration: none;
}
   
.submen {
margin-top: 60px;
}

.submenitem {
line-height: 22px;
height: 110px;
font-size: 100%;
font-weight: bolder;
float: left;
width: 180px;
}


body#works .homeright {
width: 660px;
margin-right: 50px;
}

body#works .homeright img {
float: right;
border: 2px solid #666666;
margin-top: 20px;
}
   
body#works .homeleft {
width: 190px;
margin-left: 20px;
}

body#folio .homeright {
width: 684px;
margin-right: 26px;
}

body#folio .homeleft {
width: 190px;
margin-left: 20px;
}

body#links .homeright {
   min-height: 520px;
}

body#links .hometext {
    margin-top: 70px;
margin-left: 50px;
width: 450px;
font-size: 80%;
   }   

body#links .hometext  p {
font-size: 70%;
margin: 20px 0;
}

body#contact .hometext {
margin: 80px 80px;
}


body#contact .hometext p {
width: 240px;
border-bottom: 1px solid #666666;
line-height: 25px;
padding-bottom: 10px;
}


body#links .homeleft {
   float: left;
   height: 520px;
   width: 415px;
   }
   
body#links .homeright {
   float: right;
   min-height: 520px;
   width: 515px;
   }

body#links .foliotitle {
margin-top: none;
margin-bottom:15px;
width: 450px;
font-size: 110%;
}

.thumb {
margin-right: 24px;
margin-bottom: 14px;
width: 90px;
float: left;
}

.thumb img {
border: 2px solid #666666;
}


.resume {
margin-top: 75px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .resume { margin-top: 35px; }
}

.footer {
   height: 30px;
   border-top: 2px solid #666666;
   color: #999999;
   font-size: 70%;
   text-align: center;
   line-height: 30px;
   letter-spacing: 1px;
clear: both;
   }
   
.linkcol {
width: 224px;
float: left;
line-height: 20px;
}

 .footer a {
   color: #999999;
   text-decoration: none;
   }
      
 .footer a:hover {
   color: #333333;
   text-decoration: underline;
   }
   
   /* lightbox css */

#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/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;}	 	

