/* @override http://rootsandharmony.com/wp-content/themes/rnh/style.css */
/*
Theme Name: RNH 1.1*
Theme URI: http://rootsandharmony.com/
Version: 1.1.0
Description: A clean and simple 2 column fluid-width theme influenced by current Web 2.0 colours and fonts with and an Options page, built-in admin area in sidebar and Widget support.<br />*includes AJAX commenting.
Author: Ben Klocek
Author URI: bracia.com
*/

/* =RESET
======================================================== */

* { margin: 0; padding: 0; }

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

/*-----------------------------------------------------------------------------------------------
  Main Layout
-----------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#4C4C4C;
	background: #d7d1c5 repeat-x 0 0;
	padding-top:30px;
}

#wrapper{
	width:830px;
	margin:0 auto;
	/*background:url(wrapper_back.jpg) 0 0 no-repeat;*/
}

#header{
	height:110px;
	border-bottom:1px solid #D9D9D9;
	position:relative;
	background-color: #fff;
}

#footer{
	margin:20px 0;
	height:65px;
	margin:0 auto;
	width:830px;
	background-color: #c5beac;
}
#footer .inner{
	width:800px;
	padding:12px 0 0 0;
	margin:0 auto;
	font-size:11px;
	color: #8f897d;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#logo{
	font-size:28px;
	font-weight:normal;
	margin:0;
	position:absolute;
	top:30px;
	left: 15px;
}
#logo a{
	color:#C90000;
	text-decoration:none;
}

#name{
	position:absolute;
	top:55px;
	left: 95px;
}
#name a{
	color:#C90000;
	text-decoration:none;
}

ul#nav{
	margin:0;
	list-style-type:none;
	float: right;
	clear: right;
	margin:25px 10px 0 0;
}

/* My Comment */
ul#nav li{

	list-style-type:none;
	float:left;
	display:inline;
	background:transparent;
	margin-left: 10px;
}
ul#nav li.active{
	background:url(assets/nav_selector.gif) 50% 0 no-repeat;
}
ul#nav li a{
	text-decoration:none;
	color:#929292;
	text-transform:lowercase;
	font-size: 15px;
}
ul#nav li a:hover{
	color:#000;
}

.cart-status{
	float: right;
	margin: 5px 10px;
	color:#7F7F7F;
	padding-right:22px;
	background:url(assets/icon_cart.gif) 100% 50% no-repeat;
}

#searchform input{
	width: 110px;
}
#searchform input#searchsubmit{
	width: 60px;
}
#searchform {
	padding: 0 0 8px 0;
}

.widget_search h2.widgettitle{
	clear: both;
	margin: 8px 0;
}

/*--- Main Ad ---*/

#main-ad{
	height: 147px;
	background-color: #a79b81;
	margin-top: 5px;
}


/*--- Main Section ---*/

.main{
	width:625px;
	float:left;
	line-height:1.5em;
	margin-bottom: 5px;
}
.noside .main{
	width:625px;
}

.featured-products{
	width:600px;
	margin:0 auto;
}

.main_block{
	background-color: #fff;
	margin-top: 5px;
	padding: 10px;
}

#recentposts{
	float: left;
	width: 280px;
	border-right: 1px solid #a79b81;
	margin-right: 10px;
	padding-right: 10px;
}

#recentposts h2.widgettitle a{
	background: url(images/guerilla_header.jpg) no-repeat;
	text-indent: -1000px;
	width: 265px;
	height: 250px;
	display: block;
}

#recentposts ul{
	list-style-type: none;
}

#recentposts ul li{
	padding:0px 7px;
}

#recentposts li{
	list-style-type: none;
}

#recentposts h4{
	margin: 15px 0 0 0;
	border-bottom: 5px solid #d7d1c5;
}

#recentposts p{
	margin: 5px 0 25px 0;
}

#homenews{
	float: left;
	width: 280px;
}

#homenews h2{
	border-bottom: 5px solid #a79b81;
	margin: 15px 0 15px 0;
}

#homenews h4{
	margin: 15px 0 0 0;
	border-bottom: 5px solid #d7d1c5;
}
#homenews p{
	margin: 0 0 25px 0;
}
#homenews li#cat-posts-2 {
	list-style-type: none;
}



li.linkcat {
	list-style-type: none;
	margin: 4px;
}

li.linkcat ul{
	padding:0px 7px;
}

li.linkcat ul li{
	padding:2px 8px;
}


#sidebar{
	width:199px;
	float:right;
	margin: 0 0 0 5px;
	list-style-type: none;
}

#sidebar li{
	padding: 2px 7px;
	margin: 5px 0;
	background-color: #fff;
}
#sidebar li + #sidebar li{
	margin-top: 0;
}

#quote h2{
	margin-bottom: 10px;
	
}

.main #guerillaspeeks{
	background: #fff url(images/guerilla_header_wide.jpg) no-repeat 10px 10px;
	padding-top: 220px;
}

.morelink {
	display: block;	
	margin-top: 8px;
	text-align: right;
}

.morelink a, a.more-link{
	background-color: #f7f0e2;
	padding: 5px;
	border-right: 3px solid #d7d1c5;
}

/*-----------------------------------------------------------------------------------------------
  General Text & Stylings
-----------------------------------------------------------------------------------------------*/

a{
	color:#234D77;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#CC6600;
}

h2{
	font-size:15px;
	margin:10px 0 -8px 0;
	color:#000;
}
h3{
	font-size:14px;
}
h4{
	font-size:13px;
	line-height: 17px;
}


p{
	margin:12px 0;
}

ul{
	list-style-type:none;
	margin-left:0;
}
ul li{
	list-style-type:none;
	margin:0 0 3px 0;
	padding-left:10px;
	background:url(assets/bullet.gif) 0px 6px no-repeat;
}

ul.section{
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	padding:5px 0;
	margin:30px 0 20px 0;
}

ul.featured-products li{
	float:left;
	width:115px;
  	height: 180px;
	padding:0 0px;
	margin:0 0 15px 40px;
	display:inline;
}
.main ul.featured-products li{
	margin-left:30px;
}

ul.products .image{
	padding:6px 0;
	height:100px;
	text-align:center;
	background-color: #cce7a4;
}

ul.products li.first{
	clear:left;
	float:left;
	width:295px;
	height: 350px;
	padding:0;
	margin:0;
	background: none;
}

ul.products li.first .image{
	padding:20px 0;
	margin: 0;
	height:265px;
	text-align:center;
	background-color: #cce7a4;
}

ul.products h4{
	font-size:12px;
	margin:0;
}
ul.products h4{
	color: #657848;
	line-height: 12px;
}
ul.products .info{
	padding:10px 0;
}
ul.products .price{
	color: #5d881d;
	font-weight: bold;
}
ul.products .original-price{
	padding-right: 5px;
	color: #dd7c6f;
}

ul.collection{
	margin:30px 0 0 0;
}

.rule{
	margin:15px 0;
	height:1px;
	font-size:1px;
	line-height:1px;
	background:url(assets/dotted.gif) 0 0 repeat-x;
}

.meta{
	margin:0.5em 0;
	font-size:10px;
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
}

.sidebar .meta{
	margin: 0;
	padding:0 5px 0 0;
	font-size:10px;
	border-bottom:none;
	color: #a0a0a0;
	float: left;
}

/*-----------------------------------------------------------------------------------------------
  Product page
-----------------------------------------------------------------------------------------------*/

.product{
	width:240px;
	padding:5px;
	margin:10px 15px 1em 0;
	float:left;
	text-align:center;
	border:1px solid #DDD;
	display: ;
}
.product .buy{
	text-align:left;
	background:#F1F1F1;
	padding:10px 10px 0 10px;
	margin:5px 0 0 0;
}
.product .buy p{
	margin:0;
	height:20px;
	line-height:20px;
}
.product .buy input.radio{
	vertical-align:middle;
	margin-right:5px;
}
.product .buy .price{
	color:#000;
	font-weight:bold;
}

.add-cart{
	border:none;
	background:transparent;
	margin:5px 0 0 -10px;
	padding:0;
	width:240px;
	height:22px;
}

.details{
	margin:5px 0;
	padding:0 10px;
	text-align:left;
}
.details dl{
	margin:0;
}
.details dl dt{
	margin:0;
	display:inline;
	font-weight:bold;
}
.details dl dd{
	margin:0; display:inline;
}

.description{
	float: right;
	width: 330px;
}

/*-----------------------------------------------------------------------------------------------
  Cart
-----------------------------------------------------------------------------------------------*/

table.cart{
	width:100%;
	border-spacing:2px;
	margin:30px 0 15px 0;
}
table.cart th, table.cart td{
	padding:2px 5px;
	vertical-align:middle;
}
table.cart th.short, table.cart td.short{
	text-align:center;
}
table.cart th{
	background:#F1F1F1;
	text-align:left;
}
table.cart tr.even td{
	background:#F1FFFF;
}

input.quantity{
	width:20px;
	font-size:11px;
}

p.updatebtn{
	float:left;
}
p.subtotal{
	text-align:right
}
p.checkout{
	clear:both;
	text-align:right;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#search{
	width:250px;
	float:right;
	text-align:left;
	display: inline;
}
#search button{
	width:48px;
	height:16px;
	text-indent:-9999px;
	background:url(assets/btn_search.gif) 0 0 no-repeat;
	border:none;
	margin-left:5px;
	vertical-align:top;
	margin-top:2px;
}
#search input{
	width:150px;
}

ul#fnav{
	margin:0;
}
ul#fnav li{
	background:none;
	display:inline;
	padding: 0;
	color: #8f897d;
}
ul#fnav li a{
	color: #8f897d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}
.tagline{
	margin:15px auto;
	text-align: center;
	color: #959d88;
}

#post-meta-data {
	background-color: #ece8e1;
	padding: 5px;
}
#comments-form{
	background-color: #f5f3ef;
	padding: 5px;
}
textarea#comment{
	width: 99%;
}

.post a img, .post img {
	border: 1px solid #a79b81;
	padding: 3px;
}

.post a span{
	width: 75px;
	display: block;
}

.post img.left, .post img.alignleft{
	margin: 0 8px 8px 0;
	float: left;
}
.post img.right, .post img.alignright{
	margin: 0 0 8px 8px;
	float: right;
}

.post h2{
	font-size: 16px;
	margin: 30px 0 10px 0;
	border-bottom: 5px solid #d7d1c5;
}

.post-meta p{
	border-bottom: 1px solid #d7d1c5;
	padding-bottom: 5px;
}

.post-meta .post-meta-category{
	margin-left: 5px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #aba79d;
	border-right: 3px solid #aba79d;
	padding-right: 5px;
	margin-right: 5px;
}

.imgcaption{
	width: 80px;
	padding: 5px;
}