/* @override http://ellerystimulus.com/wp-content/themes/ellerystim/style.css */

/*
Theme Name: Ellery Stimulus
Description: A theme just for Ellery.
Author: Brian
version: 2.0
Tags: two-column, widget-ready
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#7d2b37;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#7d2b37;
	text-decoration:none;
}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 873px;
	margin: 0 auto;
	padding:0;
	background: url(./images/main_content_back.gif) repeat-y top left;
	color:#333;
	}
	
#wrapper {
	margin: 0 11px;
}
	
/* header */

#header {
  	height: 272px;
	color: #fff;
	background: #7d2b37 url(./images/header_back.jpg) no-repeat top left;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;
	text-indent: -8000px;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;
	text-indent: -8000px;
	}

/* main menu */


#menu {
	background-color:#9e3e3f;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	font-family: times, arial, times, serif;
	font-size: 14pt;
	height: 33px;
}


#menu ul {
	background-color:#9e3e3f;
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;

}

#menu ul li a {
	padding:7px 10px;
	margin: 0;
	color: #fff;
	display:block;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #fff;
	color:#9e3e3f;
}



/* content */
#maincontenttop {
	background: url(./images/main_content_top.gif) no-repeat left top;
	height: 18px;
	margin: 0;
	padding: 0;
}

#contentwrapper {
	float: left;
	width: 600px;
	zoom: 1;
}

#content {
	display: block;
	margin: 0 0 0 30px;
	}

.post {
	margin:10px 30px 10px 0;
	padding:0;
	line-height: 14pt;
	
	}
	
.post h2{
	font:normal 15pt georgia, times;
	color: #333;
	}
	
.post h2 a{
	color: #333;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F1F1F1;
	padding:6px;
	margin: 20px 0;
}

p.postmetadata {
	line-height: 1.2em;
	color: #999;
}

p.postmetadata a {
	color: #666;
}

p.postmetadata a:hover {
	color: #333;
	text-decoration: none;
}
	
.alignleft {
	float: left;
	margin: 25px 0;
}

.alignright {
	float: right;
	margin: 25px 0;
}

div.navigation {
	font-size:8pt;
	width: 540px;
	padding: 5px 0;
	margin: 0 0 0 0;
	height: 18px;
	background-color: #eee;
}

div.navigation a {
	color: #666;
}

div.navigation a:hover {
	color: #333;
	text-decoration: none;
}

div.navigation .alignright {
	float: right;
	margin: 0;
	padding: 0 8px 0 0;
}

div.navigation .alignleft {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
}





div.faq_approve {display:none;}

ol.faq h3 {font-size:14px;}

ol.faq {
	padding:0 0 15px 15px;
}


ol.faq li {list-style: disc;}


/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:245px;
	float:right;

	padding: 0;
	zoom: 1;
	}

#sidebar h2{
	font: 11pt arial, georgia, times;
	font-weight: 600;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0 20px 0 10px; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px 20px 0 10px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:7px 0 14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */
#respond {
	margin: 20px 0 0 0;
}

#respond h3 {
	margin: 0 0 0 0;
}

#commentform{
	background:#fff;
	margin:0 0 10px 0;
	padding:0;
	width: 500px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:3px;
	border: 1px solid #000;
	}
	
#submit{
	margin:5px 5px 0 0;
	padding: 5px;
	background-color: #ddd;
}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0; width: 540px;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 0 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

ol.commentlist div.commentmetadata a {
	font-size: 7pt;
	color: #999;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background: url(./images/footer_back.jpg) no-repeat;
	clear: both;
	width: 100%;
	height: 63px;
	}
	
#footer p{padding:36px 0 0 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

