@CHARSET "UTF-8";

html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #111;
	color: white;
}

body, table {
	font-size: 0.9em;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", sans-serif;
}

div.container {
	width: 800px;
	margin: 0 auto;
}

div.space {
	height: 232px;
	position: relative;
}
div.title {
	height: 127px;
	position: relative;
	padding: 0px 10px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 0.8em;
}
div.body {
	background-color: #222;
}

a {
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-family: "Bitstream Charter", Palatino, "Palatino Linotype", "Georgia", serif;
}
h3, h4, h5, h6 {
	font-weight: normal !important;
}

/* Main Page Heading */
div.title h1 {
	font-size: 2.5em;
	font-weight: bold;
}
div.title div.tagline {
	width: 350px;
}
div.title div.tagline a {
	font-style: italic;
	font-size: 1.2em;
	color: #aaa !important;
}
div.title div.logo {
	float: right;
}
div.title a {
	text-decoration: none;
	color: #eee;
}

/* Top Nav Bar */
div.title ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
}
div.title ul.nav li {
	float: right;
	line-height: 40px; /* Don't forget 10px top-and-bottom from the a */
	position: relative;
}
div.title ul.nav a {
	display: block;
	color: #aaa;
	padding: 10px 20px;
	line-height: 20px;
	text-decoration: none;
}
div.title ul.nav a:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/28485c-0.40.png);
}
div.title ul.nav a.current {
	background: url(../images/28485c-0.40.png);
}
/*
div.title ul.nav li.blank {
	width: 100%;
	float: left;
	border: none;
	padding: 10px 0;
	line-height: 19px;
	position: absolute;
	z-index: 0;
}
div.title ul.nav li.blank a:hover {
}
*/

/* Main Content */
div.body {
	padding: 25px 50px;
	color: #ddd;
	position: relative;
	top: 0px;
}
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
	margin-left: -20px !important;
	margin-right: -20px !important;
	border-bottom: 1px solid #c89018;
	font-weight: bold;
}
div.body h1 {
	font-size: 1.8em;
	margin: 5px 0;
}
div.body h2 {
	font-size: 1.4em;
	margin: 5px 0;
}
div.body h3 {
	font-size: 1.2em;
}
div.body h4 {
}
div.body p {
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
	line-height: 1.7em;
}
div.body a {
	color: #c89018;
	text-decoration: underline;
}
div.body a:hover {
	color: #fff;
	text-decoration: none;
}
div.body a:visited {
	color: #207c90;
}
div.body ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: disc;
	list-style-image: url(../images/arrow-right.gif);
}
div.body ul li {
	line-height: 1.7em;
}
div.body strong {
	color: #eee;
}

a.readmore {
	font-style: italic;
}

span.keyword {
	color: #999;
	font-style: italic;
}

div.email_at {
	display: inline;
}

ul.open li {
	margin: 20px 0;
}

/* Footer */
div.foot {
	color: #aaa;
}
div.foot a {
	color: #207c90;
	text-decoration: none;
}
div.foot a.current {
	text-decoration: underline;
}
div.foot a:hover {
	color: #fff;
	text-decoration: underline;
}
div.foot div.copy {
	color: #444;
	padding: 15px 0;
	text-align: center;
}
div.foot div.foot-container {
	margin: 0 auto;
	border-top: 1px solid #207c90;
	padding: 10px 40px;
}
div.foot div.foot-container div.bottom-nav {
	text-align: center;
}


div.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

/* Skills page layout */
div.skills div,
div.skills h3 {
	padding: 0 20px;
	width: 468px;
}
div.skills h3 {
	margin: 30px 0 5px 0 !important;
}
div.skills .left {
	text-align: right;
	float: left;
}
div.skills .right {
	text-align: left;
	float: right;
}

/* Projects page layout */
div.project-list div {
	position: relative;
}
div.project-list > div {
	margin: 30px 0;
}
div.project-list div div.number {
	font-size: 200px;
	color: #111;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Arial", sans-serif;
}
div.project-list div div.right {
	float: right;
	width: 150px;
	padding: 0 20px;
}
div.project-list div div.right h4 {
	color: #666;
	border: none;
	margin: 0;
	padding: 15px 20px 0 20px;
	line-height: 1.7em;
}
div.project-list div div.right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.project-list div div.right ul li {
	line-height: 1.7em;
}
div.project-list div div.left, div.project-list div h3 {
	width: 468px;
}
div.project-list div div.left {
	text-align: right;
	float: left;
	padding: 0 20px;
}
div.project-list div h3 {
	margin: 5px 0 !important;
	padding: 0 20px;
	text-align: right;
}