/* @override http://www.benhannam.com/css/screen.css */

body {
	background: #04102e url(../images/global/bg.jpg) fixed;
	color: #666;
}
#container-wrapper {

}
#container {
	margin-top: 50px;
}
#container.home {
	position: absolute;
	height: 600px;
	width: 100%;
	left: 50%;
	top: 50%;
	margin-left: -50%;
	margin-top: -300px;
}
#content-wrapper {
	background: url(../images/global/white_tint_10.png);
	border-top: 1px solid #8e939a;
	border-bottom: 1px solid #8e939a;
}
#content {
	background: #fff url(../images/global/content_bg.jpg) repeat-x;
}
#main {
	float: left;
	width: 520px;
}
#sidebar {
	float: right;
	width: 300px;
	font-size: 10px;
}

/* @group GLOBAL STYLES */
.wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	position: relative;
}
.pad {
	padding: 30px;
	width: 840px;
}
.two-col {
	width: 400px;
	margin-right: 30px;
	float: left;
}
.last {
	margin-right: 0;
}
.clear {
	clear: both;
}

h2, h3 {
	font-size: 14px;
}
h2 i {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
h4 {
	font-size: 10px;
	margin: 12px 0 0 0;
}
#content a {
	color: #666;
}
/* @end */

/* @group HEADER & FOOTER */
#header {
	height: 66px;
}
#nav li {
	margin-right: 20px;
	line-height: normal;
}
#nav li a {
	color: #fff;
	padding: 14px 10px 24px 10px;
}
#nav li a:hover {
	background: url(../images/global/white_tint_10.png);
}
#nav li.current {
	background: url(../images/global/white_tint_20.png);
}
#nav li b {
	display: block;
	font-weight: normal;
}
h1#logo {
	position: absolute;
	background: url(../images/global/logo.png) no-repeat;
	height: 66px;
	width: 328px;
	top: 0;
	right: 0;
}
h1#logo a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	color: #8a8a8a;
}
/* @end */

/* @group SIDEBAR */
#sidebar h3 {
	font-size: 10px;
	margin: 24px 0 0 0;
}
#sidebar h3.first {
	margin-top: 0;
}
#sidebar .textbox {
	width: 200px;
}

/* @end */

/* @group THOUGHTS */
.post img {
	display: block;
}
#main-post {
	padding-right: 30px;
	height: 300px;
	position: relative;
}
#main-post-body {
	position: absolute;
	top: 0;
	left: 470px;
	width: 400px;
}
#main-post img {
	border: 9px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#main-post h3 {
	padding-top: 20px;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 .5em 0;
}
#archives-link {
	position: absolute;
	bottom: 0;
	right: 30px;
	font-size: 10px;
	font-weight: bold;
	
}
#lower-content {
	font-size: 10px;
}
#recent-posts h2 {
	font-size: 10px;
	color: #fff;
	margin: 0;
	font-weight: normal;
}
#recent-posts {
	margin: 30px 0 0 0;
	width: 400px;
	float: left;
}
#recent-posts img {
	display: block;
	border: 1px solid #fff;
}
#recent-posts a {
	color: #8a8a8a;
	display: block;
	float: left;
	margin-right: 40px;
}

a#button-next {
	position: absolute;
	left: -45px;
	top: 80px;
}
a#button-next img {
	border: 0;
}

#about {
	float: right;
	width: 400px;
	margin: 48px 32px 0 0;
	line-height: 2em;
	color: #999999;
}

/* @end */

/* @group BIO */
.bio h3 {
	margin-top: 24px;
}
.bio ul, .bio li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bio li {
	margin-left: 75px;
}
.bio li strong {
	float: left;
	margin-left: -75px;
}
.bio li .degree {
	float: left;
	margin-left: -35px;
}
.bio li .details {
	display: block;
}
.bio li.bullet {
	list-style: disc;
}
a#vitae {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background: url(../images/global/icon_pdf.png) no-repeat;
	padding: 2px 0 6px 40px;
	display: block;
	margin-top: 6px;
}
/* @end */

/* @group MAIN/CONTACT */
#main h3 {
	font-size: 12px;
	margin: 24px 0 0 0;
}
#main .textbox {
	width: 400px;
	margin-right: 6px;
}
#main textarea {
	width: 500px;
	height: 200px;
}
p.submit {
	margin-top: 24px;
}
/* @end */

/* @group PORTFOLIO */
h3.category {
	font-size: 12px;
	margin: 12px 0 12px 0;
	clear: both;
	border-bottom: 1px solid #ddd;
	
}
.slide {
	background: #D4D4D4;
	padding: 10px;
	width: 385px;
	float: left;
	margin: 0px 30px 20px 0;
}
.slide.two {
	margin-right: 0;
}
.slide img {
	float: left;
	margin-right: 20px;
}
.slide h3 {
	font-size: 12px;
}
.slide p {
	margin: 0;
}
/* @end */

/* @group ARCHIVES */
a#archives-back {
	float: right;
}
.post {
	overflow: hidden;
	margin: 12px 0 12px 0; 
	border-bottom: 1px solid #ddd;
	clear: both;
}
.post img {
	float: left;
	border: 4px solid #eee;
}
.post div {
	margin-left: 160px;
}
.marker {
	font-weight: bold;
}


/* @end */



