/*  
Theme Name: Steady Burn Theme
Theme URI: http://steadyburn.net/
Description: first generation theme for steadyburn.net
Version: 1.0
Author: Bryan Davis (aka GrandmasterB)
Author URI: http://grandmasterb.com/
*/

html, body {
	background: #000 url(images/background_bg.jpg) no-repeat top left;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #ebebeb;
	margin: 0;
	height: 100%;
	}

a {
	color: #fa7d00;
	text-decoration: none;
	}
a:hover {
	color: #3d3d3d;
	text-decoration: none;
	}

img {
	border: none;
	}

p {
	padding: 0 0 10px;
	margin: 0;
    line-height: 1.6em;
	}
	
h1 {
	margin:0;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #8f1629;
	}
	
h1 a {
	color: #8f1629;
	text-decoration: none;
}
h1 a:hover{
	color: #3d3d3d;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	color: #8f1629;
	margin-bottom: 3px;
	}

h2 a {
	color: #8f1629;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #3d3d3d;
	text-decoration: none;
	}
	
h3, h4{
	font-size: 140%;
	font-weight: normal;
	color: #8f1629;
	margin: 10px 0 5px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
form {
	margin:0;
	padding:0;
}

#wrapper {
	background: url(images/header_graphic.png) no-repeat top left;
	height: 100%;
	}
	
.logo {
	margin: 30px 0 0 270px;
	height: 81px;
	width: 391px;
	}
	
/* navigation bar */	
#navigation {
	margin: 0 0 10px 65px;
	height: 33px;
	padding-top: 14px;
	}
	
#nav {
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0;
	height: 38px;
	background: url(images/navbg.png) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #e2e2e2;
	text-decoration: none;
	}
	
#nav .page_item a{
	color: #e2e2e2;
	text-decoration: none;
	padding: 2px 20px 6px;
	font-size: 12px;
	display: block;
	}
	
#nav .page_item a:hover {
	color: #fa7d00;
	}
	
/* end navigation bar */

/* main body */
#content_area {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 50px;
	height: auto !important; /*real browsers*/
	height: 100%; /* IE6 treated as min-height */
	min-height: 100%;
	}
	
/* left column */
#left_column {
	float: left;
	width: 580px;
	height: auto;
	margin: 0 10px 50px 10px;
	}
	
#leftcol_top {
	background: url(images/leftcol_top.png) no-repeat;
	height: 63px;
	margin: 0;
	padding: 0;
	}
	
#leftcol_content {
	background: url(images/leftcol_mid.png) repeat-y;
	height: 100%;
	}
	
#leftcol_bottom {
	background: url(images/leftcol_bot.png) no-repeat;
	height:31px;
	}
	
/* left column: contents */
.post {
	clear:both;
	padding: 0 15px 0 15px;
	}
	
/* date&comment count */
p.date {
	width: 42px;
	height: 10px;
	padding: 12px 0 14px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
	
p.date span {
	display: none;
	}
	
.month1 { background: url(images/calendar/01.gif) no-repeat 0 0; }
.month2 { background: url(images/calendar/02.gif) no-repeat 0 0; }
.month3 { background: url(images/calendar/03.gif) no-repeat 0 0; }
.month4 { background: url(images/calendar/04.gif) no-repeat 0 0; }
.month5 { background: url(images/calendar/05.gif) no-repeat 0 0; }
.month6 { background: url(images/calendar/06.gif) no-repeat 0 0; }
.month7 { background: url(images/calendar/07.gif) no-repeat 0 0; }
.month8 { background: url(images/calendar/08.gif) no-repeat 0 0; }
.month9 { background: url(images/calendar/09.gif) no-repeat 0 0; }
.month10 { background: url(images/calendar/10.gif) no-repeat 0 0; }
.month11 { background: url(images/calendar/11.gif) no-repeat 0 0; }
.month12 { background: url(images/calendar/12.gif) no-repeat 0 0; }

.shield {
	position: relative;
	float: left;
	width: 60px;
	height: 50px;
	color: #000;
	padding-top: 8px;
	}

.commentscloud {
	position: absolute;
	text-align: center;
	top: -4px;
	left: 22px;
	width: 30px;
	height: 24px;
	padding: 5px 0;
	background: url(images/calendar/bubble.png) no-repeat 0 0;
	}

.entry {
	margin-top: 0;
	}
	
.entry h2 {
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 24px;
	font-variant: small-caps;
	}
	
.page-title {
	height: 37px;
	background: url(images/divider1.png) no-repeat;
	}

.page-title h2 {
	margin-top:0; 
	font-size: 28px; 
	color: #ebebeb;
	}
	
.post-cat {
	padding: 0;
	float:left;
	font-size: 11px;
	color: #ebebeb;
	}
	
.post-cat a {
	font-weight: bold;
	color:  #e0b577;
	text-decoration: none;
	}
	
.post-cat a:hover {
	color: #fa7d00;
	}
	
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 9px;
}
.post-calendar {
	padding: 0 0 5px;
	float: left;
	font-size: 10px;
	color: #999999;
}
.post-content {
	clear: both;
	padding: 10px 0 10px 0;
	/*border-bottom: 1px dashed #e0b577;*/
	font-size: 12px;
	}
	
.post-content p{
	padding: 0 0 10px;
	margin: 0;
	}

.post-content ul{
	padding: 0 15px 0 15px;
	margin:0 0 0 15px;
	font-size: 11px;
	color: #4F4F4F;
	list-style: url(images/li.gif);	
	}
	
.post-content ul li{
	padding: 0 0 11px 0;
	}
	
.post-content ul li ul {
	padding: 10px 0 0 0;
	}
	
.post-content ul li ul li {
	padding: 0 0 11px 0;
	}
	
.post-content ol{
	padding: 0 15px 5px 15px;
	margin:0 0 0 15px;
	font-size: 105%;
	color: #4F4F4F;
}

.post-content blockquote {
	padding-left: 20px;
	border-left: 5px solid #ad2828;
	color: #3d3d3d;
	font-size: 11px;
	font-style: italic;
	}
	
.post-content blockquote p {
	padding:0;
	margin:0;
}
.navigation {
	clear: both;
	padding: 11px 0;
}
.navigation a, .navigation a:visited {
	color: #fa7d00;
}
.previous-entries a {
	float: left;
	padding-left: 25px;
	background: url(images/mini-nav-left.gif) no-repeat 7px center;
}
.next-entries a {
	float: right;
	padding-right: 28px;
	margin-right: 7px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
	
div.continue {
	color: #fa7d00;
	background: url(images/divider2.png) no-repeat left;
	padding: 8px 0 1px 20px;
	line-height:30px;
	height: 37px;
	text-align: center;
	}
	
.continue a{
	color: #fa7d00;
	}
	
.continue a:hover {
	color: #3d3d3d;
	}

p.comments a {
	padding:10px 0 0;
	color: #ad2828;
	}

p.comments a:hover {
	color: #fa7d00;
	}
/* comments area */
#comments, #respond {
	border-bottom: 1px dashed #ebebeb;
	padding: 0 0 5px 0;
	clear: both;
	font-size: 12px;
}

.commentmetadata {
	}
	
.comment-data {
	font-size: 12px;
	}
	
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	}
.commentlist li{
	padding: 5px 10px;
	
}
.commentlist .alt {
	background: #3d3d3d;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	}
	
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	}

.commentlist blockquote{
	padding: 5px 5px 0 25px;
	margin: 10px;
	font-size: 14px;
	line-height: 16px;
	background: url(images/quote.gif) no-repeat 0 0;
	}

#commentform {
	margin-top: 11px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
}
#commentform input{
	width: 200px;
	background: #767676;
	border: 1px solid #3d3d3d;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
}
#commentform textarea{
	width: 485px;
	height: 130px;
	background: #767676;
	border: 1px solid #3d3d3d;
	padding: 5px;
	margin-top: 3px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	overflow: auto;
}
#commentform #submit{
	background: url(images/btn-bg.png) no-repeat;
	font-size: 14px;
	color: #fff;
	border: none;
	float:left;
	width: 160px;
	height: 35px;
	cursor: pointer;
}

/* right column */
#right_column {
	float: right;
	width: 340px;
	height: auto;
	margin: 0 10px 50px 10px;
	}
	
#rightcol_top {
	background: url(images/rightcol_top.png) no-repeat;
	height: 63px;
	text-align: right;
	padding-right: 15px;
	}
	
#rightcol_content {
	background: url(images/rightcol_mid.png) repeat-y;
	height: 100%;
	overflow: auto;
	}
	
#sidebar {
	margin: 0 20px 0 20px;
	}
	
#rightcol_bottom {
	background: url(images/rightcol_bot.png) no-repeat;
	height: 31px;
	clear: both;
	}
	
/*search form */
#searchform {
	margin: 0 0 25px 0;
	height: 32px;
	width: 238px;
	padding: 0;
	background: url(images/searchbox_bg.png) no-repeat right;
	}
	
.searchboxinput {
	border: none;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 5px;
	color: #ebebeb;
	background: transparent;
	}
	
.box-ad { width: 300px; margin: 0 auto; margin-bottom: 25px; }

.right-left-split { float: left; width: 120px; margin-right: 10px; }
.right-right-split { float: right; width: 160px; margin-left: 10px; }
	
.yardBarker {
	margin-top: 25px;
	text-align: center;
	}
	
.adsense468 {
	margin: 10px 0;
	}

#sidebar h2, #sidebar .sidebartitle {
	border-bottom: 1px dotted #ebebeb;
	margin: 6px 0 2px 0;
	padding: 0;
	}
	


/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 1px 0;
	border: none;
	}
	
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0;
	margin: 0;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 4px 0 0 10px;
	border: none;
}
#sidebar ul ul li {
	font-size: 12px;
	padding: 0 0 4px 10px !important;
}
#sidebar ul ul li a{
	color: #fa7d00 !important;
}
#sidebar ul li a:hover{
	color: #3d3d3d !important;
	text-decoration:underline!important;
}

	

/* footer */
#footer {
	background: url(images/footer_bg.png) repeat-x;
	height: 60px;
	clear: both;
	}
	
#foot_content {
	margin: 0 auto;
	width: 850px;
	padding-top: 20px;
	}
