/**
* MAIN ELEMENTS
**/
body{
	background-color: black;
	background-attachment: fixed;
	font-family: "Kozuka Gothic Pro B", Helvetica,  Verdana, Tahoma;
	color: white;
}

h2{
	font-size: 100%;
	font-family: "Kozuka Gothic Pro B", Tahoma, Helvetica,  Verdana, Tahoma;
}

p{
	font-size: 12px;
}

.bold {
	font-weight:bolder;
}

/**
* LINK STYLING
*/
a {
	text-decoration : none;
	padding: 15px;
}

a:link{
	color: white;
	background-image: url(../images/dot.gif) no-repeat 100% 50;
}

a:visited{
	color: white;
}

a:hover{
	color: #bc0004;
}

a:active{
	color: white;
}

#current a{
	background: url(../images/dot.gif) left center no-repeat;
}

/**
* JOB LIST
*/
#joblist li {
	font-size: 80%;
	padding-bottom: 5px;
	
}

/**
* CONTAINER
*/
#container{
	margin-top: 10%;
	width: 600px;
	min-height: 300px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 0px;	
}

/**
* HEADER
*/
#header{
	width:600px;
	border-bottom: 1px solid white;
}

/**
* TOP NAVIGATION BAR
*/
#crossNav img{
	border: none;
	padding-top: 2px;
	margin: 0px;
}

#crossNav ul{
	list-style: none;
	padding-left: 5px;
	float: both;
	margin: 0px;
}

#crossNav li{
	float: left;
	padding:5px;
	margin-right: 0px;
}

crossNav li a img{
	
}


/**
* CONTACT ME FORM
*/
#contactForm ol {  
	padding: 0;  
	list-style: none;
}
#contactForm ol li{
	margin: 5px 0;
}
#contactForm ol p{
	display: inline;
	color: #bc0004;
	font-weight: bolder;
	font: 13px "Kozuka Gothic Pro M", Tahoma, Helvetica, verdana, arial;
}
#contactForm label{
	float: left;  
	width: 60px;  
	margin-right: 10px; 
	font: 13px "Kozuka Gothic Pro M", Tahoma, Helvetica, verdana, arial;
	
}
#contactForm input
{
	border: 1px solid black;
	font: 13px "Kozuka Gothic Pro R", Tahoma, Helvetica, verdana, arial;
	height: 15px;
	width: 250px;
}
#contactForm textarea{
	border: 1px solid black;
	width: 250px;
	font: 13px "Kozuka Gothic Pro R", Tahoma, Helvetica, verdana, arial;
}

#contactForm #submit
{
	width: 100px;
	height: 20px;
	margin: 10px 0 0 150px;
	font: 13px "Kozuka Gothic Pro R", Tahoma, Helvetica, verdana, arial;
	background-color: black;
	border: 1px solid white;
	color: white;		
}


/**
* Web Development Item (WORK SECTION)
*/
#webDevItem {
	width: 500px;
	height: 165px;
	border: 1px solid white;
	margin-left: 15px;
	margin-top: 20px;
	padding: 0px 10px;
	background-color: #1f1f1f;
}

#webDevItem .photo{
	padding-top: 15px;
	padding-right: 15px;
	float:left;
}

#webDevItem .banner {
	padding-top: 0;
	padding-right: 0;
	float:none;
	border: 0px;
}

#webDevItem ul{
	list-style: none;
}
#webDevItem p{
	di/splay: inline;
}

#webDevItem a{
	border: none;
}


/**
* CONTENT
*/
#content{
	clear: left;
	width: 570px;
	padding: 10px 15px;
	border-top: 1px solid white;
	font-family: Tahoma, "Kozuka Gothic Pro B", Helvetica,  Verdana, Tahoma;
	overflow: auto;
	height: 350px;
}

#content a{
	padding: 0;
	text-decoration: underline;
}

/**
* FOOTER
*/
#footer{
	width:600px;
	position: absolute;
	padding-top: 2px;
	color: black;
	background-color: black;
	font: 10px Tahoma, "Kozuka Gothic Pro B", Verdana, Tahoma;
	color: white;
}

#footer p{
	text-align: right;
	font: 10px Tahoma, "Kozuka Gothic Pro B", Verdana, Tahoma;
}