
body {
	background-color: black;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-family: "Century Gothic", sans-serif;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 150%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	font-weight: normal;
}

h6 {
	font-size: 80%;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: black;
}

a {
	text-decoration: none;
}

a:link {
	color: red;
}

a:visited {
	color: #800000;
}

a:active {
	color: blue;
}

a img {
	border: 0;
}

hr {
	display: none;
}

#header, #outer-column, #footer, #nav {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 10px;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
}

#nav li a {
	color: white;
	padding: .65ex 15px;
	background-color: #500000;
	margin: 0 2px;
}

#nav li:first-child {
	margin-left: 10px;
}

#nav li.current_page_item a  {
	background-color: #800000;
}

#column {
	background-color: #800000;
	position: relative;
	padding: 5px 0 20px 60px;
/*	border: 1px solid #500000;
	border-top: none;*/
}

#column.blog {

}

#content {
	width: 700px;
	color: black;
}

.bottom-shadow {
	background: transparent url("shadow-bottom.png") no-repeat bottom left;
}

.shadow {
	background: white url("shadow.png") repeat-y top left;
}

.tape {
	padding: 50px 57px 15px 57px;
	background: transparent url("taped-top.png") no-repeat top left;
}

.bottom-shadow-small {
	background: transparent url("shadow-small-bottom.png") no-repeat bottom left;
}

.shadow-small {
	background: white url("shadow-small.png") repeat-y top left;
}

.tape-small {
	padding: 38px 43px 10px 43px;
	background: transparent url("taped-small-top.png") no-repeat top left;
}

.bottom-shadow-half {
	background: transparent url("shadow-half-bottom.png") no-repeat bottom left;
}

.shadow-half {
	background: white url("shadow-half.png") repeat-y top left;
	width: 382px;
}

.tape-half {
	padding: 38px 39px 10px 39px;
	background: transparent url("taped-half-top.png") no-repeat top left;
}

#column.blog #content {
	color: black;
}

#infobox {
	margin-left: -60px;
}

.blog h2 {
	border-bottom: 3pt solid black;
}

.blog h3 {
	margin-top: 1em;
	border-bottom: 1px dashed gray;
}

.post {
	margin-left: -117px;
	padding-left: 117px;
	position: relative;
}

.post-content p {
	z-index: 2;
	position: relative;
}

.post .post-content {
	line-height: 140%;
}

.post .post-content img {
	margin: 1ex;
}

.post .post-content img.wp-smiley {
	margin: 0;
}

.mood {
	font-size: 80%;
	margin-top: 0.25em;
/* 	color: #800000; */
}

.post-date {
	margin: 0;
	position: absolute;
	width: 70px;
	top: 0;
	left: 12px;
	background-color: white;
	text-align: center;
/* 	border: 5px black solid; */
	border: 1px solid #996b6b;
	font-weight: bold;
	font-variant: small-caps;
	padding: 15px 0 5px 0;
}

.post-date span {
	display: block;
}

.post-date .tack {
	background: transparent url("thumbtack.png") no-repeat 40% top;
	height: 40px;
	width: 29px;
	position: absolute;
	top: -25px;
	left: 15px;
}

.post-date .weekday, .post-date .year {
	font-size: 12px;
}

.post-date .month {
	font-size: 20px;
}

.post-date .date {
	font-size: 30px;
}

.post-date .time {
	font-size: 12px;
}

.postmetadata {
	font-size: 80%;
/* 	color: #800000; */
	border-top: 1px solid black;
	clear: both;
	margin-top: 1em;
	padding-top: 0.25em;
}

.more-link {
	font-weight: bold;
	display: block;
	margin-top: 1em;
}

p.cb_bubble {
	float: right;
	z-index: 5;
	position: relative;
}

#footer, #footer a {
	color: silver;
	font-size: .7em;
}

.now-reading h3 {
	clear: both;
}

.now-reading img.book {
	border: 2px solid #ddaaaa;
}

.now-reading img.book:hover {
	border-color: red;
}

.now-reading .book-list {
	margin: 1em 0 0 20px;
	padding: 0;
}

.now-reading .book-list li {
	list-style-type: none;
	float: left;
	margin: 10px 15px;
}

.now-reading-copyright {
	clear: both;
	font-size: 70%;
	color: silver;
	margin-top: 2em;
	display: block;
}

#recent-posts {
	margin-left: -60px;
	font-size: 80%;
}

#recent-posts ol {
	margin-left: 2em;
	padding: 0;
}

#recent-posts ol li {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1em;
	font-weight: 600;
}

#recent-posts ol li .date, #recent-posts ol li .date:link, #recent-posts ol li .date:visited {
	font-size: 0.9em;
	color: #555;
	font-weight: normal;
}

#latest-post {
	width: 250px;
	height: 75px;
	background: transparent url("latest-post.png") no-repeat 50% 50%;
	margin: 5px 0 -65px 0;
	left: 220px;
	padding: 0;
	z-index: 5;
	position: relative;
}

#latest-post h2 {
	display: none;
}

#wp-admin-bar {margin:0 0 2em 0; padding:0.25em; background:#f9f9f9; border-bottom:2px solid #666; clear:both; text-align:center; font-size: 0.8em}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}
