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

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none
}

body{
	font-family:"Platagenet Cherokee", "Garamond", Georgia, "Times New Roman", Times, serif;
	background:#FFF;
	color:#000;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#wrap{
	width:800px;
	height:100%;
	margin:0px auto;
}

#splash #wrap{width:1038px;}

#col-left{
	float:left;
	width:270px;
}

#col-right{
	float:left;
	width:530px;
}

#logo{padding:15px 15px 0px 5px;}

#menu{
	padding:0px 15px;
}
	
	#menu > a{
		display:block;
		color:#787878;
		font-weight:bold;
		font-size:14px;
		text-decoration:none;
		margin:0px 1px 0px 30px;
		padding:1px 3px;
		border-bottom:1px solid #FFFFFF;
	}
	#menu > a:hover, #menu > a.current{
		background:#F2F2F2;
		border-bottom:1px solid #EAEAEA;
	}

	
	#menu > div{
		margin-top:10px;
		font-weight:bold;
		font-size:16px;
	}
	
	#menu > div > a{
		color:#000;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;
		display:block;
	}
	
.content-info{
	min-height:60px;
	padding:12px 12px 0px 0px;
}
	.content-info > div{
		padding:0px 0px 12px 0px;
		font-size:13px;
	}
	
	.content-info .content-nav a, .content-info .content-nav span{
		font-size:16px;
		font-weight:bold;
	}
	.content-info .content-page{
		font-size:14px;
		font-weight:bold;
	}

#resume{
	margin-left:10px;
}

	#resume blockquote{
		margin: -16px 40px 3px 60px;
	}
	
	#resume h2{
		font-size:20px;
		margin:0px 0px 5px 0px;
	}


#copyright{
	clear:both;
	font-size:11px;
	color:#888;
	padding:25px 15px 0px 15px;
}

.centered{
	margin-left:auto;
	margin-right:auto;
}

#splash .centered{height:100%;}


h1, h2, h3, ul, li{
	margin:0px;
	padding:0px;
}

p{
	margin:5px 0px;
}

/********************  div styles  *******************/

.m0{ margin:0px;}
.m10{ margin:10px;}

.mtb5{ margin:5px 0px;}
.mtb10{ margin:10px 0px;}
.mtb20{ margin:20px 0px;}

.mlr5{ margin:0px 5px;}
.mlr10{ margin:0px 10px;}
.mlr20{ margin:0px 20px;}

.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px;}
.ml10{ margin-left:10px;}
.mr10{ margin-right:10px;}

.m5{ margin:5px;}

.mtb5{ margin:5px 0px;}

.mt5{ margin-top:5px;}
.mb5{ margin-bottom:5px;}
.ml5{ margin-left:5px;}
.mr5{ margin-right:5px;}

.mt20{ margin-top:20px;}
.ml20{ margin-left:20px;}
.mb20{ margin-bottom:20px;}
.mr20{ margin-right:20px;}



.p10{ padding:10px;}
.p20{ padding:20px;}
.p3{ padding:3px;}

.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}

.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}

.pl5{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl20{ padding-left:20px;}

.pr5{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr20{ padding-right:20px;}



.p5{ padding:5px;}
.pt5{ padding-top:5px;}
.pb5{ padding-bottom:5px;}


.h1{ height:1px;}
.h15{ height:15px;}
.h25{ height:25px;}

.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}


/********************  text sizes  *******************/

.s9{ font-size:9px;}

.s10{ font-size:10px;}

.s11{ font-size:11px;}

.s12{ font-size:12px;}

.s13{ font-size:13px;}

.s14{ font-size:14px;}

.s15{ font-size:15px;}

.s16{ font-size:16px;}

.s18{ font-size:18px;}

.s22{ font-size:22px;}

.s45{ font-size:45px;}

.al{ text-align:left; }
.ar{ text-align:right; }
.ac{ text-align:center; }


/********************  text styles  *******************/

.b{ font-weight:bold;}
.n{ font-weight:normal;}
.u{ text-decoration: underline !important;}

.ltgrey{ color:#AEAEAE;}
.grey{ color:#999;}
.dkgrey{ color:#555;}
.black{ color:#000;}

.red{ color:#ff0000;}
.green{ color:#006600;}



/********************  link styles  *******************/

a:link, a:visited, a:active{
	color:#000;
	text-decoration:none;
	font-size:inherit;
}

a.active:link, a.active:visited, a.active:active{
	color:#000;
	text-decoration:none;
	font-size:inherit;
}

a.active:hover, a:hover{
	color:#444;
	text-decoration:none;
	font-size:inherit;
}

/********************  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: #000; 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; color:#d1e3e6;}
#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: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #d1e3e6; }
#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; }

