/*
Theme Name: LeahPeah.com 2010
Theme URI: http://leahpeah.com/
Description: Theme for leah!
Version: 0.5
Author: Joe Crawford
Tags: one column

*/

body
{
	background-color: #eee;
	text-align: center;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: medium;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));
	background: -moz-linear-gradient(top,  #ccc,  #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
}

div#everything
{
	width: 1000px;
	background-color: #fff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 1px 1px 5px #666;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
	
}

div#header
{
	background-color: #c5eec7;
	padding: 35px 40px 38px 110px;
	text-align: left;
}

#home div#header { /*	text-align: center;
*/ }

div#header h1
{
	margin: 0;
	font-size: 46px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #666;
}

div#header h1 span
{
	background-color: #c5eec7;
	padding: 3px;
}

div#header h1 a
{
	background-color: #c5eec7;
	text-decoration: none;
	color: #000;
}

div#header h1 .separator { display: none; }

div#header h1 .tagline
{
	color: #000;
	font-size: 18px;
	text-transform: lowercase;
}

div#header .tagline { }

div#nav
{
	background-color: #fff;
	padding: 0.3em 2em 0.3em 2em;
	line-height: 20px;
	text-align: center;
	border-bottom: 3px solid #c5eec7;
}

div#nav a, div#nav span {
/*	margin: 0 2px 0 2px;*/
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 3px 2px 3px;
}

div#nav a
{
	border-color: transparent;
	color: #000;
	background-color: transparent;
}

div#nav span
{
	border-color: #000;
	color: #fff;
	background-color: #000;
}
div#nav a:hover
{
	border-color: #c5eec7;
	color: #000;
	background-color: #c5eec7;
}

div#content a { color: #5c735d; }

div#content
{
	padding: 20px 110px 50px 110px;
	font-size: 15px;
	/*letter-spacing: -0.5px;
*/
	position: relative;
}
div#adsense-skyscraper {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 600px;
}

div#content small { font-size: 12px; }

div.blurb
{
	background-color: #dedede;
	border: 3px dotted #ccc;
	padding: 2em;
	font-family: Georgia, serif;
	font-size: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	/*-webkit-transform: rotate(-3deg);*/
}

div#content p { line-height: 30px; }

div#sidebar
{
	background-color: #c5eec7;
	border-top: 3px groove #666;
	padding: 0;
}

div#sidebar table { font-size: 11px; }

div#footer
{
	background-color: #ccc;
	padding: 1em 2em 3em 2em;
	border-top: 3px groove #666;
}

label.error
{
	background-color: #f9c;
	padding: 3px;
	color: #c00;
}

.post { padding: 30px 0 0 0; }

.post h2.blogtitle
{
	color: #000;
	margin: 0 0 40px 0;
	font-weight: normal;
}

.post h2.blogtitle a
{
	color: #000 !important;
	text-decoration: none;
	font-size: 30px;
}

.post h2.blogtitle a:hover { color: #5c735d !important; }

.post .blogmeta
{
	color: #ccc;
	border: 1px dotted #ccc;
	padding: 20px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0 80px 0;
}

/* the default WordPress image handling crap */
img.alignright
{
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft
{
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright
{
	float: right;
	margin: 0 0 1em 1em;
}

a img.alignleft
{
	float: left;
	margin: 0 1em 1em 0;
}

a img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table#leah-book-table { }
table#leah-book-table tr td h2 { display: none; }
table#leah-book-table tr td { padding: 20px 11px 30px 11px; }
table#leah-book-table tr td.first { padding-left: 22px; }
table#leah-book-table tr td.last { padding-right: 22px; }
#blogchrome { font-size: x-small; }

div.sidebar-widget
{
	width: 220px;
	float: left;
	padding: 10px;
}

div.sidebar-widget h2
{
	background-color: black;
	color: #fff;
	font-size: small;
	text-transform: uppercase;
	padding: 3px;
	text-align: left;
	margin: 0 0 5px 0;
	font-weight: normal;
}

div.sidebar-widget ul
{
	list-style-type: none;
	margin: 0;
	padding: 10px;
}

div.sidebar-widget ul li
{
	margin: 0 0 6px 0;
	text-indent: -10px;
}

div.sidebar-widget ul li a
{
	text-decoration: none;
	color: #666;
	padding: 3px;
}

div.sidebar-widget ul li a:hover
{
	color: #c5eec7;
	background-color: #000;
}

.archivechrome { margin: 40px 0 20px 0; }

.archivechrome h2
{
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 11px 0 8px 0;
}

#leah-facts
{
	margin: 10px 0 0 0;
	background-color: #5a6b59;
	color: #fff;
	padding: 6px;
	text-align: center;
}

h3#comments
{
	text-align: center;
	font-weight: normal;
	color: #999;
	border-bottom: 1px dotted #999;
	padding: 1em;
}

ol.commentlist
{
	font-size: 30px;
	font-family: Georgia, times, serif;
	color: #ccc;
}

ol.commentlist li
{
	margin: 0 0 20px 0;
	padding: 10px;
}

div.comment-body
{
	/*background-color: blue; */
	color: #000;
	font-size: medium;
}

ol.commentlist li.comment div.comment-body { clear: both; }
ol.commentlist li.even div.comment-body { /* background-color: orange; */ }
div.comment-author { /* background-color: green; */ }
div.comment-author img { float: left; }
cite.fn { padding: 0 0 0 8px; }
cite.fn a { text-decoration: none; }
span.says { font-size: small; }

div.commentmetadata
{
	font-size: small;
	padding: 0 0 0 40px !important;
}

div.commentmetadata a { text-decoration: none; }
img.avatar { border: 1px solid #ccc; }
div.commentmetadata { }

ol.commentlist li p
{
	margin: 0 !important;
	padding: 0 !important;
	color: #666;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
}

ol.commentlist li.even { background-color: #eee; }

div.textLinkAds {
	padding: 1em;
	text-align: center;
}
div.textLinkAds small {
	color: #ccc;
}
div.textLinkAds a {
	margin: 0 1em 0 1em;
	
}
a.button, a. button:visited {
	background-color: #5a6b59;
	padding: 5px 8px;
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 0 #333;
	border: 1px solid #333;
	position: relative;
}
a.button:hover {
	background-color: #6a7b69;
}
a.button:active {
	top: 1px;
	left: 1px;
}

.textwidget a {
	background-color: red;
	box-shadow: 1px 1px 4px #566;
	-moz-box-shadow: 1px 1px 4px #566;
	-webkit-box-shadow: 1px 1px 4px #566;
	display: block;
}

.textwidget a:hover {
	background-color: red;
	box-shadow: 1px 1px 4px #fff;
	-moz-box-shadow: 1px 1px 4px #fff;
	-webkit-box-shadow: 1px 1px 4px #fff;
}

.protected-post-form {
	background-image: url(img/leahpeah-com-circle-sticker-120x120.gif);
	background-repeat: no-repeat;
	background-position: no-repeat;
	padding: 0 0 0 150px;
	height: 150px;
	text-align: center;
}
.protected-post-form label {
	text-align: center;
	display: block;
	border-top: 3px double #ccc;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	color: #999;
	font-weight: bold;
}
.protected-post-form-input {
	border: 2px solid #ccc;
	background-color: #eee;
	width: 150px;
	height: 20px;
	clear: both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.protected-post-form-submit {
	background-color: #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666;
}
.protected-post-form a,
.protected-post-form a:visited {
	color: #c00 !important;
	text-decoration: none;
}
.protected-post-form a:hover {
	text-decoration: underline;
}
