	/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/
body 	{  margin-bottom: 0; margin-top: 0; background:url('../images/bg.jpg') top left repeat-x; height:100%; }

/* Blueprint width setting */
.container 	{ width: 820px;
 		  	  position:relative;
			  height:100%;
			  height: auto !important;}

#page {
	float: left;
	margin-top: 20px;

}

#front img { margin:20px; border:2px solid #00763e;}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #000000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 281px;}
p.small			{ display:none;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h1 { color:#00763e;}

h3, h3 a {
	font-size: 1.6em;
	line-height: 1.2;
	text-align:left;
	color: #f7f400;
 	letter-spacing: 0px;
	text-decoration: none;
}

h4 a:hover {color:#00763e;}

						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 30px 20px 10px; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

.post h2				{ font-size:1.5em; margin-bottom:10px;}

.frontcontent			{ padding:10px; text-align:center; width:800px;}

.frontcontent h2		{ font-size:1.3em; color:#00763e;}

#garden					{ width:232px; height:181px; margin:10px 10px 50px 30px; float:left;}
#pro,					
#sport					{ width:232px; height:181px; margin:10px 10px 50px 10px; float:left;}

#leftcol{
	padding:10px;
	background: #00763e;
	text-align:left;
}


#leftcol ul li,
#leftcol p{
	color:#ffffff;
	font-size:1em;
	font-family:helvetica;
	text-align:left;
}

#leftcol ul {
	color:#ffffff;
}

#leftcol p a {
	color:#000000;
	text-decoration:underline;
}

#leftcol p a:hover {
	color:#000000;
}

#rightcol{
	padding:0 10px 10px 10px;
	background: ;
	text-align:left;
}

#rightcol img{
	margin:0 5px 5px 5px;
}

#rightcol h3{
	color:#000000;
}

#rightcol p a{ color:#333333; text-decoration:underline;}

#rightcol p a:hover {
	color:#00763e;
}

p.wpsc_product_price{ display:none;}

#calendar {
	width:300px;
	padding:5px 5px 25px 5px;
	text-align:center;
}

#calendar h3 {
	margin-bottom: 10px;
}

#calendar a {
	display: block;
	width: 60px;
	height: 60px;
	float:left;
	margin:2px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#calendar a:hover {
	background-position: 0 -60px;
}

#clear {
	clear: both; 
}

a span
{
  display: none;
}

#fontsize { position:absolute;
			left:750px;
			margin-top:5px;
			}
			
#fontsize a{ color:#ffffff;}
#fontsize a:hover{ color:#f7f400;}

#print{ position:absolute; left:720px; top:125px; margin-left:200px;z-index:1;}

#warning a{ text-decoration: underline; color:#000000; }
#warning a:hover{ color:#00763e; }

#catstuff{
	position:absolute;
	top:-95px;
	margin-left:450px;
	width:500px;
}

#catstuff.marking{margin-left:370px;}

#catstuff a{ color:#ffffff;}

#products-page #product-list-left #catstuff img { display:block; float:right; padding:5px;}

#products-page #product-list-left #catstuff.marking {margin-top:-100px;}

#invisible {display:none;}

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 63px;
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }

#logo a { 
background:transparent url('../images/logo-sports.gif') no-repeat scroll 0 0;
display:block;
height:68px;
text-indent:-9999px;
width:185px;
margin-left:-50px;
}
		
#browse { margin-bottom:5px;}		
		
/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; margin-top: -32px; float: left; width: 100%; line-height: 1.3em;}

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: right; background-image: none; font-size: 1.3em; }

#nav li a,
#subnav li a 	{ color: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; border-right:solid 1px white; }

#nav li.current_page_item a,
#nav li a:hover 	{ color: #f7f400; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#navhome ul li {display:none;}

#nav li.first a {border:none;}

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #000000;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/


#sidebar 	{ margin-left: 8px; /* lets us have border */ }
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em;}

#footer a 		{ text-decoration: none; color:#000000;}

#footerspan		{ height:30px; background:#00763e; }

#footerspan h3  { display:inline; padding-right:20px; color:#ffffff;}

#footerspan h3 a:hover {color:#f7f400;}

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #f7f400; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}