/* RESET */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

body {
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #7692FC;
	line-height: 1.125em;
	min-width: 1064px;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
}

p {
	font-family: Palatino, Georgia, 'Times New Roman', serif;
	margin-bottom: 1em;
}

#header, #content, #footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

div#content {
	padding: 1em;
}

div#header {
	position: relative;
	margin-bottom: 1em;
	height: 3em;
	margin-top: 4em;
	-webkit-text-size-adjust: none;
}

div#middle {
	background-color: #FFFFFF;
}

div#footer {
	padding: 1em;
}

.small {
	font-size: 75%;
}

div#header ul {
	bottom: 0px;
	left: 164px;
	position: absolute;
}

div#header li {
	display: inline;
	float: left;
	font-size: 1.125em;
	padding-bottom: 0.25em;
	padding-left: 16px;
	padding-top: 2em;
	width: 148px;
}

a { 
	text-decoration: none; 
	outline: none; 
	font-weight: bold;
	color: rgb(30, 40, 30);
	color: rgba(30, 40, 30, .9);
	*color: rgb(30, 40, 30);
}

a:hover { 
	color: rgba(30, 40, 30, .65);
}

.post-main  {
	clear: left;
	float: left;
	padding: 0px 180px;
	width: 476px;
}

.post-header {
	float: left;
	width: 820px;
}

#comments {
	float: left;
	padding: 1em 180px 0px;
}

.post-header h2 {
	font-size: 2.5em;
	letter-spacing: -0.05em;
	line-height: 1em;
	margin: 1em 0px 0.5em 180px;
}

.date {
	float: left;
	color: rgb(109, 116, 109);
	font-size: 0.75em;
	margin-top: 6.45em;
}

.abstract {
	margin-top: 0px;
	float: left;
	margin: 1em 1em 1em -180px;
	position: relative;
	color: rgb(109, 116, 109);
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.25em;
	white-space: normal;
	width: 148px;
}

dd {
	margin-top: 1em;
}

dd h3 {
	margin-bottom: .75em;
}

li.comment {
	margin-bottom: 2em;
}

li.empty {
	list-style-type: none;
}