/*
Theme Name: What Growers Use
Theme URI: 
Description:
Version: 2.0
Author: Simon Hamp (FlipStorm)
Author URI: http://flipstorm.co.uk/
Tags: 
*/

/* Begin Typography & Colors */
body {
	font-family: Arial, Tahoma, Sans-Serif;
	background: #ffe5f0;
	color: #222222;
	line-height: 1.5em;
	font-size: 14px;
	margin: 0;
	}

#container {
	width: 768px;
	margin: auto;
	-webkit-box-shadow: #ddd 0 0 50px;
	-moz-box-shadow: #ddd 0 0 50px;
	box-shadow: #ddd 0 0 50px;
	border: #eee solid;
	border-width: 0 1px;
	position: relative;
	overflow: visible;
	background: #fff;
	}
	
div.content p {
	padding: 0.6em 30px;
}

div.post { clear: both; }

#header {
	position: relative;
	overflow: visible;
}

#header h1 { margin: 0; padding: 0; }

#nav { position: absolute; left: 10px; top: 114px; }
#nav a { display: block; float: left; height: 40px; overflow: hidden; background-position: 0 41px; text-indent: -9999px; }

#nav a.item1 { background-image: url(images/nav/home.jpg); width: 107px; }
#nav a.item2 { background-image: url(images/nav/blog.jpg); width: 81px; }
#nav a.item3 { background-image: url(images/nav/faqs.jpg); width: 94px; }
#nav a.item4 { background-image: url(images/nav/testimonials.jpg); width: 180px; }

#nav a:hover, #nav a.active { background-position: 0px 0px; }

#ribbon {
	position: absolute;
	top: 159px;
	width: 550px;
}

#ribbon h2 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	color: #ffe5f0;
	font-size: 24px;
	line-height: 30px;
}

#ribbon h2 small {
	font-size: smaller;
	color: #ffe5f0;
}

#footer {
	font-size: 0.7em;
	}

small {
	font-size: 0.9em;
	}

h1, h2, h3 {
	font-family: Arial, sans-serif;
	color: #002c1a;
	}

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
	}

ul {
	margin: 20px 50px;
	list-style: disc;
}

ul li {
	margin: 5px 10px;
}

small, blockquote, strike {
	color: #333;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #00864f;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}


.clear {
	clear: both;
}

#footer {
	text-align: center;
	}

/* End Structure */



h1, h2, h3 {
	margin: 20px 30px;
}

div.quotebox h3 {
	margin: 0 20px 20px 20px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0 0 0 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 7px 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

div.quotebox {
	background: #ffe5f0;
	clear: both;
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #c03a56;
	border-bottom: 1px solid #c03a56;
	color: #666;
	}
	
#main div.quotebox:first-child { border-top: none; }
	
div.quotebox blockquote p { padding: 0 10px 20px 10px; font-size: larger; font-style: italic; }

blockquote cite {
	margin: 1em 0 0 0;
	font-size: 0.6em;
	font-size: 0.9em;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden; padding: 0 30px;
	}
/* End Various Tags & Classes*/

/* Buy Now button */
.awesome, .awesome:visited { background: #222 url(images/alert-overlay.png) repeat-x; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer; }
.awesome:hover	 { background-color: #111; color: #fff; }
.awesome:active	 { top: 1px; }

.small.awesome, .small.awesome:visited { font-size: 11px; padding: ; }

.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.large.awesome, .large.awesome:visited { font-size: 28px; padding: 8px 14px 9px; }

.red.awesome, .red.awesome:visited	 { background-color: #872300; }
.red.awesome:hover	 { background-color: #e33100; text-decoration: none; }

/* Homepage ribbon image */
body.home #ribbon div.content img {
	position:absolute;
	bottom:-64px;
	right:-20px;
}
