body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:10.5pt;
	color:#222222;
	background: #333333 url(/images/background-grey.gif) repeat-y center;
/*	background: #0c1a28 url(/images/background.jpg) repeat-y center;*/
	margin: 0;
}

a {
	color: #617fc3;
	font-weight: bold;
}

a:hover {
	color: #395490;
}

blockquote {
	font-style: italic;
	margin: 0;
	padding-left: 2em;
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
}

h1 {
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing: -0.08em;
	color:#CCCCCC;
	font-size:8em;
	margin-top:2em;
	margin-bottom:0;
	text-transform: uppercase;
}

ol li {
	margin-bottom:1em;
}

ol {
	padding-left:2.5em;
}

#title {
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:-0.07em;
	text-align:center;
	font-size:2.5em;
	margin-bottom: 2.5em;
	color:#666666;
}

#title p em {
	margin-right:0.1em;
}

#title h1 {
	font-size:3.3em;
	line-height:0.75em;
	letter-spacing:-0.04em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: -0.05em;
}

#title a {
	text-decoration: none;
}

#content {
}

.site {
	width:45em;
	margin: 0 auto;
	padding: 5em 7em;
	background: #F5F5F5 url(/images/header-bg.gif) repeat-x;
}

.post {
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-right:-0.5em;
}

.post .header {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
}

.archives .header {
	font-size:18px;
}

.post .header .date {
	word-spacing:-0.2em;
	color:#aaaaaa;
}

.post .header h2 {
	font-size:1em;
	display: inline;
}

.post .header h2 a {
	text-decoration: none;
}

.post .content {
	margin-bottom: 4em;
}

.post .content img {
	margin:0 1em;
}

.archives {
	margin-top:5em;
	text-align:right;
}

