/*  
Theme Name: CigarFox
Theme URI: http://cigarfox.com/
Description: The default WordPress theme for CigarFox.
Version: 1.0
Author: David Sturley
Author URI: http://smartfindsmarketing.com/

*/

* { margin:0; padding:0; } select option { padding:0 3px; }

body {
	background:#c67728 url(images/bg_body.jpg) center top;
	font:90%/1.25 Georgia, "Times New Roman", serif;
	color:#000;
}

a:link { color:#A10100; }
a:visited { color:#A10160; }
a:hover { color:#C12100; }

#container {
	width:800px;
	margin:0 auto;
	background:url(images/bg_containerSidebar.jpg) repeat-y 0 0;
}

#header {
	height:130px;
	background:url(images/bg_header.jpg) no-repeat 0 0;
	
}

#header h1 {
	width:452px;
	margin:0 auto;
	height:130px;
}

#header h1 a {
	display:block;
	height:130px;
	text-indent:-9999px;
	overflow:hidden;
}

#footer {
	background:url(images/bg_footer.jpg) no-repeat center bottom;
	padding-bottom:10px;
	clear:both;
}
/*
#content {
	margin:10px 20px;
	padding:5px;
	overflow:hidden;
	zoom:1;
	background:#fff;
} */

#content {
	padding:10px;
	overflow:hidden;
	zoom:1;
} 

#mainContent {
	float:left;
	width:560px;
	padding:0 10px;
}

#content h2 {
	color:#6F1808;
}

#content h3 {
	color:#a3481e;
}

#content p {
	padding:0.5em 10px 0.75em;
}

#content ul, #content ol {
	padding:0.5em 35px 0.75em;
}

#comment {
	border:1px solid #ccc;
	width:450px;
	height:6em;
} 

#author, #email, #url {
	border:1px solid #ccc;
}

#sidebar {
	float:left;
	width:185px;
	background:url(images/bg_sidebar-footer.gif) no-repeat left bottom;
	padding-bottom:16px;
}

.sidebarBody {
	background:url(images/bg_sidebar-top.gif) no-repeat left top;
	padding:5px 10px 0;
	min-height:250px;
	height:auto !important;
	height:250px;
}

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

.post {
	margin:5px 0 10px;
}

.postBody {
	background:#fff;
	padding:5px;
}

.postHeader {
	height:26px;
	overflow:hidden;
	background:url(images/bg_box-top.gif) no-repeat 0 0;
	text-align:right;
	line-height:26px;
	padding:0 10px;
}

.postHeader h3 {
	float:left;
}

.postFooter {
	background:url(images/bg_box-bottom.gif) no-repeat 0 0;
	font-size:10px;
	height:18px;
	overflow:hidden;
	padding:0 10px;
}

#content ol.commentlist {
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:0;
}
