/*

Wallpaper - A CSS style for WordPress, http://wordpress.org/

Copyright 2004 Alex King, http://www.alexking.org/
License: GPL, http://www.gnu.org/licenses/gpl.txt

*/

body {
	background: #fff;
	background: url(images/background.gif) repeat-y;
	font-family: Lucida Grande, Verdana, sans-serif;
	margin: 0;
}

a {
	color: #495865;
}

a:visited {
	color: #5E6F7E;
}

a:hover {
	color: #394651;
}

#rap {
	width: 770px;
}

h1#header {
	background: url(images/header.gif) repeat-y;
	border-bottom: 1px solid #bbaf95;
	font-size: 24px;
	height: 200px;
	left: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 730px;
}
h1#header a {
	background: #fff;
	border: 1px solid #bbaf95;
	padding: 5px;
	position: relative;
	left: 20px;
	top: 150px;
}

#content {
	float: left;
	left: 40px;
	padding: 0;
	position: relative;
	width: 450px;
}

#content h2 {
	border-bottom: 1px solid #fef7e9;
	color: #bbaf95;
	font-size: 10px;
	margin: 10px 0 5px 0;
	padding: 0 0 3px 0;
	text-align: right;
	width: 440px;
}

#content div.post {
	margin: 0 0 20px 0;
	padding: 0;
}

#content div.post p, #content div.post li {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	line-height: 130%;
}

#content div.post div.storycontent p {
	text-indent: 10px;
	width: 90%;
}

#content div.post div.storycontent ul, #content div.post div.storycontent ol {
	margin-left: 0;
	padding-left: 0;
}

#content div.post div.storycontent li {
	margin-left: 30px;
	width: 80%;
}

#content div.post div.storycontent blockquote {
	background: #fef7e9;
	border: 1px solid #e6ddcb;
	border-left: 2px solid #bbaf95;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	margin-left: 20px;
	padding: 4px 4px 4px 7px;
	width: 80%;
}

#content h3 {
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
}

#content h3 a {
	color: #647686;
}

#content h3 a:hover {
	color: #495865;
}

#content div.post p {
	width: 90%;
}

#content div.post div.meta, #content div.post div.meta li a {
	color: #867b64;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;
}

#content div.post div.meta li a:hover {
	color: #686050;
}

#content div.post div.meta ul, #content div.post div.meta li {
	display: inline;
	margin: 0;
	padding: 0;
}

#content div.post div.feedback {
	font-size: 10px;
}

#content #commentlist {
	margin: 20px;
	padding: 0;
}

#content #commentlist li {
	margin-bottom: 10px;
	width: 90%;
}

#content #commentform input, #content #commentform textarea {
	background: #fef7e9;
	border: 1px solid #bbaf95;
	font-size: 11px;
	padding: 2px;
}

#content #commentform textarea {
	height: 150px;
	width: 90%;
}

#menu {
	clear: right;
	float: left;
	left: 70px;
	margin: 0;
	position: relative;
	width: 220px;
}

#menu ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

#menu ul li {
	color: #867b64;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li ul {
	margin: 5px 0 15px 10px;
}

#menu ul li ul li {
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
}

#searchform {
	margin: 2px 0 15px 10px;
}

#searchform input {
	background: #fef7e9;
	border: 1px solid #bbaf95;
	font-size: 11px;
	margin-top: 3px;
	padding: 2px;
}

p.credit {
	background: #fef7e9;
	border: 1px solid #bbaf95;
	border-width: 1px 0;
	clear: both;
	font-size: 10px;
	margin: 10px 21px 0 21px;
	padding: 3px 0;
	text-align: center;
	width: 728px;
}
