body {
	margin: 0;
	padding: 0;
	background: #eee url('/_images/bg/body.png') left top repeat-x;
	font-family: georgia, serif;
	font-size: small;
	color: #5e5f5f;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 80px;
	position: relative;
}

a {
	color: #1e1e9a;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 4em;
	line-height: .25em;
	letter-spacing: -.1em;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 20px;
}

h1 a {
	color: #5e5f5f;
	text-decoration: none;
}

h1 span {
	padding: 0 20px;
	text-transform: uppercase;
	font-size: .35em;
	letter-spacing: .25em;
}

h2 {
	background: #5e5f5f;
	margin: 0 0 20px 0;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	letter-spacing: .15em;
}

h2 span {
	font-size: .7em;
}

h3 {
	font-size: 1.5em;
	margin: 1.75em 0 .75em 0;
	padding: 3px 0;
	border-top: 1px solid #a6a5a5;
	border-bottom: 1px solid #a6a5a5;
}

h4 {
	text-align: center;
	margin: .75em 0 .75em 0;
	padding: 0 15px;
	font-size: 1.1em;
	line-height: 1.4em;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.6em;
}

ul {
	list-style: square;
	margin: 0;
	padding: 0 0 1em 30px;
}

ul li {
	margin: 0 0 .75em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#content {
	background: #fff;
	border: 3px solid #a6a5a5;
	-webkit-border-radius: .5em;
	padding: 20px;
	overflow: auto;
	position: relative;
}

#main-content {
	float: left;
	width: 620px;
	padding-bottom: 40px;
}

#ben {
	position: absolute;
	bottom: 0;
	right: 30px;
}

#sub-content {
	float: right;
	width: 250px;
	font-size: 1.2em;
	padding: 0 0 300px 0;
}

#sub-content .logo {
	margin-bottom: 1em;
}

#sub-content .box {
	border: 10px solid #eee;
	-webkit-border-radius: 1em;
	background: #eee;
	margin: 0 0 1em 0;
}

#sub-content .box p {
	font-size: .9em;
	padding: 0 10px;
}

#sub-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub-content ul li {
	margin: .75em 0 .75em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
}

#footer {
	text-align: center;
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 1em;
	color: #474747;
}

#footer a {
	color: #000;
}

.project {
	padding: 20px 10px;
	border-bottom: 1px solid #5e5f5f;
}

.project:first-child {
	border-top: 1px solid #5e5f5f;
}

.project h2 {
	background: transparent;
	text-align: left;
	font-size: 2.4em;
	letter-spacing: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

.project h2 a {
	color: #5e5f5f;
	text-decoration: none;
	font-style: oblique;
}

.project p {
	margin-bottom: 5px;
	padding-left: 20px;
}

.project .meta {
	font-size: .9em;
	font-style: italic;
}

.code {
	padding: 1em;
	background: #eee;
	border: 1px solid black;
	font-size: 1em;
	margin: 0 0 2em 0;
	line-height: 1.4em;
	overflow: auto;
}

.ruby-slippers {
	padding: 5px 8px;
	background: #5e5f5f;
	position: absolute;
	bottom: 20px;
	width: 620px;
}

.ruby-slippers a {
	color: #fff;
	text-decoration: none;
}

