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

body {
	width: 950px;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #212121;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

img {
	border-width: 0px;
}

a {
	color:#212121;
	text-decoration:none;
	border:none;
}
a:link {
	color:#212121;
	text-decoration:none;
	border:none;
}
a:visited {
	color:#212121;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#212121;
	text-decoration:none;
	border:none;
}
a:active {
	color:#212121;
	text-decoration:none;
	border:none;
}

/*//////////////////////////////*/
/* HEADER 			 			*/
/*//////////////////////////////*/
#header {
	position:relative;
}

#header_top {
	background-color: #484D40;
	height: 80px;
}

#header_bottom {
	background-color: #D7711A;
	height: 10px;
}

#header_name {
	position:absolute; left:7px; bottom:15px;
}

#header_about {
	position:absolute; right: 223px; bottom: 15px;
}
#header_projects {
	position:absolute; right: 123px; bottom: 15px;
}
#header_resume {
	position:absolute; right: 30px; bottom: 15px;
}

/*//////////////////////////////*/
/* BODY 		 				*/
/*//////////////////////////////*/
#body {
	width: 950px;
	margin-top: 12px;
}

/*//////////////////////////////*/
/* PROJECT PAGE - RIGHT NAV 	*/
/*//////////////////////////////*/
#rightnav {
	width: 200px;
	margin-right:30px;
	float:right;
}

#rightnav_banner {
	padding-top: 0px;
	padding-bottom: 10px;
}

.rightnav_item {
	margin-bottom:15px;
}

.rightnav_item img {
	border: 1px solid #a0a0a0;
}

.rightnav_itemtitle {
	font-weight:bold;
	font-size: 10px;
	position:relative; top:-2px;
}

.rightnav_itemtext {
	font-size: 10px;
	position:relative; top:-2px;
	line-height:12px;
}

#rightnav_moreprojects {
	font-size: 11px;
	font-style:italic;
	color: #909090;
	margin-top:20px;
}

/*//////////////////////////////*/
/* FOOTER			 			*/
/*//////////////////////////////*/
#footer {
	clear:both;
	padding-top:30px;
	padding-bottom:20px;
	text-align:center;
	white-space:pre;
	color: #727272;
}
