/*
Theme Name: KRF
Theme URI: http://burning-house.com/
Description: Designed by Will Yang and Programmed by Andrew Venell
Version: 1.0
Author: Will Yang
Author URI: http://burning-house.com/
*/



/* STRUCTURE */
body {
	font-size: 12px
	font-family: Verdana, Arial, Sans-Serif;
	background: url('images/bg-pattern.gif') repeat top center #E9F0F4;
	color: #543019;
	text-align: center;
	margin: 0px;
	}
#container {
	text-align: left;
	width: 882px;
	background: #E9F0F4;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#header {
	width: 882px;
	height: 278px;	
}
.leftSide {
	width: 138px;
	float: left;
	clear: both;
}
.rightSide {
	width: 432px;
	float: right;
}
#logo 	{
	height: 125px;
	width: 293px;
	margin: 33px 0px 0px 46px;
	}
#tagBar {
	width: 446px;
	height: 91px;
	margin-top: 30px;
}
#bluetag {
	width: 443px;
	height: 91px;
	background: #92B6C7;
	margin: 0px;
	float: left;
}

#bluetagCorners {
	width: 3px;
	height: 91px;
	margin: 0px;
	background: url('images/bluetagCorners.gif') repeat-y;
	float: right;
}
#tagline {
	margin-top: 62px;
	margin-left: 138px;
}
#nav {
	width: 429px;
	height: 37px;
	margin-top: 43px;
	padding: 0px;
}
table.nav {
	width: 429px;
	margin-top: 43px;
}
table.nav td {
	text-align: left;
}
td.brown {
	padding-top: 4px;
}
#blurb {
	width: 429px;
	margin-top: 0px;
	height: 195px;
	padding: 0px;
}
#blurbBrown {
	width: 429px;
	margin-top: 0px;
	height: 195px;
	padding: 0px;
}
.side {
	width: 3px;
	margin: 0px;
}
.mainBlurb {
	width: 373px;
	height: 135px;
	background: #543019;
	font-family: "Gotham", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #e9f0f4;
	padding: 23px 24px 16px 24px;
	top: 0px;
	vertical-align: top;
}
.orange {
	background: #B66612 !important;
}
.tabBottom {
	padding-bottom: 4px;
}
#content {
	float: right;
	padding: 0px;
	margin: 0;
	width: 742px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px; 
	line-height: 17px;
	color: #54301A;
}
#sidebar {
	width: 138px;
	margin-top: 3px;
}
div.postthumb {
	width: 307px;
	float: left;
	text-align: right;
	display: block;
	margin-top: 5px !important;
}
div.post {
	float: right;
	width: 384px;
	padding: 34px 24px;
}
/* POST-SPECIFIC STUFF */

.postmetadata {
	color: #92B6C7;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 2px;
	border-top: 1px dotted #92B6C7;
	margin-bottom: 12px;
}
.postmetadata a:link, .postmetadata a:visited {
	color: #92B6C7;
}
.postmetadata a:hover, .postmetadata a:active {
	color: #B56612;
}
.date {
	font-size: 11px;
	margin-top: 8px;
	color: #92B6C7;
	font-style: italic;
}
/* HEADINGS, LINKS, LISTS */
h2 {
	font-family: "Gotham", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #543019;
	text-transform: uppercase;
	margin-top: 28px;
	margin-bottom: -8px;
}
h2.title {
	margin-top: 0px;
}
h2 a {
	text-decoration: none;
}
a {
	color: #543019;
}
a:hover, a:active, .entry a:hover {
	color: #B56612;
	text-decoration: underline;	
}
.orange a {
	color: #e9f0f4;
	text-decoration: underline;
}
.orange a:hover, .orangeBlurb a:active {
	color: #92B6C7;
}
ul, ol {
	margin-left: 20px;
	padding-left: 0px;
}
ul li, ol li {
	padding-bottom: 11px;
}
ul li ul, ol li ol {
	padding-top: 11px;
}
ul li ul li, ol li ol li {
	padding-bottom: 0px;
}
/* FOOTER */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 882px;
	clear: both;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #54301A;
	}
#footer p {
	margin: 0 0 38px 139px;
}
#footer p.contact {
	margin: 0 0 6px 139px;
}
.footerDivider {
	width: 7px;
	height: 7px;
	margin: 0 7px;
}
.footerRight {
	padding-left: 34px;
}
#footer a {
	color: #54301A;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #B56612;
	text-decoration: none;
}

/* SIDEBAR */

#sideLeft {
	width: 118px;
	float: left;
}
#sideRight {
	width: 308px;
	float: right;
}
#sideRight2 {
	width: 163px;
	float: right;
}
#sideRight img, #sideRight2 img {
	margin-bottom: 44px;
}
#sidebar ul {
	margin: 8px 0px 0px 31px;
	padding: 0px;
	text-transform: uppercase;
	color: #92B6C7;
	width: 86px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: dotted 1px #54301A;
	padding: 7px 2px;
	font-family: "Gotham", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-weight: 500 !important; 
	}
#sidebar ul li ul {
	margin: 7px 0px 0px 0px;
	padding-top: 7px;
	padding-left: 10px;
	border-top: dotted 1px #54301A;
	width: 76px;
}
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	border: none !important;
	text-transform: capitalize;
}
#sidebar ul li a {
	color: #92B6C7;
	text-decoration: none;
}
#sidebar ul li a:hover, ul li a:active {
	color: #54301A;
	text-decoration: none;
}
a.selected {
	color: #54301A !important;
}
#sideRight img, #sideRight2 img {
	margin-top: 4px;
}
#sideRight2 img {
	margin-bottom: 6px;
}
div.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54301A;
	padding-top: 8px;
	padding-right: 5px;
	line-height: normal;
	width: 100%;
}
div.caption small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #54301A;
}
/* SITEMAP & CONTACT FORM */

.ddsg-wrapper a {
	color: #543019;
	text-decoration: underline;
}
.ddsg-wrapper a:hover, .ddsg-wrapper a:active {
	color: #B56612;
	text-decoration: underline;	

}
.ddsg-wrapper ul li ul {
	margin-top: 12px;
	margin-bottom: 0px;
}
.ddsg-wrapper div p {
	display: none;
}
div.credits {
	display: none;	
}
p.fieldwrap img {
	margin-top: 3px !important;
}
input.fmverify {
	width: 120px !important;
}

/* APPLY */

div.apply {
	vertical-align: middle;
	height: 27px;
	float: left;
}
div.applytext {
	float: left;
	margin-top: 4px;
	padding-left: 6px;
	font-weight: bold;
}
div.clear {
	clear: both;
	margin-bottom: 34px;
}
/* COMMENTS */

#comment {
	width: 100%;
}

/* facebook */

div#fb-root {
	margin-bottom: 24px;
}

.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
