/*
Theme Name: Botani Wipe
Theme URI: http:/botaniwipe.com
Description: The default Botani Wipe theme.
Version: 1.1
Author: Stephen Saunders
Author URI: http://gotoits.com
Tags: fixed width, two columns, widgets
*/

/* general */
body {
	font-family: Arial, Sans-Serif, Helvetica;
	margin:0;
	padding:0;
}
#botaniwipe {
	background:#FFFFFF;
	font-size: 62.5%;
	color: #044709;
}
a {
	color: #044709;
	text-decoration:none;
}
small, input {
	
}
.hide {
	display:none;
}
.wrapper {
	width:990px;
	clear:both;
	margin:0 auto;
	font-size:1.2em;
}
.clear {
	clear:both;
}

/* header */
#header {
	position:relative;
	height:98px;
}
#header h1 {
	width:283px;
	height:90px;
	margin:0;
	padding:0;
	text-indent:-9000px;
	background:url('images/logo.png') no-repeat;
	position:absolute;
	left:0;
	top:4px;
}
#header h1 a {
	width:283px;
	height:90px;
	display:block;
}
.description {
	position:absolute;
	right:0;
	top:0;
	background:url('images/header.png') no-repeat;
	width:689px;
	height:98px;
	text-indent:-9000px;
}

/* top navigation */
#navigation {
	background:url('images/topnav-bg.jpg') repeat-x left top;
	height:32px;
	border-top:1px solid #4B8D2C;
	border-bottom:6px solid #4B8D2C;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation li {
	margin:0;
	padding:0;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	border-left:1px solid #4B8D2C;
}
#navigation li.first {
	border-left:none!important;
}
#navigation li a {
	display:block;
	padding:10px 18px 13px 18px;
}
#navigation li a:hover, #navigation li.current_page_item a {
	display:block;
	background:url('images/topnav-li-active-bg.jpg') repeat-x left top;
}

/* main column */
#maincolumn {
	width:830px;
	float:left;
	padding:10px 0 10px 0;
}

/* side bar */
#sidebar {
	float:right;
	width:140px;
	padding:10px 0 10px 10px;
}

/* post list */
#content {
	clear:both;
}
#content .post {
	
}
#content .post .entry {
	line-height:1.5em;
}
#content .post h2 {
	font-weight:bold;

}
#content .post h2 a, #content .page h2 a {
	color:#000000;
}
#content .post h2 a:hover {
	text-decoration:underline;
}
.edit-link {
	clear:both;
}

/* footer */
#footer {
	background:#8CB044 url('images/footer-bg.jpg') repeat-x;
	padding:16px 0 16px 0;
	color:#FFFFFF;
	font-size:0.9em;
	clear:both;
}
#footer a {
	color:#FFFFFF;
}
#footer-wrapper {
	text-align:right;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer li {
	display:inline;
	padding:0 5px 0 5px;
	border-right:1px solid #FFFFFF;
}
#footer li.last {
	border-right:none!Important;
	padding-right:0!important;
}

/* homepage layout */
body.home .post h2 {
	display:none;
}
.home-left h3, .home-right h3{
	font-style:italic;
	font-size:1.3em;
	color:#8CB044;
	padding:5px 0 5px 0;
	clear:both;
}
.home-left {
	float:left;
	width:322px;
}
.home-left h3.home-title {
	margin:0;
	padding:0;
	width:139px;
	height:38px;
	background:url('images/title-botaniwipe.png') no-repeat;
	text-indent:-9000px;
}
.home-left ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.home-left li {
	float:left;
	width:47%;
}
.home-left li.twitter {
	width:245px;
	height:70px;
	background:url('images/logo-twitter.png') no-repeat;
	text-indent:-9000px;
}
.home-left li.twitter a {
	width:245px;
	height:70px;
	display:block;
}
.home-left li.facebook {
	width:245px;
	height:59px;
	background:url('images/logo-facebook.png') no-repeat;
	text-indent:-9000px;
}
.home-left li.facebook a {
	width:245px;
	height:59px;
	display:block;
}
.home-right {
	float:right;
	width:493px;
}
.home-right .home-right-left {
	float:left;
	width:267px;
}
.home-right .home-right-right {
	float:right;
	width:215px;
}
.home-right blockquote {
	margin:0;
	padding:0;
}

/* image styling */
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.alignnone, .alignleft, .alignright {
	border:4px solid #c8dc9d;
}

/* product list */
.product-list {
	float:left;
	margin:0 0 20px 0;
}
.product-list h2 {
	color:#9aba5b;
	
}
.product-list-image {
	float:left;
	width:350px;
}
.product-list-info {
	float:left;
	width:430px;
}
.shopping_cart {
	width:800px;
	background:#eef9d8;
}