/*   
Theme Name: Paperback Writer Theme
Theme URI: http://jeffbarr.com/paperback-writer-theme/
Description: A theme for pulp writers.
Author: Jeff Barr	
Author URI: http://jeffbarr.com/
Version: 1.0
Tags: writer wordpress, wordpress author theme
GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
/* reset */
body {
	margin:0;
}

* {
	margin:0;
	padding:0;
}
h1, h2,h3,h4,h5,h6,p,dl,input,textarea,a { font-family: "Courier New", Arial, sans-serif; }
/* #reset */

/* navigation */
.vnavlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align:right;
}

/*
this is kind of hacky, setting it globally like this - chose this rather than
editing bookmark-template.php or adding inline styles and php escaping to sidebar.php
*/
ul {
  list-style-type:none;
  text-align:right;
}

.clear {
  clear:both;
}
/* #navigation*/

/* layout */
#wrapper {
  width: 800px;
  padding-left: 10px;
}
#wrapper h1 a{
  color:#FF0000;
}


#main {
  float:left;
  width:550px;
  padding-left: 10px;
}

#main h2 {
  font-size:1.2em;
  font-weight:bold;
  margin-top:1em;
}
#main h2 a {
  color:#000;
  text-decoration:none;
}

#sidebar h3 {
  text-align:right;  
  margin-top:1em;
}

#sidebar {
    float:right;
    width:240px;   
}

#footer {
	clear: both;
	padding-top: 50px;
	height: 1%;
}
/* #layout */
h1 {
}
blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

img {
	background:#ccc;
	padding:1px;
}


