@charset "utf-8";

/* CSS Document */

@import url("css-reset.css");
body {
	background-color: #ebeae5;
	color: #636363;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#body {
	margin: 0 auto;
	width: 810px;
}
h1 {
	clear: both;
	float: left;
	height: 91px;
	margin: 50px 0 35px;
	position: relative;
	width: 490px;
}
h1 span {
	background: url(../gfx/front-h1.gif) 0 0 no-repeat;
	height: 91px;
	left: 0;
	position: absolute;
	top: 0;
	width: 490px;
}
h2 {
	clear: both;
	color: #3366ff;
	background: url(../gfx/hr.gif) 0 bottom no-repeat;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 25px;
	width: 810px;
}
p {
	clear: both;
	float: left;
	font-size: 1.2em;
	line-height: 20px;
	padding: 0 0 15px;
	width: 455px;
}
strong {
	color: #333333;
}
.border {
	background: url(../gfx/hr.gif) 0 0 repeat-x;
	padding-top: 25px;
}
#content,  #projects,  #elsewhere {
	clear: both;
	float: left;
	margin: 0 0 15px;
	position: relative;
	width: 810px;
}
#content .leftcol {
	float: left;
	width: 475px;
}
#content .rightcol {
	float: right;
	width: 320px;
}
#content .rightcol h2, #content .leftcol h2 {
	width: 320px;
}
#content .rightcol p {
	width: 320px;
}
#projects .arrow-left {
	cursor: pointer;
	display: none;
	height: 29px;
	left: 0;
	position: absolute;
	top: 200px;
	width: 20px;
}
#projects .arrow-right {
	cursor: pointer;
	display: none;
	height: 29px;
	right: 0;
	position: absolute;
	top: 200px;
	width: 20px;
}
#elsewhere blockquote {
	background: url(../gfx/tweeter.gif) 0 0 no-repeat;
	clear: both;
	color: #333333;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	line-height: 20px;
	margin: 10px 0 15px;
	padding: 0 0 10px 75px;
	width: 450px;
}
#elsewhere blockquote span {
	color: #3366ff;
}
#elsewhere .time {
	clear: both;
	float: left;
	font-size: 1.2em;
	margin-right: 285px;
	padding-bottom: 5px;
	text-align: right;
	width: 525px;
}
.project {
	clear: both;
	float: left;
	margin: 0 0 25px 0;
	padding-bottom: 30px;
	text-align: center;
	width: 810px;
}
.project img {
	margin: 7px 0 7px 0;
}
.project a {
	clear: both;
	color: #fff;
	background: #333;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 2px 0 0 175px;
	padding: 5px;
	text-decoration: none;
	width: auto;
}
.project a.title {
	font-size: 1.5em;
}
#footer {
	width:810px;
}
#footer a, .contact {
	color: #3366ff;
}

