/*
Theme Name: Say It With Pie
Theme URI: http://www.sayitwithpie.com/
Description: "Karen, it's <em>Say It With Pie</em>, not <em>Eat It With Pie And Then Eat The Pie Too</em>.
Version: 1.9a
Author: Peter Quinsey
Author URI: http://www.prqueue.com.com/
Tags: pie, nomnomnom, cupcakecampTO

*/

.clear {
	clear: both;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	background: #FFFFFF;
}

div#header_wrapper {
	background: url(images/plaid.png) 0px 0px #007F71;
	margin-bottom: 8px;
}

div#header {
	width: 840px;
	padding-top: 126px;
	margin: 0px auto;
	background: url(images/pie.png) no-repeat 386px 26px;
}

div#header h1 {
	margin: 0;
	text-align: right;
	
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 44px;
	text-transform: uppercase;
	letter-spacing: -0.6px;
}

div#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

div#content {
	width: 840px;
	margin: 0px auto;
}

div#primary {
	width: 640px;
	float: left;
	margin-bottom: 18px;
}

div#sidebar {
	margin-left: 25px;
	width: 175px;
	float: left;
}

h2 {
	clear: both;
	text-align: right;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #004F46; /* #007F71; */
	border-bottom: 1px solid #004F46;
}

h2.archive {
	background-color: #EFFFFA;
	padding: 6px;
	color: #000000;
	border-bottom: 0;
	font-size: 22px;
	text-align: left;
}

h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: -0.4px;
}

h3 a, h3 a:link {
	text-decoration: none;
	font-weight: normal;
}

h3 a:link, h3 a:visited {
	color: #000000;
}

h3 a:hover, h3 a:active {
	color: #007F71;
}

p, li, blockquote {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: #007F71;
}

a:link {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #000000;
}

div.meta {
	text-align: right;
	padding: 6px 12px;
	background-color: #EFFFFA;
	margin-bottom: 12px;
}

div.meta p {
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
}

div.body {
	margin-top: 6px;
}

div.body p {
	margin-top: 0;
	margin-bottom: 1.0em;
	line-height: 22px;
}

blockquote {
	margin-left: 3.0em;
	border-left: 4px double #007F71;
	padding-left: 1.0em;
}

div.body blockquote, div.body blockquote p {
	color: #333333;
	line-height: 20px;
}

div#sidebar p, div#sidebar li {
	color: #333333;
}

form {
	margin: 0;
	border: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #007F71;
	background: #F6F6F6;
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

input.submit {
	background: #007F71;
	color: #FFFFFF;
	padding: 5px 9px;
}

.post_names p, .post_names li {
	text-transform: uppercase;
	line-height: 18px;
}

.post_names li {
	margin-bottom: 0.5em;
}

.post_names a {
	font-weight: normal;
}

#sidebar ul, ul.sidebarish {
	margin: 0;
	padding-left: 0.8em;
	text-indent: -0.7em;
	list-style: none;
}

#sidebar li:before, .sidebarish li:before {
	content: "\00BB \0020";
}

ul.sidebarish {
	margin-left: 2em;
}


a.more-link {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
}

.entry-more-link a, .entry-more-link a:link  {
	font-weight: normal;
}

.comment blockquote {
    font-size: 12px;
    margin-left: 1.0em;
    color: #999999; 
}

.recent_comments li  {
	margin-bottom: 0.5em;
	font-size: 12px;
}

.recent_comments li a {
	text-transform: uppercase;
	font-weight: normal;
}

.recent_comments li span {
	font-size: 11px;
	color: #888888;
}

.navigation {
	background: #EFFFFA;
	padding: 4px 22px;
}

.navigation p {
	text-transform: uppercase;
}

.navigation .alignright {
	float: right;
}

#footer {
	clear: both;
}



/*** Comments.
 **/

h2.comments {
	font-size: 22px;
	text-align: left;
}

div.about {
	width: 228px;
	margin-right: 22px;
	text-align: right;
	float: left;
}

div.text {
	float: left;
	width: 250px;
}

h4 {
	margin-top: 12px;
	margin-bottom: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

div.about p {
	font-size: 10px;
}

div.about p a, div.about p a:link {
	font-weight: normal;
}

div.comment h2 {
	margin-bottom: 0;
}

div.trackbacks {
	font-size: 10px;
	background: #F6F6F6;
	padding: 1px 8px;
}

#comment_form {
	clear: both;
}

.comments-open-moderated {
	background: #F6F6F6;
	font-style: italic;
	font-size: 11px;
	text-align: center;
}

#search_form_big {
	background: #EEEEEE;
	padding: 4px 22px;
	margin: 1em 0;
}

#search_form_big input.text {
	padding: 6px;
}