/*  
Theme Name: redletters
Description: This is a custom theme for TAO Games.
Version: 1.0
Author: lesleymac
Author URI: http://www.lesleymac.com/

*/

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#header{
	float: left;
	width: 600px;
}

.sidebar{
	float: right;
	width: 195px;
	margin: 0 0 0 5px;
}

.sidebar li {
   list-style: none;
}

#container{
	float: left;
	width: 600px;
}

#footer{
	clear: both;
	float: left;
	width: 600px;
}


body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Garamond, serif;
	font-size: 12pt;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

a {
	color:#0019E6;
	text-decoration:none;
}

a img {
	border-style: none;
}

a:visited {
	color:#010D69;
}

a:hover {
	color:#1932FF;
}

h1{
	font-family: Garamond, serif;
	font-size: 24pt;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.post{
	padding: 10px 0 10px 0;
	text-align: justify;
}

.post h2{
	font-family: Garamond, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18pt;
}

.posttitle{
	color: #D90000;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	margin: 10px 0 0 0;
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
}

p.postmetadatatime{
	margin:0 0 10px 0;
	padding-left:40px;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	color: #010D69;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Garamond, serif;
	font-variant: small-caps;
	font-size: 16pt;
	color: #D90000;
}

.commentmetadata{
	font-size: 12pt;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Garamond, serif;
	font-size: 12pt;
}