/*   
Theme Name: Sarah
Theme URI: http://www.sarahfrance.com/blog/
Description: Custom theme for Sarah France
Author: Andi Farr
Author URI: http://www.semibad.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

/* basic layout and styles */

body {
	font-family: geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
}

#wrapper {
	width: 891px;
	margin: 30px;
}

/* header */

h1 {
	width: 100%;
	height: 67px;
	margin-bottom: 20px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: no-repeat top left url(images/blog-header.gif);
	border: none;
}

h1 a:hover {
	border: none;
}

/* navigation */

ul#navigation {
	width: 100%;
	height: auto;
	background-color: #000;
	margin: 0px;
}

ul#navigation li {
	letter-spacing: 0.05em;
	border-right: 1px solid #fff;
	margin: 0px;
	float: left;
}

ul#navigation li.dirtyTrick, br.dirtyTrick {
	float: none;
	clear: both;
	height: 1px;
	margin-top: -1px;
}

ul#navigation a {
	font-family: geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
	display: block;
	width: 119px;
	color: #fff;
	background: #000;
}

ul#navigation a:hover {
	background: #d00;
}

/* main content */

#content {
	width: 630px;
	margin-right: 20px;
	float: left;
}

#content ul.article_info {
	width: 110px;
	margin-right: 20px;
	float: left;
}

#content ul.article_info li {
	width: 110px;
	margin: 0px 20px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #555;
	float: left;
}

#content .article_info a {
	font-size: 10px;
	color: #555;
	border-bottom: none;
}

#content .article_info a:hover {
	border-bottom: none;
	color:  #d00;
}

#content .article_content {
	width: 500px;
	float: right;
	margin-bottom: 20px;
}

#sidebar {
	width: 240px;
	float: right;
}

/* typography and layout */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h2, h3 {
	clear: right;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	width: auto;
	padding: 10px 0px;
	border-top: solid 2px #000;
	margin-top: 30px;
}

h2 a, h3 a {
	font-size: inherit;
	border-bottom: none;
	color: #000;
}

h2 a:hover, h3 a:hover {
	border-bottom: none;
	color: #d00;
}

p, ul, ol {
	margin: 0px 0px 10px;
	font-family: georgia, times, serif;
}

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

a:hover {
	border-bottom: solid 1px #d00;
	color: #d00;
}

blockquote {
	padding-left: 130px;
	font-style: italic;
	color: #333;
	margin: 5px 0px;
	background: url(images/quote.png) top left no-repeat;
}

/* sidebar */

#searchform input#s {
	padding: 5px 3px;
	width: 230px;
	border: solid 1px #111;
	border-bottom-color: #888;
	border-right-color: #888;
	font-family: geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #555;
}

label.hidden {
	display: none;
}

.article_content ul {
	list-style: circle;
}

.article_content ol {
	list-style: decimal;
}

/* comments */

ol#comment_list > li {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
}

ol#comment_list > li:last-child {
	margin-bottom: none;
	border: none;
}

ol#comment_list .article_content {
	margin-bottom:0px
}

ul#comment_form > li {
	margin-bottom: 10px;
}

.article_content input, .article_content textarea {
	width: 358px;
	padding: 5px 3px;
	border: solid 1px #111;
	border-bottom-color: #888;
	border-right-color: #888;
	font-family: geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #555;
	display: inline;
}

.logged_in input, .logged_in textarea {
	width: 488px;
}

.article_content label, .article_content input.button {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #555;
	width: 110px;
	display: inline;
	margin-left: 20px;
}

.article_content input.button {
	background: #000;
	color: #fff;
	margin: 0px;
	border: none;
}

.article_content input.button:hover {
	background: #000;
	color: #fff;
	margin: 0px;
	background: #d00;
}

input.hidden, input[type=hidden] {
	display: none;
}