/* CSS Document */

html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
	background-color: #000000;
	margin: 0;
	}
	
div#container{
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
img{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	}

* html #homeportfolio { margin-right: -3px;}

* html #aboutright{ margin-right: -3px;}

* html #footersitemap{ margin-right: -3px;}

* html h1{
	margin-top: 5px;
	font-size: 11px;
	letter-spacing: .01em;
	}
	
/*-----------------------------------------------------------------------------------------------------------------
Text
-----------------------------------------------------------------------------------------------------------------*/		

h1{
	font-size: 11px;
	letter-spacing: .01em;
	}
	
h2{
	font-size: 11px;
	letter-spacing: .01em;
	margin: 7px 0 7px 10px;
	}
	
h3{
	font-size: 10px;
	letter-spacing: .01em;
	margin: 5px 0 0 10px;}
	
a:link, a:visited{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .01em;
	color: #666;
	text-decoration: none;
	}
	
a:hover, div#homeblog a:hover, div#homeportfolio a:hover{
	color: #FF0000;
	}
	
div#homeblog a:link, div#homeblog a:visited, div#homeportfolio a:link, div#homeportfolio a:visited{
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .01em;
	color: #888;
	text-decoration: none;
	}
	
p{
	padding-left: 10px;
	line-height: 1.7em;
	letter-spacing: .01em;
	}
	
div#footer p{
	margin: 0;
	}
	
div#footer a:link, div#footer a:visited{
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	}

/*-----------------------------------------------------------------------------------------------------------------
Classes
-----------------------------------------------------------------------------------------------------------------*/	

.alignright{
	width: 359px;
	text-align: right;
	}
	
.clear{
	clear: left;}
	
.fiftyfiftytext{
	padding: 0 10px 25px 10px;
	}
	
.fiftyfiftytext02{
	padding: 0px 25px 25px 18px;
	}
	
.fiftyfiftytext03{
	padding: 10px 20px 25px 5px;
	}
	
.fiftyfiftytext04{
	padding: 0 10px 25px 10px;
	width: 475px;
	}

.toprow{
	border-top: 10px solid #E6E6E6;
	}

.bottomrow{
	border-bottom: 10px solid #E6E6E6;
	}
	
.topbottom{
	border-top: 10px solid #E6E6E6;
	border-bottom: 10px solid #E6E6E6;
	}

.noborder{
	border: none;
	}

.floatright{
	float: right;
	margin: 5px 10px;
	}

.imgfloatleft{
	float: left;
	width: 400px;
	}

.imgrightfloatleft{
	width: 400px;
	}
	
.halfwidth{
	width: 399px;
	}

.blog{
	border-top: 10px solid #E6E6E6;
	padding: 0 20px 10px 10px;
	}
	
.blog02{
	padding: 0 20px 20px 10px;
	}
	
.points{
	margin-left: 20px;
	}
	
/*-----------------------------------------------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------------------------------------------*/	
	
div#header{
	margin-bottom: 20px;
	}
	
ul#nav{
	background: url(imgs/nav.gif) no-repeat;
	margin: 0;
	position: relative;
	height:100px;
	width: 502px;
	}

ul#nav li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

ul#nav li, ul#nav a{
	height: 100px;
	display: block;
	}

li#navlogo{ left: 0; width: 202px;}
li#navhome{ left: 202px; width: 52px;}
li#navabout{ left: 254px; width: 52px;}
li#navblog{ left: 306px; width: 45px;}
li#navportfolio{ left: 351px; width: 79px;}
li#navcontact{ left: 430px; width: 72px;}

li#navhome a:hover{ background: url(imgs/nav.gif) -202px -100px no-repeat;}
li#navabout a:hover{ background: url(imgs/nav.gif) -254px -100px no-repeat;}
li#navblog a:hover{ background: url(imgs/nav.gif) -306px -100px no-repeat;}
li#navportfolio a:hover{ background: url(imgs/nav.gif) -351px -100px no-repeat;}
li#navcontact a:hover{ background: url(imgs/nav.gif) -430px -100px no-repeat;}

/*-----------------------------------------------------------------------------------------------------------------
Content
-----------------------------------------------------------------------------------------------------------------*/	

div#content{
	display: block;}

div#homeblog{
	float: left;
	width: 399px;
	border-top: 10px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;	
	}
	
div#homeportfolio{
	margin-left: 400px;
	width: 400px;
	border-top: 10px solid #E6E6E6;
	}

div#portfolio{
	border-top: 10px solid #E6E6E6;
	}

table{
	margin: 5px 0 20px 0;
	border-collapse: collapse;
	}
	
table tr td{
	border-right: 2px dotted #E6E6E6;
	border-bottom:  1px dotted #E6E6E6;
	padding: 0;
	}
	
div#contact{
	border-top: 10px solid #E6E6E6;
	}
	
div#aboutimages{
	border-top: 10px solid #E6E6E6;
	padding-bottom: 15px;
	}
	
div#aboutleft{
	float: left;
	border-top: 10px solid #E6E6E6;
	width: 400px;
	}
	
div#aboutright{
	border-top: 10px solid #E6E6E6;
	margin-left: 400px;
	width: 400px;
	}

div#blog{
	border-top: 10px solid #E6E6E6;
	padding: 0 20px 50px 10px;
	}
	
div#resume{
	border-top: 10px solid #E6E6E6;
	}
	
div#footer{
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	}
	
div#footerinfo{
	padding-top: 1px;
	float: left;
	width: 399px;
	border-right: 1px solid #E6E6E6;
	}

div#footersitemap{
	padding-top: 1px;
	margin-left: 400px;
	width: 400px;
	}
	
/*-----------------------------------------------------------------------------------------------------------------
Lightbox
-----------------------------------------------------------------------------------------------------------------*/	

#lightbox{
	position: absolute;
	top: 40px;
	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/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/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;
	}

#imageData{
	padding:0 10px;
	}
#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: 20px; padding-right: 20px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	