@charset "utf-8";

body { font-family: Helvetica, Arial, sans-serif; }

a { color: #279AD5; }
#footer ul, .navigation, .postmetadata, #buy, #author ul, .ngg-navigation, div.authorlistm, #respond { display: none; }

#header {
	border-bottom: 3px solid #f69524;
	padding-bottom: 10px;
}
#header a {
	text-decoration: none;
	color: #000000;
}
.home #content {
	width: 70%;
	float: left;
}
.post { padding-right: 30px; }

.post a:link:after, .post a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 8pt;
   text-decoration: none;
}

.post a[href^="/"]:after {
	content: " (http://www.nowaydownthebook.com" attr(href) ") ";
}

.post h2 a {
	text-decoration: none;
	color: #000000;
}

small {
	font-size: 8pt;
	color: #279AD5;
}

#sidebar {
	float: right;
	width: 30%;
}

#author { font-size: 10pt; }

#footer {
	clear: both;
	font-size: 8pt;
}

