/*
Theme Name: Silent-Typewriter
Theme URI: http://www.silent-typewriter.com/theme/
Description: Clean and simple theme with Courier headings
Version: 0.1
Author: Ed Gerstner
Author URI: http://www.silent-typewriter.com/
*/

#header{
   font-family: "Courier New", mono-space;
   float: left;
   margin: 20px auto 0 auto;
   width: 900px;
   height: 140px;
   text-align: center;
}

#header h1{font-size: 4em; text-transform: lowercase;}

#header a, a:hover, a:visited{text-decoration: none; color: #000000;}

#container{
   float: left;
   width: 610px;
   padding: 0 50px 0 25px;
}

#container h1, h2, h3, h4, {
   font-family: "Courier New", mono-space;
}

img {float:inherit}

a, a:visited{text-decoration: none; color: #22a;}

a:hover{text-decoration: underline; color: #226;}

p{
   margin: 0;
   padding: 10px 0 0 0;
}

h1 {font-family: "Courier New", mono-space; text-transform: uppercase; font-size: 2em;}
h2 {font-family: "Courier New", mono-space; text-transform: uppercase; font-size: 1.5em;}
h3 {font-family: "Courier New", mono-space; text-transform: uppercase; font-size: 1.2em;}
h4 {font-family: "Courier New", mono-space; text-transform: uppercase; font-size: 1em;}

.post{
   padding: 0 0 10px 0;
   font-family: "Courier New", mono-space;
}

.post h1, h2, h3, h4{
   font-family: "Courier New", mono-space;
   padding: 0 0 0 0;
}

.post h3 { margin: 5px 0 2px 0;}

.post p{
   padding: 0 0 10px 0;
   font-family: Verdana, "Trebuchet MS", Serif;
}

.post img {float:inherit}

.post ul, ol {
   font-family: Verdana, "Trebuchet MS", Serif;
   margin: 5px 0 10px 0;
}

.post ol li {
   margin: 0 0 5px 0;
}

.post blockquote {
   font-family: "Courier New", mono-space;
   margin: 5px 30px 5px 30px;
}

.entry{
   line-height: 18px;
}

body{
   margin: 0;
   padding: 0;
   font-family: Verdana, "Trebuchet MS", Serif;
}

h1, h2, h3, h4, h5, h6, address, dd, dl, hr, p, form{
   margin: 0;
   padding: 0;
}

#wrapper{
   margin: 0 auto 0 auto;
   width: 900px;
   text-align: left;
}

/*** SIDE BAR ***/
.sidebar{
   float: right;
   width: 200px;
   background: #ffffdd;
/*   background-image:url('http://silent-typewriter.com/rants/buttons/repeat-small-feint-shift.png');
   background-repeat:repeat;*/
   padding: 13px 0 13px 13px;
   display: inline;
	 font-size: 0.8em;
   border: 1px solid #aaa;
}

.sidebar p {
   padding: 0 0 5px 0;
}

.sidebar ul{
   list-style-type: none;
   margin: 0;
   padding: 0 5px 5px 10px;
}

.sidebar ul li {
   padding: 0 0 5px 0;
}

.sidebar ul li h2{
   font-family: "Courier New", mono-space;
   font-size: 1.2em;
}

.sidebar ul ul{
/*	 list-style-image:url('http://edgerstner.com/img/phone-ME-eye-12.ico');*/
}

.sidebar ul ul li{
   padding: 0 0 6px 0;
}

#footer{
   clear: both;
   width: 900px;
   font-family: "Courier New", mono-space;
	 font-size: 1em;
   text-align: center;
   line-height: 18px;
	 padding 0 0 10px 0;
	 margin 0 0 10px 0;
}

#footer p{
   line-height: 18px;
	 padding 0 0 10px 0;
	 margin 0 0 10px 0;
}

p.postmetadata{
   font-size: 0.8em;
   font-family: "Courier New", mono-space;
	 text-align: center;
}

.postdate {
   font-size: 0.8em;
   font-family: "Courier New", mono-space;
	 color:#888;
   padding: 0 0 5px 0;
}

.postdate a{
	 color:#888;
   padding: 0 0 5px 0;
}
.navigation{
   padding: 10px 0 0 0;
   font-size: 1em;
   font-weight: bold;
   line-height: 18px;
}

.comments-template{
   margin: 10px 0 0 10px;
/*   border-top: 1px solid #ccc;*/
/*   padding: 10px 0 0;*/
}

.comments-template ol{
   margin: 0;
   padding: 0 0 10px 0;
   list-style: none;
}

.comments-template ol li{
   margin: 10px 0 0 0;
/*   line-height: 18px;*/
   padding: 0 0 0 0;
/*	border-bottom: 1px solid #ccc;*/
}

.comments-template h2, .comments-template h3{
   font-family: "Courier New", mono-space;
   font-size: 1.5em;
}

.commentmetadata{
   font-size: 1em;
}

.comments-template p.nocomments{
   padding: 0;
}

.comments-template textarea{
   font-family: Verdana, "Trebuchet MS", Serif;
   font-size: 1em;
}
