/*
Theme Name:Sara Darling
Theme URI:http://www.saradarling.com
Description:Theme for the Sara Darling website
Version:1.0
Author:Chris Billett
Author URI:http://www.chrisbillett.net
Tags:Sara Darling, fixed-width, two-columns, right-sidebar

	"Sara Darling"s by Chris Billett

	This theme was designed and built by Chris Billett: http://www.chrisbillett.net

	The CSS, XHTML and design is released under the GPL.

*/

* {
	margin:0;
	padding:0;
}
body {
	background-color:#202020;
	color:#f3f3f3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
}
a {
	text-decoration:none;
	color:#ccc;
}
a:hover {
	color:#f6f6f6;
}
hr {
	visibility:hidden;
}
#wrapper {
	background-color:#202020;
	width:750px;
	margin:50px auto auto 50px;
}
#header {
	float:right;
	width:750px;
	padding:0 25px 0 0;
}
#nav {
	float:left;
	padding:0 0 0 25px;
	width:auto;
}
#nav h1 {
	font-family: Georgia, serif;
	font-size:22px;
	letter-spacing:2px;
	word-spacing:2px;
	padding-bottom:10px;
}
#content {
	background-color:#202020;
	width:650px;
	float:right;
	padding:0;
	min-height:446px;
}
.post {
	padding:55px 30px 0 30px;
}
.post p {
	margin:10px 0 10px 0;
}
.post em {
	font-style:italic;
}
.post h1, .post h1 a {
	font-family: Georgia, serif;
	font-size:14px;
	margin:13px 0;
	text-transform:uppercase;
}
.post h2, .post h2 a {
	font-family: Georgia, serif;
	font-size:14px;
	margin:13px 0;
	text-transform:uppercase;
}
.post h3, .post h3 a {
	font-family: Georgia, serif;
	font-size:12px;
	margin:5px 0;
}
.post h4, .post h4 a {
	font-size:12px;
	margin:5px 0;
}
.post .left {
	float:left;
	position:relative;
	width:250px;
	height:400px;
}
.post .right {
	float:right;
	position:relative;
	width:250px;
	height:400px;
}
.post .indent {
	padding-left:10px;
}
.post .indent p {
	padding-left:10px;
}
.post .alignright {
	float:right;
	margin-left:10px;
}
.post .alignleft {
	float:left;
	margin-right:10px;
}
.post .aligncenter {
	margin:0 auto;
	display:block;
}
.post abbr {
	font-weight:normal;
}
.post ul {
	list-style:circle;
	margin:0 0 0 25px;
}
.post ol {
	list-style:decimal;
	margin:0 0 0 30px;
}
.post blockquote {
	margin:15px 30px 0 10px;
	padding-left:20px;
}
.post pre {
	font-family:courier;
	font-size:10px;
	margin:14px 0 14px 0;
}
#comments {
	padding:50px 30px 0 30px;
}
#comments h2 {
	clear:both;
	color:#00275e;
	font-size:14px;
	letter-spacing:0.1em;
}
#comments cite {
	border-top:#ccc 2px solid;
	color:#fff;
	display:block;
	float:left;
	font-size:12px;
	padding:5px 10px;
}
#comments cite a {
	color:#fff;
	border-bottom:1px dotted;
}
#comments h3 {
	color:#fff;
	display:block;
	font-size:12px;
	letter-spacing:1px;
	margin:0;
}
#comments p {
	clear:both;
	display:block;
	margin:5px 0 0;
	position:relative;
}
#comments em {
	font-style:italic;
	text-align:right;
}
#comments ol.commentlist li {
	border:0;
	clear:both;
	display:block;
	margin:0;
	padding:10px 0;
	width:600px;
}
#comments input {
	background:#ccc;
	padding:2px;
	width:600px;
}
#comments textarea {
	background:#ccc;
	border:#0;
	padding:2px;
	width:600px;
}
#comments li.submitbutton input {
	background:#999;
	border:0;
	color:#000;
	padding:2px 5px;
	text-align:center;
	width:608px;
}
#comments .center {
	text-align:center;
}
#commentform {
	margin:0
}
#commentform ul li {
	margin:5px 0;
}
#sidebar {
	font-family: Georgia, serif;
	font-size:14px;
	line-height:1.5em;
	width:50px;
	float:left;
	margin:0;
	padding:25px 0 0 0;
}
#footer {
	color:#FFF;
	width:750px;
	float:left;
	text-align:left;
	padding:5px 0 0 0;
}
#footer p {
	margin:25px 25px 0 0;
}

