@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	font-size:small;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#43251b;
	background-image:url(../images/chromeFolio/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
	text-align:center;
	position : absolute;
	top:0;
	left:0;
	height:49px;
	margin:0;
	width:685px;
	padding : 12px 0 0 0;
	color:#888;
	font-size:28px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image:url(../images/chromeFolio/h1BG.gif);
	background-repeat : no-repeat;
	background-position:center;
}

#container {
	text-align:left;
	position:relative;
	width:830px;
	margin:0 auto 0;
	padding:0;
	/*background-color:#FF0000;*/
	background-image:url(../images/chromeFolio/borderBGan.gif);
	background-repeat:repeat-y;
	background-position:0 105px;
	color:#fff;
}

#header {
	height:105px;
	text-align:right;
	padding:0;
	margin:0;
	background-image:url(../images/chromeFolio/headerBGan.gif);
	/*background-color:#00FF00;*/
}

#header a {
	margin-right:4.5em;
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#F7E8B0;
	text-decoration:none;
	border-bottom:1px dashed #F7E8B0;
}

#header a:hover {
	border-bottom:none;
	color:#F3ECD9;
}

#logo img {
	position:absolute;
	left:210px;
	top:22px;
}

#logo h1 {
	display:none;
	background-image:none;
}


#nav {
	padding:20px 0;
	background-image:url(../images/chromeFolio/navBG.jpg);
	background-repeat:no-repeat;
	background-position:52px 42%;
	/*background-color:#FFFF00;*/
	height:30px;
	text-align:center;
}

#nav ul {
	display:block;
}

#nav ul li{
	padding-right:23px;
}

#nav ul, li, a {
	list-style:none;
	display:inline;
	color:#391C0C;
	text-decoration:none;
	font:18px Geneva, Arial, Helvetica, sans-serif bold;
}

#nav ul li a:hover {
	/*background-color:#6FF;*/
	color:#BC6A2F;
}

#bod {
	margin:0 auto 0;
	padding:0 52px;
	
	/*background-color:#0000FF;*/
}

#profile, #print, #web, #illustration, #awards, #contact {
	position:relative;
	/*padding-top:2em;*/
	margin-left:17px;	
	border:1px #FF0000;
}

.portrait {
	float:right;
	width:170px;
	height:170px;
	background-image:url(../images/chromeFolio/portraitBG.gif);
	background-repeat:no-repeat;
	margin:80px 82px 0 0;
}

.portrait img {
	padding:10px;
}

#profile p {
	width:325px;
	padding-top:80px;
	margin-left:53px;
	color:#F7E8B0;
	font:12px Geneva, Arial, Helvetica, sans-serif normal;
}

#profile p a, #profile p a:active, #profile p a:link, #profile p a:visited {
	border-bottom:1px dashed #F7E8B0;
	color:#F7E8B0;
	font-size:16px;
}

#profile p a:hover {
	color:#F3ECD9;
	border-bottom:none;
}

#profile p a img {
	border:none;
}

ul.thumbs {
	padding-top:80px;
}

ul.thumbs li {
	padding:0;
	margin:10px;
	position:relative;
}

ul.thumbs li a img {
	border:3px solid #222;
}

ul.thumbs li a:hover img {
	border: 3px solid #70030b;
}

ul.awrd {
	padding-top:80px;
	padding-bottom:25px; /*  <--  adjust for bottom  */
}

ul.awrd li {
	padding-top:4px;
	margin-left:15px;
	display:list-item;
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#F7E8B0;
}

ul.awrd li a, ul.awrd li a:link, ul.awrd li a:active, ul.awrd li a:visited {
	text-decoration:none;
	border-bottom:1px dashed #F7E8B0;
	color:#F7E8B0;
	font:12px Geneva, Arial, Helvetica, sans-serif;
}

ul.awrd li a:hover {
	color:#F3ECD9;
	border-bottom:none;
	font:12px Geneva, Arial, Helvetica, sans-serif;
}


#foot {
	border:1px #FF0000;
	position:relative;
	height:105px;
	background-image:url(../images/chromeFolio/footerBGan.gif);
	background-position:top;
}

#top {
	position:absolute;
	left:390px;
	top:28px;
	background-image:url(../images/chromeFolio/contactUp.jpg);
	background-repeat:no-repeat;
	/*background-position:1px 1px;*/
}

#top a img {
	border:0;
}

#top a:hover img {
	background-image:url(../images/chromeFolio/contactOver.jpg);
}

ul.validation {
	font:10px Geneva, Arial, Helvetica, sans-serif;
	margin-left:4.5em;
	color:#F7E8B0;
	padding:75px 0 0 0;
	display:inline;
}

p.footer {
	font:10px Geneva, Arial, Helvetica, sans-serif;
	margin-right:4.5em;
	color:#F7E8B0;
	text-align:right;
	padding:65px 0 0 0;
	
}

p.footer a, p.footer a:link, p.footer a:active, p.footer a:visited {
	color:#F7E8B0;
	text-decoration:none;
	border-bottom:1px dashed #F7E8B0;
	font:10px Geneva, Arial, Helvetica, sans-serif;
}

p.footer a:hover {
	color:#F3ECD9;
	border-bottom:none;
}

* html .clearfix {
        height: 1%; /* IE5-6 */
        }
    .clearfix {
        display: inline-block; /* IE7xhtml*/
        }
        html[xmlns] .clearfix { /* O */
            display: block;  
            }
    .clearfix:after { /* FF, O, etc. */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }


/*---------------Light Box Styles----------------------*/

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

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}