/*
Theme Name: One hundred and sixty six
Theme URI: http://leonpaternoster.com/166
Description: Calm text
Version: 0.1
Author: Leon Paternoster
Author URI: http://leonpaternoster.com
Tags: basic, clean, serif, @font-face, 1 column
*/

/* We use a simple reset */

body, ul, ol, p, h1, h2, h3, h4, h5, h6, fieldset, dd {
	margin:  0;
	padding: 0;
}

/* And make the browser style some HTML5 elements */

article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section, small {
    display: block;
}

/* Some base settings */

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

body {
	font-family: palatino, georgia, 'deja vu serif', serif;
	font-size: 100%;
	line-height: 1.5em;
}

.wrapper {
	width: 855px;
	margin: 0 auto;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #888;
	text-decoration: none;
}

a:hover, a:active {
	color: #DF0000;
}

#content {
	clear: both;
	padding-top: 47px;
	border-top: 1px solid #DFDFDF;
}

/* CONTENTS

1.		Site header
2.		Posts
3.		Site footer

*/

/* 1.	SITE HEADER */

#site-header {
	background-image: url(images/bg.jpg);
	overflow: hidden;
	text-shadow: 1px 1px 1px #FFF;
}

#site-title {
	padding: 44px 0 48px 0;
	font-size: 24px;
	font-weight: normal;
	font-family: palatino, georgia, serif;
	font-style: italic;
	text-transform: lowercase;
	float: left;
	width: 265px;
	margin-right: 30px;
}

#site-title a:visited {
	color: #336699;
}

#site-title a:hover {
	color: #DF0000;
}

#tagline {
	color: #AAA;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 24px;
	float: left;
	width: 560px;
	text-align: right;
	padding-top: 47px;
}

.pagination {
	clear: both;
}

.pagination li {
	list-style-type: none;
	margin-bottom: 12px;
	font-style: italic;
	margin-bottom: 48px;
}

.next {
	float: right;
	width: 265px;
	text-align: right;
}

.previous {
	float: left;
	width: 265px;
}

/* 2.	POSTS */

.hentry {
	width: 560px;
	margin-left: 295px;
}

.entry-title {
	clear: both;
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
	font-style: italic;
	font-family: palatino, georgia, serif;
}

.published {
	color: #AAA;
	margin-bottom: 24px;
	display: block;
}

.entry-summary {
	font-weight: bold;
}

.entry-summary p {
	margin-bottom: 24px;
}

.entry-content h1 {
	font-size: 21px;
	margin: 18px 0 6px 0;
}

.entry-content h2 {
	font-size: 18px;
	margin: 18px 0 6px 0;
}

.entry-content h3 {
	font-size: 16px;
	margin: 18px 0 6px 0;
}

.entry-content h4, .entry-content dt {
	font-size: 14px;
	margin: 18px 0 6px 0;
	font-weight: bold;
}

.entry-content p, .entry-content ul, .entry-content ol {
	margin-bottom: 12px;
}

.entry-content li {
	list-style-position: inside;
	margin-left: 48px;
}

.entry-content blockquote {
	color: #AAA;
	font-family: palatino, georgia, serif;
	margin: 0 48px;
}

.entry-content abbr, .entry-content acronym {
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.entry-content code {
	font-family: consolas, 'courier new', 'andale mono', monospace;
	font-size: 14px;
	color: #669900;
}

.entry-content pre {
	overflow: auto;
	margin-bottom: 12px;
	margin-left: 48px;
}

.entry-content aside {
	margin-left: -295px;
	float: left;
	width: 265px;
	color: #AAA;
	font-style: italic;
	font-family: palatino, georgia, serif;
}

.entry-content aside p {
	width: 265px;
}

.entry-content .aligncenter {
	display: block;
	margin: 0 auto;
}

.entry-content .alignright {
	float: right;
	margin: 0 0 12px 30px;
}

.entry-content .alignleft {
	float: left;
	margin: 0 30px 12px 0;
}

.wp-caption-text {
	font-family: palatino, georgia, serif;
	color: #AAA;
	font-style: italic;
}

.pull {
	margin-left: -295px;
	float: left;
	width: 265px;
}

/* A gift to Mr Daustrala */

.wide {
	margin-left: -295px;
	display: block;
}

.article-footer p {
	margin: 48px 0;
	font-family: palatino, georgia, serif;
	font-style: italic;
}

/* Home page overrides */

.home .entry-summary, .home .entry-content {
	font-weight: normal;
	margin-bottom: 72px;
}

.home .published {
	margin-bottom: 12px;
}

/* 3.	SITE FOOTER */

#site-footer {
	clear: both;
	font-family: palatino, georgia, serif;
	padding-top: 11px;
	border-top: 1px solid #DFDFDF;
	line-height: 18px;
}

#site-footer small {
	margin-bottom: 12px;
	padding-left: 295px;
}

.biog {
	margin-bottom: 24px;
	padding-left: 295px;
}

