/*
Theme Name: Red-Headed Stepchild
Theme URI: http://triggersandsparks.com
Description: Wordpress theme based on the cover of red-headed stepchild. 
Version: 1.0
Author: sarah semark
Author URI: http://triggersandsparks.com
Tags: blue, red, custom, fixed width, two columns, widgets


	This theme was designed and built by sarah semark.

*/


body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: url('images/bg.gif') #000 no-repeat top center;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 780px;  
	margin: 0 auto;
	text-align: left; 
	min-height: 1200px;
	background: url('images/bottom_bg.png') no-repeat bottom right;
}  a {
	color: #8c0007;
} a:hover {
	color: #000;
}

/* header */
#header {  
	padding: 120px 0px 265px 405px;  
} 
#header h1, #header h2 {
	display: none;
} img {
	border: 0;
} #header a {
	display: block;
	width: 74px;
	height: 27px;
	background-color: #fff;
	float: left;
	margin: 3px;
	border: 1px solid #8c0007;	
} #header a.selected {
	background-color: #a9d4e6;
	border: 1px solid #a9d4e6;
} #header a:hover {
	border: 1px solid #fff;
}





/* sidebar */
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 179px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	color: #fff;
	font-size: 0.9em;
} #sidebar img, #sidebar form {
	margin-left: 10px;
} #sidebar form {
	margin-top: 0px;
} #sidebar a {
	color: #fff;
	text-decoration: none;
} #sidebar a:hover {
	color: #8c0007;
} #sidebar ul {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	list-style-type: none;
} #sidebar ul ul {
	margin: 5px 15px 15px 15px;
} #sidebar ul ul ul {
	margin: 5px 0 0 5px;
} #sidebar ul li ul li {
	padding: 4px 0;
	border-bottom: 1px solid #111;
} #sidebar ul li ul li ul li ul li {
	padding: 2px 0;
	border-bottom: 1px solid #333;
	text-transform: none;
	letter-spacing: 0px;
} input#s {
	background: #fff url('images/search.gif') top right no-repeat;
	margin-bottom: 10px;
}

/* main */
#content, #social { 
	margin: 0 200px 0 0px;
	background: url('images/white_panel.png') repeat;
	padding: 20px 20px; 
} #social {
	width: 581px;
	padding-top: 0px;
} div.entry img {
	border: 5px solid #fff;
	background: #fff;
	padding: 5px;
	float: left;
	clear: left;
	border: 1px solid #000;
	margin: 10px 15px 5px 0;
} 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
} div.entry {
	margin: 20px 0 30px 0px;
	min-height: 120px;
	
} h1, h2, h3, h4, h1 a, h2 a, h3 a {
	color: #0d688d;
	text-decoration: none;
} h2 {
	clear: left;
	font-size: 2.6em;
	line-height: 1em;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0;
} h3 {
	clear: left;
	font-size: 1.8em;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
} div.date {
	float: left;
	width: 60px;
	margin-top: 0px;
	font-weight: bold;
	color: #8c0007;
	text-align: center;
	font-size: 1.1em;
	padding: 10px 20px 10px 0;
} div.date div.number {
	font-size: 2.8em;
	letter-spacing: -3px;
	line-height: 0.9em;
} div.date a {
	text-decoration: none;
	font-size: 0.9em;
} div.date img {
	padding: 3px 0;
} p.postmetadata {
	padding: 5px 0px;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	border-top: 1px dotted #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
} blockquote {
	background: url('images/quote.gif') top left no-repeat;
	clear: left;
	padding: 5px 50px;
	margin: 30px 0;
} .navigation {
	display: block;
	text-align: center;
} .alignleft {
	float: left;
	width: 50%;
	text-align: left;
	padding-bottom: 20px;
} .alignright {
	float: right;
	width: 50%;
	text-align: right;
	padding-bottom: 20px;
}




/* comments */
.commentlist {
	font-size: 0.95em;
	margin: 0;
	padding: 0;
} .commentlist .quote {
	
} .commentlist ol {
	
} .commentlist li {
	list-style-type: none;
 	padding: 20px 30px 10px 30px;
	background: url('images/comment_bubble_top.png') top left no-repeat;
	color:#000;
	margin: 10px 100px 0 0;
} .commentlist li.alt {
	margin-left: 100px;
	margin-right: 0px;
} .commentlist p {
	margin-bottom: 0px;
} .commentlist cite {
	background: url('images/comment_bubble_bot.png') top left  no-repeat;
	margin: 0 0 20px 0;
	padding: 22px 0 10px 44px;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
} .commentlist cite.alt {
	margin-left: 100px;
	padding-right: 50px;
	padding-left: 0px;
	background: url('images/comment_bubble_bot_alt.png') top left no-repeat;
	text-align: right;
} textarea#comment {
	width: 500px;
}






/* social networking panel */
#social { 
	margin-top: 20px;
	margin-right: 0;
	padding: 0;
	height: 140px;
} #social div.col {
	width: 105px;
	float: left;
	margin: 10px 0 0 35px;
} #social div.newsletter {
	width: 160px;
	margin-top: 15px;
} #social label {
	display: none;
} input {
	margin: 4px 0;
} #social form {
	text-align: right;
} #social form input[type=submit] {
	background: #d1d1d1 url('images/signup_button.png');
	border: 0;
	text-indent: -3000px;
	font-size: 1px;
	height: 24px;
	width: 83px;
	color: #fff;
	text-align: left;
} #social a:hover {
	background-color: #fff;
}


#footer { 
	padding: 10px 1px; 
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 2px;
	color: #fff;
} 
#footer a {
	color: #a9d4e6;
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
