body
{
	margin: 0px;
	padding: 0px;
	background-color: #f1f0ec;
	font-family: myriad-pro-1,myriad-pro-2,sans-serif;
}

h4 { margin: 0px; padding: 0px;}

#maincontainer
{
	width: 768px;
	margin:	0px auto;

	padding-top: 10px; /* Distance from top of page to first horizontal line */

	border-left: solid 1px #aeaba8;
	border-right: solid 1px #aeaba8;
	background-image:url('http://static.tumblr.com/cxnczyu/s6olphc8w/background-darker.jpg');
	/* background-color: #e6e1dc; */
}

/* Header */
.headerWrapper
{
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 11px 20px 9px 20px;
	background-color: #aeaba8;
	font-size: 24pt;
	color: #eae9e8;
}

.headerWrapper a
{
	font-size: 24pt;
	color: #eae9e8;
	text-decoration: none;
}
	
.headerAuthor
{
	float: right;
	font-size: 10pt;
	padding-top: 17px;	
}
	
.line
{
	width: 100%;
	height: 2px;
	background-color: #aeaba8;
}

/* Pagination */
.pagination
{
	font-weight: 600;
	font-size: 10pt;
	color: black;
	padding: 0px 10px 2px 10px;
}

.pagination a
{
	text-decoration: none;
}

.pagination a:hover
{
	text-decoration: underline;
}

/* Footer */
#footer
{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.footerContent
{
		background-color: #aeaba8;
		color: #eae9e8;
		margin: 2px 0px;
		font-size: 10px;
		padding: 1px 0px 2px 0px;
}

img
{
	border: none;
}

/* Sidebar Navigation */
#rightcolumn
{
	float: left;
	width: 118px;
	margin-left: -118px;
	padding-top: 69px;
	text-align: right;
}

.navSpacer
{
	height: 11px;
}

a
{
	color: black;
}

.cListHead
{
	width: 107px;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #aeaba8;
	color: #f1f0ec;
	padding: 3px 4px 2px;
	margin-left: 3px;
	text-align: left;
}

.cList
{
	width: 105px;
	padding: 4px 5px;
	background-color: #eae9e8;
	font-weight: 400;
	font-size: 8pt;
	margin-left: 3px;
	text-align: left;
	border-bottom: solid 2px #aeaba8;
}

.cList a
{
	text-decoration: none;
}

.cList a:hover
{
	text-decoration: underline;
}

/* Posts */
#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin-right: 118px;
}

.postsWrapper
{
	margin: 0px 30px 20px 20px;
}

.postMeta
{
	padding-top: 20px;
	font-size: 8pt;
	color: #73706e;
}

.postTitle
{
	font-size: 16pt;
	font-weight: 600;
	line-height: 24px;
}

.postBody
{
	font-size: 10pt;
	margin-top: 10px;
}

/* Footnotes */
sup
{
	line-height: 0px;
}
ol li
{
	margin-bottom: 5px;
}
.footnotes
{ 
    margin-top: 3em;
    font-size: 11px;
}
.footnotes hr { margin-bottom: 1em; }

/* Notes */
ol.notes {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 10pt;
	font-weight: normal;
}

ol.notes li.note {
	padding: 5px;
	background-color: #d1cdc9;
	margin: 1px 0px;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

ol.notes li.note span.action {
	font-weight: normal;
}

ol.notes li.note .answer_content {
	font-weight: normal;
}

ol.notes li.note blockquote {
	background-color: #b8b4b0;
	padding: 3px 6px;
	margin: 5px 20px 0px 25px;
}

ol.notes li.note blockquote a {
	text-decoration: none;
}

/* Post Content */
.postBody h3
{
	margin-bottom: 3px;
}
.postBody p
{
	margin-top: 2px;
	line-height: 130%;
}
.postBody ul,ol
{
	margin-top: 2px;
	margin-left: 15px;
	padding-left: 15px;
}