/* @override http://localhost:3000/static/css/css-20090907.css */

/* @override http://localhost:3000/static/css/css-20090822.css */

/* @override 
	http://localhost:3000/static/css/css.css
	http://localhost:3000/static/css/css.css
	http://localhost:3000/static/css/css.css
	http://localhost:3000/static/css/css-20090814.css
	http://localhost:3000/static/css/css-20090822.css
*/

body {
	background-color: #000;
	margin: 0;
    font:99%  Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	color: #bfbfbf;
}

a {
	color: #e0e0e0;
}

a:hover {
	color: #fff;
}

div.clear {
	clear: both;
}

div#page {
	width: 900px;
	margin: 20px auto;
}

/* @group Header */

div#header {
	background-image: url(/static/images/header.png);
	width: 900px;
	height: 74px;
	position: relative;
}

div#top_nav {
	position: absolute;
	right: 0;
	bottom: 15px;
}

div#top_nav li {
	list-style-type: none;
	float: left;
	width: 83px;
	height: 29px;
	background-image: url(/static/images/menu_button.png);
	margin-left: 1px;
	text-align: center;
	font-size: .9em;
}

div#top_nav li.selected {
	background-position: 0 29px;
}

div#top_nav a {
	text-decoration: none;
	color: #7f7f7f;
	display: block;
	padding-top: 6px;
	height: 23px;
}

div#top_nav a:hover {
	color: #e5e5e5;
}

/* @end */

/* @group Body */

div#body {
	position: relative;
}

div#left_column {
	width: 690px;
	padding-top: 10px;
}

div#right_column {
	position: absolute;
	top: 2px;
	right: 0px;
}

div#content_title {
	background-image: url(/static/images/content_title.png);
	width: 690px;
	height: 28px;
	text-align: center;
	padding-top: 6px;
}

div#content_title h1 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

div#article_title {
	margin-bottom: 5px;
	color: #ccc;
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	margin-top: 15px;
}

div#author {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 1px;
}

div#content_body div#author + p {
	font-weight: bold;
	color: #bbb;
	word-spacing: 0.05em;
}


div#content_body {
	background-image: url(/static/images/content_body.png);
	color: #a9a9a9;
	font-size: 85%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 1.3;
}


div#content_body p {
	padding-top: 12px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
}

div#content_body ul {
	padding-top: 12px;
	padding-bottom: 8px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content_body li {
	margin-bottom: 4px;
}

div#content_body h2 {
	margin: 0 0 -6px;
	padding: 20px 0 0;
	font-weight: normal;
	font-size: 1.3em;
	border-bottom: 1px dotted #3f3f3f;
	color: #bfbfbf;
	font-style: normal;
}

div#content_body h3 {
	margin: 18px 0 -8px;
	font-weight: bold;
	font-size: 1.1em;
	color: #bfb79c;
}

div#content_body pre {
	padding: 8px 10px;
	margin-top: 15px;
	border: 1px solid #3f3f3f;
	background-color: #202020;
	font-size: 1.1em;
	margin-left: 25px;
	margin-right: 25px;
	color: #bab6d3;
}

div#content_footer {
	width: 690px;
	height: 10px;
	background: url(/static/images/content_footer.png) no-repeat;
}

div#about_header {
	width: 140px;
	height: 29px;
	background-image: url(/static/images/about_header.png);
	padding-left: 60px;
	padding-top: 13px;
}

div#about_body {
	width: 200px;
	background-image: url(/static/images/about_body.png);
	padding-bottom: 5px;
}

div#about_body p {
	margin: 0;
	color: #a9a9a9;
	padding-left: 20px;
	font-size: 85%;
	padding-top: 10px;
	padding-right: 14px;
}

div#about_footer {
	width: 200px;
	height: 10px;
	background: url(/static/images/about_footer.png) no-repeat;
}

/* @end */

/* @group Footer */

div#footer {
	color: #3f3f3f;
	font-size: .75em;
	text-align: center;
	margin-top: 15px;
	padding-top: 8px;
}

/* @end */

/* @group Download */

div.download {
	width: 434px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
	padding-bottom: 12px;
}

div.download_header {
	width: 434px;
	height: 28px;
	background: url(/static/images/download_header.png) no-repeat;
}

div.download_body {
	background-image: url(/static/images/download_body.png);
	padding-right: 13px;
}

div.download_body ul {
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

div.download_title {
	position: absolute;
	top: 22px;
	left: 76px;
	background-color: #191919;
	padding-left: 4px;
	padding-right: 10px;
	background-image: url(/static/images/download_title.png);
}

div.download_footer {
	width: 434px;
	height: 10px;
	background: url(/static/images/download_footer.png) no-repeat;
}

/* @end */

/* @group Breadcrumb trail */

div#breadcrumbs {
	padding-top: 5px;
	padding-bottom: 0;
	color: #5a5a5a;
	font-size: .85em;
}

div#breadcrumbs a {
	color: #7f7f7f;
}

div#breadcrumbs a:hover {
	color: #999;
}

/* @end */

/* @group CV */

table.cv {
	margin-top: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

table.cv td {
	vertical-align: top;
	padding-bottom: 12px;
}

table.cv img {
	margin-right: 10px;
}

table.cv h4 {
	margin-top: 5px;
	margin-bottom: 2px;
	padding-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	color: #bfbfbf;
}

div.profile {
	text-align: left;
	padding: 20px 20px 12px 34px;
}

strong.cv {
	color: #bfbfbf;
}

h3.spacer {
	padding-top: 8px;
}

/* @end */

/* @group Homepage */

div#homepage_heading {
	font-size: 3em;
	color: #bfbfbf;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
}

div#homepage_copy {
	text-align: center;
	padding-bottom: 60px;
}

/* @end */

/* @group Image group */

div.image_group {
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

div.image_group a img {
	border: 2px solid #3f3f3f;
}

div.image_group a:hover img {
	border: 2px solid #7f7f7f;	
}

/* @end */

