/*
Theme Name: Theme 133
Theme URI: http://leonpaternoster.com/
Description: A really simple theme for quick posting and reading
Version: 0.1
Author: Leon Paternoster
Author URI: http://leonpaternoster.com/
Tags: white, red, black, simple
*/

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #FFF;
	color: #333;
	border-top: 6px solid #000;
}

body {
	font-size: 100%;
	line-height: 24px;
	width: 765px;
	margin: 24px auto;
	font-family: georgia, 'liberation serif', serif;
}	
	
/* Layout

Very simple: 3 columns
Two columns for content
Two columns=500px
Font 16/24 Georgia

1 col=235px
2 col=500px
3 col=765px

*/

/* Remove the following page elements: */

#access, .entry-meta, .single #nav-below, .home #nav-above, .sidebar {
	display: none;
}

h1, #blog-description {
	display: block;
	width: 235px;
}

#blog-description {
	margin-bottom: 23px;
}

#container {
	border-top: 1px dotted #333;
	padding-top: 24px;
}

#content {
	padding-left: 265px /* one col plus margin */;
}

#footer {
	clear: both;
	padding-top: 11px;
	border-top: 1px dotted #333;
	padding-left: 265px;
}

/* typography */

h1 {
	font-weight: normal;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 21px;
	margin-bottom: 6px;
}

h2 {
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 12px;
	clear: both;
}

h3, h4, h5, h6, dt {
	margin: 24px 0 12px 0;
	font-weight: normal;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5, h6, dt {
	font-size: 18px;
}

abbr, acronym {
	border-bottom: 1px dotted #AAA;
	cursor: help;
	text-transform: lowercase;
	font-variant: small-caps;
}

blockquote {
	margin: 24px 0 24px 10px;
	padding-left: 10px;
	border-left: 4px solid #AAA;
	font-size: 16px;
	
}

blockquote p {
	font-size: 16px;
}

cite {
	font-style: italic;
}

code {
	font-size: 14px;
	font-family: 'lucida console', 'consolas', 'courier new', monospace;
}

pre {
	overflow: scroll;
	margin-bottom: 12px;
}

a img {
	border: none;
}	

a:link {
	color: #AF0000;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

a:visited {
	color: #AAA;
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #AF0000;
	text-decoration: none;
	color: #AF0000;
}

h1 a:link, h1 a:visited, h1 a:hover, h2 a:link, h2 a:visited, h2 a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #AF0000;
}

p, ul, ol, dd {
	font-size: 16px;
	margin-bottom: 12px;
}

/* bits and bobs */

#blog-description {
	font-size: 12px;
	line-height: 16px;
}

.post {
	margin-bottom: 48px;
}

.nav-previous {
	float: left;
	width: 235px;
	margin-right: 30px;
	font-size: 12px;
	margin-bottom: 24px;
}

.nav-next {
	float: left;
	width: 235px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 24px;
}

abbr.published {
	border-bottom: none;
	color: #888;
	display: block;
	margin-bottom: 48px;
	font-size: 16px;
	font-style: italic;
	text-transform: none;
	font-variant: normal;
	cursor: default;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	color: #888;
	text-align: center;
}

.wp-caption a {
	color: #fff;
	border-bottom: none;
}

.alignnone {
	margin-bottom: 12px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}

.alignright {
	float: right;
	margin-left: 12px;
}

.alignleft {
	float: left;
	margin-right: 12px;
}

.says {
	display: none;
}

.comment-body p {
	font-size: 12px;
	line-height: 18px;
}

cite.fn {
	font-style: normal;
	font-size: 16px;
}

.commentmetadata {
	display: none;
}

#footer p {
	font-size: 16px;
	color: #888;
}

.amp {
	font-family: 'Goudy Old Style', 'Monotype Corsiva', baskerville, garamond, palatino, 'palatino linotype', times, serif;
	font-style: italic;
}
