/*   
Theme Name: Roots Run Deep Here
Theme URI: http://www.rootsrundeephere.com
Description: A custom CMS theme for RootsRunDeepHere.com
Author: R Quinn Hall
Author URI: http://www.quinnhall.com
Template: rootsrundeep
Version: 0.0
.
This is the general and license section
.
*/

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #b0b0b0;
	margin: 0;
	padding: 0;
}

body {
	background: #999999 url(/wp-content/themes/rootsrundeep/images/page_bg.jpg) repeat-x bottom left;
	background-attachment: fixed;
	font-size: 62.5%;
	text-align: center;
}

div#page {
	margin: 20px auto;
	width: 980px;
	padding: 0;
	background: #000000;
	border: 2px solid #665533;
	text-align: left;
}

/********************************************************
		HEADER
		*************************************************/

div#header {
	background: #202020;
	overflow: hidden;
	background: #333333 url(/wp-content/themes/rootsrundeep/images/RootsRunDeepHere_lgSiteHeader.jpg);
	height: 247px;
	border-bottom: 1px #333333 solid;
}

#header h1 {
	font-size: 205%;
	color: #bb884a;
	text-transform: uppercase;
}

#header h1 a {
	display: block;
	width: 980px;
	height: 247px;
	text-indent: -9000px;
}

#header div.description {
	display: none;
	float: right;
	color: #ffffff;
	font-weight: normal;
	line-height: 0;
	text-indent: -9000px;
}

#header div.author {
	display: none;
	float: left;
	margin-top: -1.2em;
	line-height: 0;
	text-indent: -9000px;
}

/********************************************************
		PAGE CONTENT
		*************************************************/

div#pagecontent {
	position: relative;
	background: #000000 url(/wp-content/themes/rootsrundeep/images/content_bg.png) repeat-x top left;
	padding-top: 20px;
}

div#content {
	position: relative;
}

div.column2 {
	position: relative;
	width: 360px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
div.column4, div#sidebar {
	position: relative;
	width: 170px;
	padding-left: 20px;
	margin-bottom: 20px;
	float: left;
}
div#sidebar {
	position: relative;
	width: 190px;
}
div.contentcolumn {
	position: relative;
	width: 540px;
	padding-left: 20px;
	margin-bottom: 20px;
	float: left;
}
div#pagecontent.wide div#sidebar {
	display: none;
}
div#pagecontent.wide div.contentcolumn {
	width: 750px;
}

div#pagecontent h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 175%;
	color: #bb884a;
	text-indent: -15px;
	padding: .5em 0 0 15px;
	margin: 1em 0 1em 0;
	line-height: 0.9;
	font-weight: normal;
}
div#pagecontent h2 a, div#pagecontent h2 b {
	font-size: 100%;
}
div#pagecontent h2:first-child {
	margin: 0 0 1em 0;
	padding-top: 0;
}
div#pagecontent h3 {
	font-size: 115%;
	font-weight: normal;
	color: #cccccc;
	margin-bottom: .75em;
}

div#pagecontent a,
div#pagecontent a:visited {
	color: #bb884a;
	text-decoration: none;
}

div#pagecontent a img {
	border: 0;
}

div#pagecontent a:hover {
	color: #fd5a1e;
	text-decoration: underline;
}

div#pagecontent hr {
	width: 50%;
	margin: 1em 0 1em 1em;
	border-width: 0;
	border-bottom: 1px solid #333;
}

div#nav ul {
	list-style: none;
	margin-bottom: 1em;
	margin-top: 2px;
}
div#nav ul li {
	width: 166px;
	margin-top: 2px;
}
div#nav ul a span {
	line-height: 95%;
	background: #333333;
	display: block;
	width: 150px;
	padding: 3px 4px 3px 16px;
	text-indent: -12px;
	color: #bb884a;
	font-variant: normal;
}
div#nav ul a:hover {
	text-decoration: none;
}
div#nav ul a:hover span {
	background: #bb884a;
	color: #333333;
}
div#nav li.hideMe {
	display: none;
}
div#nav li.current_page_item a span, div#nav li.current_page_item a:visited span, div#nav li.current_page_item a:hover span {
	cursor: default;
	background: none;
	line-height: 95%;
	display: block;
	width: 150px;
	padding: 3px 4px 3px 16px;
	text-indent: -12px;
	color: #bb884a;
	font-variant: normal;
}

ul.feed {
	margin-left: 10px;
	list-style: none;
}
div#sidebar ul.feed {
	margin-left: 5px;
}
ul.feed li {
	padding-left: 10px;
	text-indent: -10px;
	margin-bottom: .25em;
}

/********************************************************
		SIDEBAR
		*************************************************/

div#sidebar ul, div#sidebar li {
	list-style: none;
}

div#pagecontent div#sidebar li h2 {
	font-size: 115%;
	color: #999;
	text-indent: -15px;
	padding: 0 0 3px 15px;
	margin: 2em 0 .5em 0;
	line-height: 0.9;
	border-bottom: 1px solid #999;
}

div#pagecontent div#sidebar li ul {
	margin-left: 5px;
}

input#s {
	width: 115px;
	background: #333333;
	border: 1px solid #666;	
	color: #ffffff;
	float: left;
	margin-top: 1px;
}
input#searchsubmit {
	width: 55px;
	background: #333333;
	border: 1px solid #bb884a;
	color: #bb884a;
	float: right;
}
li.search {
	border: 1px solid #999;
	padding: .5em 5px 2em 5px;
	margin-bottom: 1em;
	background: #1f1f1f;
}

div.hentry {
	margin-bottom: 20px;
}



/********************************************************
		FOOTER
		*************************************************/

div#footer {
	clear: both;
	border-top: 1px solid #665533;
	margin-top: 20px;
	padding: 5px 20px;
	text-align: center;
}


/********************************************************
		CONTENT REGION
		*************************************************/

p {
	margin: 0.5em 0;
	line-height: 1.2;
}
small {
	text-transform: uppercase;
	font-size: 80%;
}
small.article_date {
	display: block;
	margin-top: -0.75em;
	margin-bottom: .75em;
}



/********************************************************
		CONTACT FORM
		*************************************************/


/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
	width: 90%;
	margin: 2em auto 0 auto;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #fd5a1e;
}

.required {
	color: #bb884a;
}

.inputfield {
	background: #333333;
	border: 1px solid #666;	
	color: #ffffff;
	padding: 2px;
}

input.contactsubmit {
	background: #333333;
	padding: 3px;
	border: 1px solid #bb884a;
	color: #bb884a;
}
/* End Contact Form CSS */


