body {
	margin: 0px;
	color: #333;
	height: 100%;
}

img { border: none; }

a.image,
a.image img { border: none; }
a { text-decoration: none; }
a:link { color: #333366; }
a:visited { color: #777; }
a:hover { text-decoration: underline; }

div#Container {
	width: *;
	min-width: 900px;
	margin: 0 0 25px 75px;
}

div.content {
	width: 74%;
	float: left;
}

body.essay div.side {
	float: right;
	padding: 10px;
	background-color: #edf3fe;
	margin: 50px 0 0 0;
	width: 200px;
}

div.header {
	background-color: #000;
	color: #fff;
	padding: 10px;
	margin: 0 0 25px 75px;
	font-size: 12px;
	font-family: verdana;
}

body.essay h1, body.toc h2 {
	margin-bottom: 15px;
	font-family: helvetica;
	font-size: 1.3em;
	font-weight: bold;
	clear: both;
}

body.toc h2 {
	margin-bottom: 25px;
}

body.toc h2 span {
	color: #dcdcdc;
}

body.essay h2 {
	font-size: 1em;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: georgia;
}

body.essay ul {
	font-family: georgia;
	list-style: none;
	margin-bottom: 25px;
	font-size: 1em;
	line-height: 1.4em;
}

body.essay li {
	margin-bottom: 15px;
}


div.quote h3 {
	border-top: 1px dotted #666;
	padding-top: 10px;
	margin-top: 50px;
	font-weight: normal;
	font-size: 0.9em;
	font-family: georgia;
	font-style: italic;
}

p {
	font-family: georgia;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-top: 0;
}

div.quote p {
	font-size: 0.7em;
}

cite {
	font-size: 0.7em;
	font-family: georgia;
	font-weight: bold;
	float: right;
	margin-top: -10px;
	text-align: right;
}


div.header h1 {
	font-family: helvetica;
	font-weight: bold;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

div.header a:link, div.header a:visited {
	color: #fff;
	padding: 3px;
	text-decoration: none;
}

div.header a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

div.header a.image:hover {
	background: none;
}

div.header h2 span {
	color: yellow;
	padding: 0 5px;
}

div.next {
	margin: 120px 0;
	text-align: center;
	font-size: 14px;
	font-family: georgia;
}

.highlight  {
	background-color: #ffc;
}

div.post {
	padding-bottom: 30px;
}

#aphorism {
	color: #777;
	font-size: 0.97em;
	font-style: italic;
	text-align: center;
}

#s {
	width: 120px;
}


/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

div.side p {
	font-family: verdana;
	font-size: 0.75em;
	margin: 0 0 10px 0;
}

div.side h2 {
	font-family: verdana;
	font-size: 0.75em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	text-transform: uppercase;
	margin-bottom: 2px;
}

div.side ul {
	font-family: verdana;
	font-size: 0.75em;
	line-height: 1em;
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

#sidebar-ads {
	text-align: center;
	margin-top: 40px;
}

.pagenav, #linkcat-1 { list-style: none; }

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

div#footer {
	margin-top: 100px;
	border-top: 1px solid #555;
	color: #555;
	padding: 30px 0 30px 30px;
	clear: both;
	background-color: #edf3fe;
}

div#footer h1 {
	font-size: 1.4em;
	font-family: georgia;
	font-style: italic;
	margin: 0 0 5px 0;
}

