/*
THEME NAME: NAV Portfolio
THEME URI: http://www.navportfolio.com
DESCRIPTION: Custom Theme built for Nick Vaandering by <a href="http://rzen.net">Brian Richards</a>
VERSION: 1.0.4
AUTHOR: Brian Richards
AUTHOR URI: http://www.rzen.net
*/

/* BEGIN General Styling */
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font:10pt Georgia,Times,"Times New Roman",Serif;
	color:#777;
}
a, a:visited {
	color:#777;
	text-decoration:none;
}
a:hover, a:active {
	color:#4bdecb;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
	margin:0;
	padding:0;
}
h1 {
	color:#000;
	font:18pt Georgia,Times,"Times New Roman",Serif;
}
h2 {
	color:#777;
	font:bold 12pt Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
}
.light_logo {
	background:url('images/light_logo.gif') no-repeat;
	width:400px;
	height:76px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.alignright {
	position:relative;
	float:right;
}
/* END General */


/* BEGIN Layout */
#page_container {
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
}
#content {
	background:url('images/nav_logo.png') no-repeat 50% top;
	display:block;
	width:640px;
	margin:10px auto;
	padding-top:120px;
	padding-bottom:35px;
	position:relative;
	text-align:justify;
	line-height:14pt;
	z-index:100;
}
#page_container > #content {
	width:600px;
}
#menu {
	background:#fff;
	width:100%;
	height:25px;
	position:absolute;
	top:expression((document.compatMode != "CSS1Compat" ? document.body.scrollTop : documentElement.scrollTop)+document.body.clientHeight-25);
	left:0;
	text-align:center;
	z-index:160;
}
#page_container > #menu {
	position:fixed;
	bottom:0;
}
/* END Layout */


/* BEGIN Navitagion */
#nav {
	list-style:none;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	padding:0;
}
#nav li {
	position:relative;
	display:inline;
	margin:0;
	padding:0;
}
#nav li a, #nav li a:visited {
	color:#000;
	display:inline-block;
	width:80px;
	padding:2px 10px;
	margin:0 1px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0px;
	border-top:2px solid #000;
}
#nav li a:hover, #nav li a:active, #nav li.current_page_item a {
	border-top:3px solid #4bdecb;
	margin-top:-1px;
}
/* END Navigation */


/* BEGIN Articles */
.article {
	width:450px;
	margin:10px;
	margin-bottom:50px;
	position:relative;
	overflow:hidden;
}
.published {
	color:#555;
}
.meta {
	color:#404040;
	display:none;
}
/* END Articles */


/* BEGIN About Page */
.pageid-2 #content {
	background:none;
}
.pageid-2 h2 {
	display:block;
	color:#000;
	font:3em Georgia,serif;
	font-weight:normal;
	letter-spacing:-1px;
	text-align:left;
	text-transform:capitalize;
	padding-top:6px;
	margin-bottom:-2px;
	position:relative;
}
.pageid-2 h3 {
	font:.8em Arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
}
#about_top {
	display:block;
	background:url('images/about_top.png') no-repeat 0 0;
	width:40%;
	height:456px;
	position:absolute;
	top:0;
	left:60%;
	z-index:1;
}
#about_left {
	display:block;
	background:url('images/about_left.png') no-repeat 0 0;
	width:215px;
	height:834px;
	position:absolute;
	top:200px;
	left:0;
	z-index:1;
}
.about_photo {
	margin-right:-200px;
}
#about_bottom {
	display:block;
	background:url('images/about_bottom.png') no-repeat 0 100%;
	width:711px;
	height:533px;
	margin:-300px 0;
	position:relative;
	float:left;
	clear:both;
	left:0;
	z-index:1;
}
/* END About Page */