/*
Theme Name: BasicTheme
Theme URI: http://pharrout.com/
Description: A minimalist / template theme
Version: 1.0
Author: Ross A. Catrow
Date: July 2007
*/

/* Zeros ==================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


/* General ================================================================== */
body {
	background: #fff;
	color: #000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .75em;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}
ul, ol {
	margin: 1em 0 1em 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li, ul li {
	margin-bottom: .5em;
	margin-left: 3.5em;	
}
li {
	line-height: 1.8em;
}
a {
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #999;
}
a:hover {
	text-decoration: underline; 
	color: #999;
}
a img {
	border: none;
}
blockquote {
	border-left: 5px solid #999;
	margin-left: 1.5em;
	padding-left: 5px;
}
h1 {
	font-size: 2.8em;
}
h2 {
	margin: 15px 0 2px 0;
	font-size: 1.5em;
	padding-bottom: 2px;
}

h3 {
	font-size: 1.5em;
	margin-top: 0;
}
textarea {
	width: 100%;
	border: solid 1px #000;
}
.button {
	background: #666;
	color: #000;
	border: solid 1px #000;
	padding: 3px;
	margin: 10px 0 10px 0;
}

/* Site wide width ========================================================== */
#site {
	width: 750px;
	margin: 0 auto 0 auto;
}

/* Structure ================================================================ */
#desc {
	margin-top:0.2em;	
}
#desc a:link, #desc a:visited  {
	display: inline;
	padding: 0px 0em 0em 0em;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
#desc a:hover {
	background-color: #eee;
	color: #666;
}
#desc a:active {
	background-color: #fff;
}

#content {
	float: left;
	width: 500px;
	width: 480px;
	padding: 0 10px 0 10px;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-weight: normal;	
	margin-bottom: 2em;
}
#header a {
	color: black;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}

#sidebar {
	width: 250px;
	width: 219px;
	background: #fff;
	border-left: 1px dotted #999;
	padding: 0px 0 10px 20px;
	float: right;
}

#sidebar form {
	margin: 0 0 0 0px;
}

#sidebar input#s {
	width: 60%;
	background: #eee;
	border: 1px solid #999;
	color: #000;	
}

#sidebar ul {
	color: #000;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}
#sidebar ul h2 {
	color: #999;
	text-transform: lowercase;
}

#sidebar ul li {
	margin: 10px 0 0 0;
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 3px;
}
#categoryName {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 1em 0;
	font-size: 2em;
}
#categoryName a {
	color: #999;
	text-decoration: none;
}
/* posts ================================================================ */
.post .title a {
	text-decoration: none;
	color: #000;
}
.post .title a:visited {
	text-decoration: none;
}
.post .meta {
	margin-bottom: 1em;
	font-size: .8em;
	font-style: italic;
}
.post .meta a {
	color: #666;
	font-style: italic;	
}
.post .entry {
	margin-bottom: 1em;
	clear: both;
}
.post {
	margin-bottom: 3em;
}
.post .feedback {
	text-align: right;
}
.post .theAuthor {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
.post .chapterNumber {
	float: left;
	width: 75px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
.post .titleAndMeta {
	width: 405px;
	width: 350px;
	float: left;
	border-left: solid 1px #000;
	margin-bottom: 1em;
	padding-left: 20px;
}

/* comments ================================================================ */
#comments {
	margin-top: 3em;
}
#commentlist li {
	margin-bottom: 3em;
}
#commentlist cite {
	font-size: .8em;
	color: #666;
	font-style: italic;
}


#sidebar ul #chapters ol{
	margin: 0;
	padding: 0 0 0 20px;
}
#sidebar ul #chapters li {
	margin: 0;
	padding: 0;
}
