/*
Theme Name: pith.org
Theme URI: http://pith.org/
Description: Theme for pith.org
Version: 1.0
Author: jcn
Author URI: http://pith.org/
*/


body {
	border: 0;
	margin: 0;
	background-color: #bebebe;
	font-family: Georgia, "times new roman", serif;
}

#header {
	height: 160px;
	background-color: #535353;
	border-bottom: 1px solid #000;
	width: 100%;
}

#title {
	position: absolute;
	margin-top: 87px;
	margin-left: 150px;
}

#title h1 {
	margin: 0;
	padding: 0;
	/*color: #c9c9c9;*/
	color: #a0a0a0;
	font-family: georgia;
	font-size: 80px;
}

#header h2, #footer h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	color: #eee;
}

#title h1 a {
	color: #a0a0a0;
	text-decoration: none;
}

#title h1 a:hover {
	color: #ffdcdc;
}

#header #outlinks a, #footer a {
	color: #c9c9c9;
	text-decoration: none;
	font-size: 16px;
}

#header #outlinks a:hover, #footer a:hover {
	background-color: #ffdcdc;
	color: #333;
}

#outlinks {
	position: absolute;
	margin: 20px 0 0 540px;
	color: #c9c9c9;
	width: 350px;
}

#outlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#outlinks ul li {
	float: left;
	padding: 0 12px 0 0;
}	

#main {
	width: 730px;
	margin: 40px 0 0 150px;
}

#main .navigation {
	text-align: right;
	text-transform: lowercase;
}

#main .navigation .previous {
	margin-bottom: 2px;
}

#main .navigation .next {
	float: right;
	margin-bottom: 15px;
}

#main .paging {
	text-align: left;
	text-transform: lowercase;
}

blockquote {
	border-left: 1px solid #777;
	padding-left: 13px;
}

pre {
	font-size: 12px;
	border: 1px dashed;
	padding: 5px;
	background-color: #cecece;
}

.post {
	clear: both;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.3em;
}

.post h3 {
	font-size: 22px;
	/*float: left;*/
	margin: 0 5px 2px 0;
	padding: 0;
	line-height: 1em;
}

.post h4 {
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
}

.post p {
	clear: both;
}

.post .categories, .post .tags {
	text-align: right;
	margin: 0 0 3px 0;
	padding: 0;
}

#main a {
	text-decoration: none;
	color: #000;
	background-color: #ffdcdc;
}

#main a:hover {
	text-decoration: underline;
	background-color: #ffdcdc;
}

#main a.subtle {
	background-color: #bebebe;
}

#main a.subtle:hover {
	background-color: #ffdcdc;
}

#comments {
	border-top: 1px solid #888;
	padding-top: 15px;
	margin-top: 15px;
	font-size: 13px;
}

#comments h2 {
	padding: 0;
	margin: 0 0 0 50px;
	color: #000;
}

#comments .comment {
	margin: 10px 0 35px 50px;
}

#comments .comment h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 13px;
}

#commentform {
	font-size: 13px;
	margin-left: 50px;
	/*margin-top: 50px;*/
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 5px 1px 0;
}

#commentform textarea {
	width:28em;
	height:10em;
	padding:0.25em;
	margin:0px 0;
	/*font-size:1.25em;*/
}

#commentform #submit {
	margin: 0;
	/*float: right;*/
}

.footnote {
	font-size: .8em;
	padding-bottom: 1em;
}

#footer {
	background-color: #535353;
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 60px;
	width: 100%;
	height: 250px;
}

#footer #archive {
	position: absolute;
	margin-left: 150px;
	float: left;
	font-size: 15px;
	width: 430px;
}

#footer ul {
	margin: 0 0 0 15px;
	padding: 0;
	color: #c9c9c9;
}

#footer #categories {
	position: absolute;
	margin: 90px 0 0 600px;
}

#footer #flickr {
	position: absolute;
	margin-left: 595px;
}

#footer #flickr img {
	border: 2px solid #c9c9c9;
	magin: 0 6px 0 6px;
}

#footer #flickr a {
	color: #c9c9c9;
	margin: 0 6px 0 6px;
}

#footer #flickr a:hover {
	color: #ffdcdc;
	border-color: #ffdcdc;
}

#footer #tools {
	position: absolute;
	margin: 200px 0 0 830px;
	text-transform: lowercase;
}

