
/*************************************
 +Containers
 *************************************/
body{
	background:#fff;
	color:#1e1e1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
    line-height:1.7;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	text-align:left;
	width:76em;	
}
#content{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	padding:1em;
	float: right;
	margin-right: 115px;
	width:40em;
}
#sidebar{
	font-family: "Lucida Grande", Verdana;
	font-size: 1.1em;
	float:right;
	padding-top:2em;
	width:20em;
	color: #7e7e7e;
	text-transform: capitalize;	
}
#footer{
	background:#000000;
	color:#999;
	clear:both;
	font-size:1em;
	padding:.6em;
	font-family: "Lucida Grande", Verdana;
}
div.rblock a{
	width: 100px;
	height: 100px;
	position: fixed;
	left: 0;
	margin: 35px 15px 0 35px;
	background-color: white;
	background-image: url(http://reedreeder.com/images/R.png); 
}
div.rblock a:hover{
	background-position: 0 -100px;
}
div.wblock a{
	width: 50px;
	height: 50px;
	position: fixed;
	left: 0;
	top: 93px;
	margin: 35px 15px 0 35px;
	background-color: white;
	background-image: url(http://reedreeder.com/images/w.png); 
}
div.wblock a:hover{
	background-position: 0 -50px;
}
div.tblock a{
	width: 50px;
	height: 50px;
	position: fixed;
	left: 50px;
	top: 93px;
	margin: 35px 15px 0 35px;
	background-color: white;
	background-image: url(http://reedreeder.com/images/t.png); 
}
div.tblock a:hover{
	background-position: 0 -50px;
}
div.comingsoon p{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 100px auto auto 0;
}
div.archive{
	background-color: black;
	width: 144px;
	height: 21px;
}
div.archivelist{
	margin-left: -15px;
}

#footer p {
	color:#ffffff;
}
#footer a {
	color: #ffffff;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
h4{
	margin-top: 23px;
	font-family: "courier";
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5;
	text-transform: uppercase;
	background-color: black;
	color: white;
	width: 10em;
	font-weight: normal;
}
#header h1{
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	font-style: bold;
	font-family: Helvetica;
	color:#1e1e1e;
}
#header h1 a:hover{
	color: #aaa;
}
#header p{
	font-family: Helvetica, Arial;
	font-weight: bold;
	color:#aaa;
	font-size: 1.5em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	display: none;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:2.2em;
	font-style: italic;
	color: #black;
}
.entrytitle h2 a {
	text-decoration: none;
}
.entrytitle h2 a:hover{
	color: white;
}
.entrytitle h3{
	text-decoration: none;
	margin-top: 23px;
	font-family: "courier";
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
	text-transform: uppercase;
	background-color: black;
	color: white;
	width: 10em;
	font-weight: normal;
}
.entrytitle h3 a {
	margin-top: 23px;
	font-family: "courier";
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
	text-transform: uppercase;
	background-color: black;
	color: white;
	width: 10em;
	text-decoration: none;
	font-weight: normal;
}
.entrytitle h3 a:hover{
	margin-top: 23px;
	font-family: "courier";
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
	text-transform: uppercase;
	background-color: black;
	color: white;
	width: 10em;
	text-decoration:underline;
	font-weight: normal;
}
#sidebar h2{
	font-size: 1.4em;
	font-family: "Lucida Grande", verdana;
}
#sidebar ul li#linkcat-2.linkcat h2{
	display: none;
}
#sidebar ul li.cat-item a{
	padding-left: 3px;
}
#sidebar h3{
	font-family: Helvetica, Arial;
	color:#1e1e1e;
	font-size:1.4em;
	margin:1em 0;
}


/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.link{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +
 *************************************/
.block{
	margin:0.5em;
	padding:1em;

}
.block textarea{
	width:35em;
}
.block input, .block textarea{
	border:1px solid #d1d1d1;
}
.block textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.block textarea:focus, .block input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color: #777777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
h3#{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
}
h3#respond{
	font-style: italic;
	font-family: Georgia;
	font-size: 2em;
	text-transform: lowercase;
}
h3#comments{
	font-style: italic;
	font-family: Georgia;
	font-size: 1.5em;
	text-transform: lowercase;
}
.block h3{
	font-style: italic;
	font-family: Georgia;
	font-size: 2em;
	text-transform: lowercase;
}

/*************************************
 +Misc
 *************************************/
a{
	color:black;
	text-decoration:underline;
}
a:hover{
	color:white;
	background-color:black;
	text-decoration:none;
}

img {
	border:none;
}

