/*
Theme Name: Smith's Gardentown
Theme URI: http://smithsgardentown.com
Description: 2009 design for Smith's Gardentown.
Version: 1.0
Author: Crane|West
Author URI: http://crane-west.com
*/

body {
	font: 63.5% Gill Sans, Arial, Verdana, sans-serif;
	color: #363636;
	background: #5c6949 url(../images/body-bg.jpg) no-repeat top center;
}

header, nav, section, footer, content, aside {
	display: block;
}

@font-face {
  font-family: 'FrizQuadrataStd';
  src: url('../fonts/GraublauWeb.eot');
  src: local('FrizQuadrataStd'), local('FrizQuadrataStd'), 
         url('../fonts/FrizQuadrataStd.ttf') format('truetype');
}

strong {
	font-weight: bold;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#wrapper-inner {
	background: #fff;
	float: left;
	padding: 0 0 45px;
	z-index: 3;
	position: relative;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
}

#left-stem, #right-stem {
  position: absolute;
	top: 200px;
	z-index: 4;
}
#left-stem {
	left: -53px;
}

#right-stem {
  right: -51px;
}

/* @group Header */

header {
	margin: 55px auto 0;
	width: 960px;
	float: left;
	position: relative;
}

#logo {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 394px;
	height: 126px;
	text-indent: -99999px;
}

#logo a:link, #logo a:visited, #logo a:active {
	display: block;
	width: 394px;
	height: 126px;
}

a#shopLink:link, a#shopLink:active, a#shopLink:visited {
	background: #e0eac5 url(../images/shopbg.png) repeat-x bottom center;
	display: block;
	position: absolute;
	right: 0px;
  	bottom: 61px;
	padding: 10px 30px;
	margin: 0 38px 0 0;
	font-size: 1.4em;
	color: #55633c;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

a#shopLink:hover {
	background: #c7d5a3 url(../images/shopbg.png) repeat-x bottom center;
}

nav {
	background: #f6f4e7;
	width: 960px;
	height: 61px;
	float: left;
	font-family: Gill Sans, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
}

nav ul {
	list-style: none;
	margin: 16px 0 0 40px;
}

nav ul li {
	display: inline;
	float: left;
	margin: 0 10px;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	display: block;
	color: #55633c;
	text-decoration: none;
	border: 0;
	padding: 8px 17px 23px;
}

nav ul li a:hover {
	background: url(../images/nav-hover.jpg) no-repeat bottom center;
}

/* @end */

/* @group Middle */

section#middle {
	background: #fff;
	display: block;
	/*width: 580px;*/
	margin: 0;
	float: left;
}

section#middle header, section#inner-middle header {
	color: #a9b696;
	font: 1.8em Gill Sans, sans-serif;
	margin: 15px 0 15px 70px;
	width: 500px;
	height: 21px;
	float: none;
	letter-spacing: 2px;
}

section#middle .mid-content {
	background: #444;
	/*width: 580px;*/
	width: 960px;
	height: 208px;
	margin: 0;
	padding: 0;
}

section#middle .mid-content h2 {
	font-size: 2.9em;
	font-weight: strong;
	font-family: FrizQuadrataStd, Gill Sans, sans-serif;
	color: #fff;
	margin: 35px 0 0 35px;
	float: left;
	width: 500px;
}

section#middle .mid-content p {
	color: #fff;
	width: 500px;
	font-size: 1.4em;
	float: left;
	margin: 0 0 0 35px;
}

section#inner-middle {
	background: #fff;
	float: left;
	margin: 0;
}

section#inner-middle .mid-content {
	background: url(../images/pageheader-bg.jpg) no-repeat 0 0;
	width: 960px;
	height: 88px;
	margin: 0;
	padding: 0;
}

section#inner-middle .mid-content h1 {
	color: #fff;
	width: 545px;
	font-size: 5.2em;
	padding: 19px 0 0 25px;
	position: relative;
	font-family: FrizQuadrataStd, sans-serif;
}

#middle h2#promo-title {
	color: #333;
	margin: 45px 0 0 220px;
}

#middle p#promo-body {
	margin: 0 0 0 240px;
	width: 345px;
	color: #333;
}

a#order-today:link, a#order-today:active, a#order-today:visited {
	background: url(../images/b_order.png) no-repeat 0 0;
	display: block;
	width: 162px;
	height: 36px;
	margin: 72px 0 0 395px;
	text-indent: -9999px;
}

a#order-today:hover {
	background: url(../images/b_order.png) no-repeat 0 -37px;
}

/* @end */

/* @group Sidebar */

aside {
	width: 380px;
	float: right;
	margin: 0;
	margin-top: -250px;
	color: #fff;
	z-index: 100;
	position: relative;
}

aside #greenSide{
  background: #54633c url(../images/sidebar-home-bg.jpg) no-repeat top center;
  padding: 115px 0 10px 0;
  margin: 0 34px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

aside#inner-page {
	/*background: transparent url(../images/newsletter-side-bg.png) no-repeat top center;*/
	background: none;
	margin-top: -125px;
}

aside a:link, aside a:visited, aside a:active {
	color: #A6B518;
	text-decoration: none;
}

aside a:hover {
	color: #818d14;
	text-decoration: underline;
}

aside #gardenBlog {
	width: 281px;
	height: 114px;
	float: none;
	margin: 0 auto 12px;
	color: #fff;
}

aside h3{
  font-size: 200%;
  border-bottom: 1px solid #76815F;
}

#gardenblog a:link, #gardenblog a:visited, #gardenblog a:active {
	color: #b3bf2b;
	text-decoration: none;
}

#gardenblog a:hover {
	color: #b3bf2b;
	text-decoration: underline;
}

section#sidebar section {
	margin-bottom: 25px;
	font-size: 1.4em;
}

.sidebar h2 {
	margin: 1.4em 0 0.5em;
	font: bold 1.8em Georgia, sans-serif;
	color: #392e57;
}

.sidebar h3 {
	margin-bottom: 0.7em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.sidebar h4 {
	margin-bottom: 0.7em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.sidebar h5 {
	margin-bottom: 0.7em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.sidebar h6 {
	margin-bottom: 0.7em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

#gardenBlog header {
	margin: 0 0 6px;
	float: none;
	width: 281px;
}

#gardenBlog header h3 {
	margin: 0;
}

#gardenBlog time {
	font-size: 1.2em;	
}

#gardenBlog content {
	font-size: 1.3em;
}

#newsletter {

	margin: 0 auto;
	width: 281px;
	height: 160px;
}

#newsletter h4 {
	font-weight: normal;
	margin-bottom: 1em;
	font-size: 1.4em;
}

aside#inner-page #newsletter {
	background: #515b38;
	margin: 10px auto 0;
	padding: 10px 0;
	width: 310px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#newsletter-anchor {
	background:  url(../images/b_newsletter.png) no-repeat top center;
	display: block;
	width: 281px;
	height: 138px;
	margin: 0 auto;
	text-indent: -99999px;
}

#newsletter p {
	text-align: right;
	margin: 8px 15px 0;
}

#sidebar {
	width: 312px;
	margin: 40px auto 0;
	color: #444;
}

#side-hours {
	font-size: 1.6em;
}

#sidebar .weeks-special img {
	margin: 25px 0 10px;
}

#side-categories ul {
	list-style: none;
}

/* @end */

/* @group Content */

section#content {
	width: 518px;
	float: left;
	margin: 35px 30px 0;
	font-size: 1.4em;
}

.content a:link, .content a:visited, .content a:active {
	color: #818d14;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content h1 {
	margin-bottom: 0.5em;
	font-size: 2em;
}

.content h2 {
	margin-bottom: 0.5em;
	font-size: 1.8em;
}

.content h3 {
	margin: 2em 0 0.5em;
	font-size: 1.5em;
	font-weight: bold;
}

.content h4 {
	margin: 2em 0 0.5em;
	font-size: 1.4em;
	font-weight: bold;
}

.content h5 {
	margin: 2em 0 0.5em;
	font-size: 1.3em;
	font-weight: bold;
}

.content h6 {
	margin: 2em 0 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

.content p, .content blockquote {
	margin-bottom: 1.1em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
	margin: 0 0 8px;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 2px;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img {
	display: block;
	padding: 10px;
	border: none;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}


#landscaping-kit {
	background: url(../images/landscaping-bg.jpg) no-repeat 0 0;
	width: 538px;
	height: 187px;

	clear: left;
}

#landscaping-kit h2 {
	margin: 25px 0 0 80px;
	float: left;
	color: #55633c;
}

#landscaping-kit p {
	float: left;
	margin: 25px 0 0 115px;
}

/* @group FAQ */

ol.faq-list {
	
}

ol.faq-list li {
	margin: 0 0 17px;
}

/* @end */

/* @end */

/* @group Blog */

article.blog header {
	margin: 0;
	width: 100%;
	float: none;
}

article.blog footer {
	background: #586144;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	margin: 0 0 30px 0;
	padding: 8px 10px;
	z-index: 0;
	position: inherit;
	display: block;
	float: none;
	font-family: Verdana, sans-serif;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

article.blog footer a:link, article.blog footer a:active, article.blog footer a:visited {
	color: #fff;
	text-decoration: underline;
}

/* @group Comments */

#comments {
	margin: 20px 0 20px;
}

#comments .commentlist li.alt {
	background: transparent;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	background: 0;
}

#comments .commentlist h3 {
	margin: 0;
}

#comments .commentlist p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 11px;
	color: #;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0 0 6px;
	display: block;
}

.comment-body {
	padding: 10px 15px;
	margin: 0 0 10px;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #;
}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	color: #;
	background: transparent;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: -10px 10px 0 0;
	padding: 3px;
	background: #;
	border: 1px solid #;
	display: none;
}

#comments .comment-author {
	font-size: 11px;
	text-transform: lowercase;
	color: #;
	background: #e0eac5;
	padding: 4px 6px;
}

#comments .odd .comment-author {
	background: #586144;
	color: #fff;
}

#comments .comment-author cite {
	font-size: 1.4em;
	color: #;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0 20px;
	padding-bottom: 20px;
}

#commentform label {
	font-size: 12px;
	color: #;
}

#commentform label span {
	font-size: 11px;
	color: #;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #;
	border: 1px solid #;
}

#commentform input:focus, #commentform textarea:focus {
	color: #;
	border: 1px solid #;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 475px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 5px 15px;
	width: 160px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #;
	background: #;
	border: 2px solid #;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#commentform #submit:hover {
	color: #;
	background: #;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group Forms */

form {
	
}

form input {
	border: 1px solid #999;
	height: 17px;
	width: 300px;
	margin: 0 0 12px;
}

form textarea {
	border: 1px solid #999;
}

form input:hover, form textarea:hover {
	border: 1px solid #4e563d;
}

form input.submit {
	height: 25px;
	background: #586144;
	color: #fff;
	width: 60px;
	padding: 4px 8px;
	border: 1px solid #4e563d;
}
form input.submit:hover {
	background: #4e563d;
}

/* @end */

/* @group Shop */

section#shopping-cart {
	padding: 15px 8px 20px;
	background: #eee;
}

.go_to_checkout {
	color: #4e563d;
}

section#shopping-cart h3 {
	background: url(../images/Shoppingcart_32x32.png) no-repeat top left;
	padding: 0 0 0 35px;
	height: 35px;
}

#wpsc_shopping_cart_container h2 {
	margin: 40px 0 10px;
	border-bottom: 1px solid #999;
	padding: 0 0 3px;
}

#wpsc_shopping_cart_container h4 {
	margin-top: 15px;
}

p.visitshop {
	display: none;
}

table.shoppingcart {
	border-collapse: collapse;
	width: 100%;
}

table.shoppingcart tr {
}

table.shoppingcart tr:first-child {
	border-bottom: 1px solid #888;
}

span.emptycart {

}
span.gocheckout {
	margin: 15px auto 0;
	width: 162px;
}

span.gocheckout a:link, span.gocheckout a:active, span.gocheckout a:visited {
	background: url(../images/b_checkout.png) no-repeat 0 0;
	display: block;
	width: 162px;
	height: 37px;
	text-indent: -99999px;
}
span.gocheckout a:hover {
	background: url(../images/b_checkout.png) no-repeat 0 -37px;
}

#sliding_cart input {
	width: 180px;
	height: 46px;
	border: 0;
}

#products_page_container p {
	font-size: 14px;
}

#wpsc_quantity_update, form.adjustform input {
	width: 25px;
}

form input.wpsc_buy_button, form.adjustform input.wpsc_update_quantity_btn, input.make_purchase {
	height: 25px;
	background: #586144;
	color: #fff;
	width: 85px;
	padding: 4px 8px;
	border: 1px solid #4e563d;
}
form input.wpsc_buy_button:hover, form.adjustform input.wpsc_update_quantity_btn, input.make_purchase {
	background: #4e563d;
}

form.adjustform input.wpsc_update_quantity_btn {
	width: 60px;
}

input.make_purchase {
	width: 115px;
}

/* @end */

/* @group Footer */

footer {
	background: #525d41;
	width: 941px;
	color: #fff;
	margin: -20px 0 15px;
	padding: 45px 10px 25px;
	z-index: 1;
	position: relative;
	float: left;
	font-family: Verdana, sans-serif;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

footer .copyright {
	width: 45%;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}

footer .footer-meta {
	width: 45%;
	float: right;
	display: inline;
	text-align: right;
	margin: 0 15px 0 0;
}

footer a:link, footer a:visited, footer a:active {
	color: #b3bf2b;
	text-decoration: none;
}

footer a:hover {
	color: #b3bf2b;
	text-decoration: underline;
}

#sub-nav {
	width: 960px;
	color: #a2ad98;
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 25px;
}

#sub-nav ul {
	list-style: none;
}

#sub-nav ul li {
	display: inline;
	margin: 0 25px;
}

#sub-nav a:link, #sub-nav a:visited, #sub-nav a:active {
	color: #a2ad98;
	text-decoration: none;
}

#sub-nav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Misc */

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

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

.clear {
	clear: both;
}

.lg_admin, .folder_caption {
	display: none;
}

ul.homeList{
  float: left;
  margin-right: 20px;
  list-style: none;
}

/* @end */


#timeFor{

  font-size: 13px;
}
#timeFor article content{
  padding: 0 0 20px 0;
}
#timeFor ol{
  list-style: decimal;
  padding: 0 20px 0 30px;
}








