/*
Theme Name: Stark County template
Description: Custom blog design
Author: Rick Bjarnason
Author URI: http://www.cheekymonkeymedia.ca
*/

/*---------------------
		Resets
----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------
		General Tags
----------------------*/
body {
	background: #422f2f url(img/BG-body.jpg) no-repeat top center;
	font-family: 'Times New Roman',Times,Arial,sans-serif;
	font-size: 62.5%;
}
p {
	font-size: 14px;
	line-height: 20px;
	padding: 3px 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	font-size: 14px;
	padding: 3px 0;
}
h1 {font-size:26px;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
caption{font-size:18px;margin: 5px 0;}
blockquote {
	border-left: 2px solid #fff;
	clear: both;
	font-style: italic;
	margin-left: 10px;
	padding-left: 10px;
}
/*---------------------
		Layout
----------------------*/
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	background: url(img/BG-header.jpg) no-repeat 0 0;
	height: 407px;
	position: relative; /* position children */
}
#slider {
	background: url(img/BG-slider.jpg) no-repeat 0 0;
	height: 285px;
	padding: 15px 0 0 30px;
	position: relative;
}
#content {
	float: left;
	width:670px;
}
#sidebar {
	color: #ccc;
	float: right;
	overflow: hidden;
	width:275px;
}
#footer {
	background: url(img/BG-slider.jpg) no-repeat 0 0;
	clear: both;
	height: 160px;
	padding: 15px;
}
.clear {
	clear: both;
}
/*--------------------------
	Header styles
--------------------------*/
#header h1 {
	height: 215px;
	left: 18px;
	position: absolute;
	top:20px;
	width: 160px;
}
#header h1 a {
	display: block;
	height: 215px;
	text-indent: -9999em;
	width: 160px;
	
}
/*--------------------------
	Navigation styles
--------------------------*/
#mainnav {
	background: url(img/BG-nav.jpg) repeat-x -2px 0;
	height: 70px;
	left: -18px;
	padding: 23px 10px 23px 55px; 
	position: absolute;
	top:303px;
	width: 935px;
}
#mainnav li {
	float: left;
	position: relative;
}
#mainnav li a {
	border: solid 1px #464646;
	background: #b96d28;
	background: -webkit-gradient(linear, left top, left bottom, from(#b96d28), to(#a76122));
	background: -moz-linear-gradient(top,  #b96d28,  #a76122);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b96d28', endColorstr='#a76122');

	color: #000000;
	display: block;
	height: 22px;
	font-size: 24px;
	padding: 3px  10px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 4px 4px 4px #111;
	-moz-box-shadow: 4px 4px 4px #111;
	box-shadow: 4px 4px 4px #111;
	margin-right: 40px;

}
#mainnav li a:hover, #mainnav li.current_page_item a{
	border: 1px solid #d16d00;
	color: #fff;
	-webkit-box-shadow: 0 0 0 #111;
	-moz-box-shadow: 0 0 0 #111;
	box-shadow: 0 0 0 #111;
}
/* first level or children */
#mainnav li ul {
	background: #b96d28;
	border: solid 1px #464646;
	display:none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
}
#mainnav li:hover > ul {
	display: block;
}
#mainnav li ul li {
	padding: 5px 0;
	width: 12em;
}
#mainnav li ul li a{
	background: none;
	border: none;
	display: block;
	height: auto!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-right: 0;
}
#mainnav li li a:hover {
	background: none;
	border: none;
	border-bottom: 1px solid #d16d00;
}
#mainnav li ul li {
 _display: inline; /* for IE6 */
}
#mainnav li li a:hover{
	background-image: none;
}
/* second level or grandchildren */
#mainnav li li ul {
	display:none;
	left: 100%;
	top: 0;
}

/*--------------------------
	Slider styles
--------------------------*/
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 900px; 
    height:255px; 
	background: #590202;
	background: -webkit-gradient(linear, left top, left bottom, from(#260b01), to(#590202));
	background: -moz-linear-gradient(top,  #260b01,  #590202);
	border: 1px solid #464646;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#260b01', endColorstr='#590202');

} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
	color: #fff;
    float:left;
    width: 300px; 
} 
div.scrollable div.items div p {
	padding: 2px 5px;
} 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
}
.browse {
	height: 51px;
	position: absolute;
	top:106px;
	width: 27px;
}
.left {
	background: url(img/left-trans.png) no-repeat 0 0;
	left: 1px;
	
}
.right {
	background: url(img/right-trans.png) no-repeat 0 0;
	right: 1px
}
/*--------------------------
	Landing styles
--------------------------*/
.light-header{
	position: absolute;
}
#welcome .light-header{
	top:-20px;
	left: -13px;
}
#welcome {
	margin: 20px 0;

}
#welcome .light-border {
	min-height:90px;
	height:auto !important;
	height:90px;
	padding-top: 35px;
}
#welcome p {
	padding: 3px 0 3px 50px;
}
.column {
	float: left;
	width: 310px;
}
.events {
	margin-right: 40px;
}
.column .light-header {
	top:-3px;
	left: -20px;

}
.column .light-border {
	min-height:150px;
	height:auto !important;
	height:150px;
	padding-top: 50px;

}
.beef .light-header {
	left: -30px;
	top:-2px;

}
.beef .light-border {
	min-height:220px;
	height:auto !important;
	height:220px;

}
.small-wrap {
	float: left;
	padding: 100px 20px 10px 10px;
	width: 290px;
}
.vendor {
	float: left;
	padding-top: 15px;
	width: 265px;
} 
.adwrap .dark-header {
	left: -10px;
	position: absolute;
	top:-6px;

}
.adwrap .dark-border{
	padding-left: 95px;
}
.adwrap a {
	padding-right: 13px;
}
/*--------------------------
	Content styles
--------------------------*/
.light {
	background: #b5986d;
	background: -webkit-gradient(linear, left top, left bottom, from(#b5986d), to(#8c734a));
	background: -moz-linear-gradient(top,  #b5986d,  #8c734a);
	border: 1px solid #464646;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5986d', endColorstr='#8c734a');
	padding: 1px;	
	position: relative;/* need to position headers */	
	margin-bottom: 20px;
}
.light-border {
	border: 1px solid #c1a984;
	padding: 10px;
}
.dark {
	background: #464646;
	background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#363636));
	background: -moz-linear-gradient(top,  #464646,  #363636);
	border: 1px solid #000000;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#464646', endColorstr='#363636');
	padding: 1px;	
	position: relative;/* need to position headers */	
	margin-bottom: 20px;
}
.dark-border {
	border: 1px solid #575757;
	padding: 10px;
}
.post {
	clear: both;
}
.post h2, .column h3 {
	color: #591902;
	margin-bottom: 10px;
}

.post h3 a, .column h3 a {
	color: #591902;

}
.post ul {
	list-style-type: disc;
}
.post ol {
	list-style-type: decimal;
}
.post li {
	margin-left: 25px;
}
 h2.light {
	color: #fff;
	padding:  10px;
	text-transform: capitalize;
}
.read-more {
	display: block;
	font-size: 14px;
	margin:  5px 0;
}
/*--------------------------
	Sidebar styles
--------------------------*/
.widg .dark-border{
	padding: 15px;
}
.widg h3{
	color: #b1946a;
	margin-bottom: 10px;
}
.widg li {
	margin-left: 15px;
}
.widg table {
	font-size: 13px;
	margin: auto;
}
.widg td {
	padding: 5px;
}
/*--------------------------
	Comment styles
--------------------------*/

#commentform p {
	padding:.5em 0;
}
#commentform input {
	border:1px solid #7D6958;
	padding:.2em;
}
#comments-template {
	background: #fff;
	margin:2em auto;
	clear:both;
	overflow:hidden;
	padding:20px 30px;
	border:1px solid #BCBCBC;
	position:relative;
}
#comments-template li {
	clear:left;
	border-bottom:1px solid #ccc;
	padding:2em 0;
	overflow:hidden;
}
#comments-template .avatar{
	float:left;
	margin-right:25px;
	background:#afafaf;
	border:1px solid #fff;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	padding:4px;
}
.main_comment {
	background:#fff;
	margin-left:133px;
	padding:15px;
}
.main_comment p {
	font-size: 13px;
	padding: 5px 0;
}
#respond {
	margin-top:1em;
}	
/*--------------------------
	Footer styles
--------------------------*/
.footer-wrap {
	border: solid 1px #464646;
	background: #b96d28;
	background: -webkit-gradient(linear, left top, left bottom, from(#b96d28), to(#a76122));
	background: -moz-linear-gradient(top,  #b96d28,  #a76122);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b96d28', endColorstr='#a76122');

	color: #000000;
	-webkit-box-shadow: 4px 4px 4px #111;
	-moz-box-shadow: 4px 4px 4px #111;
	box-shadow: 4px 4px 4px #111;
	overflow: hidden;
	padding: 10px;
	position: relative;
	height: 140px;
}
.copy {
	float: left;
}
.copy div {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 14px;
}
.footer-wrap li {
	border-right: 1px solid #fff;
	float: left;
	padding: 0 4px;
	
}
.terms {
	float: right;
	margin-left: 10px;
}
.branding {
	float: right;
	
}

.branding p {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.branding p img {
	vertical-align: baseline;
	margin-left: 5px;	
}
.footer-wrap ul li:last-child {
	border: none;
}
