@charset "UTF-8";
/* CSS Document */
* {
	font-family: "Lucida Sans",Helvetica,Arial,sans-serif;
	}
	
#main_bg  {
background-image:url(../images/white_bg.gif);
background-position:center center;
background-repeat:repeat-y;
height:10000px;
margin:0;
overflow:auto;
padding:0;
position:fixed;
width:100%;
}

.portThumbLeft {
	float:left;
	width:611px;
	text-align:center;
	padding-right:20px;
	height: 340px;
	}
	
	.portThumbLeft a {
	color:#666;
	text-decoration:none;
}
	
	
	.portThumbLeft a:hover {
color:#C00;
	}
	
	.portThumbRight {
	float:right;
	width:611px;
	text-align:center;
	padding-left:20px;
	height: 340px;
	}
	
.portThumbRight  a {
	color:#666;
	text-decoration:none;
	border: none;
	
	}
	
.portThumbRight  a:hover {
	color:#C00;
	}

body {
	background-color: #000000;
	background-image: url(../images/lineBG.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

#maincontent {
	font-family: "Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	padding: 10px;
	line-height: 16px;
}


#contentBox {
	width:990px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	height: 100%;
}

#showNav{ display:block;
background-image: url(../images/shownav/navBG.gif);

position:relative;
width:984px;
height: 57px;
z-index:5;

}
#showNav a{
width: 123px; 
height: 57px;
float:left;
display:block;
padding:0;
margin:0;
 opacity:0;
}

#maincontainer {
	height: 100%;
	width: 100%;
	position: absolute;
	
}
#maincontainer h2 {
	font-size:19px;
	color:#999;
	font-weight:normal;
	}

#formHold {
		width:500px;}
		
.formLeft {
	float:left;
	text-align:right;
	display:block;
	width:150px;
	border-right:dotted 1px #CCC;
	line-height:39px;
	padding-right:20px;
	height:550px;
	}
.formfields {
	float:right;
	width:300px;
	padding-top:6px;
	}
	
		
#centerColumn {
	height: 100%;
	width: 990px;

}

#navbox {
	background-image:url(../images/navBG.gif);
	width: 984px;
	height: 38px;
	margin-top: 4px;
}


#storyContent {
	font-family: "Lucida Sans",Helvetica,Arial,sans-serif;
	text-align: left;
	top: 30px;
	padding: 40px;
	font-size: 14px;
	line-height: 22px;
}
#samples a {
	height:38px;
	width: 81px;
	background-image: url(../images/nav/samples.gif);
	display: block;
	
}
#story a {
	height:38px;
	width: 67px;
	background-image: url(../images/nav/story.gif);
	display: block;
	
}
#resume a {
height:38px;
	width: 82px;
	background-image: url(../images/nav/resume.gif);
	display: block;
	
}
#contact a {
	height:38px;
	width: 83px;
	background-image: url(../images/nav/contact.gif);
	display: block;

}
#blog a {
	height:38px;
	width: 50px;
	background-image: url(../images/nav/blog.gif);
	display: block;
	
}
 
.clear {
	clear:both;
	}
	
#portfolio {
	background-color:#FFF;
	text-align:left;
	padding-left:16px;
	display: block;
	height: 100%;
	font-family: "Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #999;
	line-height:16px;
	}
	
	#portfolio a {
	color:#369;
	text-decoration:none;
}


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

#portfolio h2 {
	font-size:18px;
	color: #333;
	}
	
.port_thumbs a{
	float:left;
	margin-right: 25px;
}
	#resume_text {
	background-color:#FFF;
	font-family: "Lucida Sans",Helvetica,Arial,sans-serif;
	font-size:11px;
	text-align: left;
	line-height: 16px;
	padding: 35px 150px 45px 20px;
	}
	.port_thumbs a:hover{
	float:left;
}
	
#samples a:hover {
height:38px;
	width: 81px;
	background-image: url(../images/nav/samples.gif);
	display: block;
	background-position: -81px 0px;
}
#story a:hover {
	height:38px;
	width: 67px;
background-image: url(../images/nav/story.gif);
	display: block;
	background-position: -67px 0px ;
}
#resume a:hover {
height:38px;
	width: 82px;
	background-image: url(../images/nav/resume.gif);
	display: block;
	background-position: -82px 0px;
}
#contact a:hover  {
height:38px;
	width: 83px;
	background-image: url(../images/nav/contact.gif);
	display: block;
	background-position: -83px 0px ;
}
#blog a:hover {
height:38px;
	width: 50px;
	background-image: url(../images/nav/blog.gif);
	display: block;
	background-position: -50px 0px ;
}

