/* All Rights Reserved. Unauthorized copying prohibited. */

html, body {
	background: #ccc url('/assets/i/body_bg.gif');
	color: #fff;
	font: 13px 'Georgia', 'Times New Roman', 'Times', serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	display: inline;
	vertical-align: bottom;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}
hr { display: block; border: 0; background: none; margin: 10px; border-bottom: 1px solid #666; clear: both;}
ul { list-style: none; }
h1, h2, h3, h4, h5, h6, p, ul, li, a, input, form {
	margin: 0;
	padding: 0;
}
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.reset { padding: 0; border: 0; margin: 0; overflow: visible; background: none; border-spacing: 0; color: #000; cursor: auto; direction: ltr;font-size: 100%; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; text-align: left; text-decoration: none; text-indent: 0; text-transform:none; visibility: visible; white-space: normal; word-spacing: normal; }
.small { font-size: 85%; }
.note { color: #999 !important; }
.highlight { font-size: 115%; }
.hidden { display: none; visibility: hidden; }
.center { text-align: center; }
.right { text-align: right; }
.floatr {float: right;}
.floatl {float: left;}
.aside {
	padding: 10px;
	background: white;
	border-bottom: 1px solid #999;
	margin: 0 10px 10px;
}


span.arr { color: #ab58a2;}

.pad {margin: 10px;}

.r {float: right}
.l {float: left }

img.r {margin: 10px;}
img.l {margin: 10px;}


.aside iframe {
	border: 3px solid #ccc;}
	
p.small {
	margin: 0 10px 10px;
	font: italic 11px georgia;}
	


a { 
	color: #5A146B;
	border: 0;
	text-decoration: underline;
}
a:hover { color: #95a; }
a:active { color: #000; }
a.link { padding-left: 13px; background: transparent url('/assets/i/icon_link.gif') no-repeat 0 50%; }
a.link:hover { background-image: url('/assets/i/icon_link_hover.gif'); }
a.link:active { background-image: url('/assets/i/icon_link_active.gif'); }

#page {
	width: 1000px;
	margin: 10px auto 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff no-repeat bottom left;
	color: #000;
	position: realtive;
	border: 5px solid #888;
}
#page2 { border: 1px solid #fff; }	
	
#header {
	position: relative;
	background: #000 repeat-x top left;
	background-image: none !important;
}
#header2 {
	background: transparent no-repeat top right;
	height: 180px;
}
#header h1, #header h2 { display: none; }


/* logo with circle */
#logo { 
	background: transparent url('/assets/i/logo_bg.gif') no-repeat 100% 50%;
	float: left;
	padding-right: 110px;
	position: relative;
}
#logo div { background: #fff none; padding: 0; float: none; }
#logo a {
	display: block;
	width: 200px;
	height: 180px;
	background: transparent url('/assets/i/logo.gif') no-repeat 30px 5px;
	margin-right: -110px;
}



/* menu */
#menu {
	margin-left: 30px;
	font-size: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu ul { margin: 0; }
#menu li { display: inline; }
#menu a {
	overflow: hidden;
	padding: 0; 
	text-align: center;
	line-height: 1.1em;
	font-size: .9em;
	width: 75px;
	color: #fff;
	text-decoration: none;
	background: transparent url('/assets/i/m_bg.png') no-repeat top left;
	float: left;
	display: block;
	margin-right: 2px;
	height: 3.5em;
}
#menu a span {
	display: block;
	margin-top: 19px;
}
#menu a#current { background-image: url('/assets/i/m_bg_current.png'); }
#menu a:hover { background-image: url('/assets/i/m_bg_hover.png'); z-index: 100; }
#menu a:active { background-image: url('/assets/i/m_bg_active.png'); }
#menu a.twolines span {
	margin-top: 13px;
}


/* structure */	
#main { background: #dbefb3 url('/assets/i/s_bg_right.jpg') no-repeat 100% 100%; }
#main2 { padding: 0px; position: relative; background: transparent url('/assets/i/s_bg_left.jpg') no-repeat 0 100%; }

.side { width: 205px; }
#left { float: left; position: relative; }
#right { float: right; position; relative; }
	
#content { margin-left: 205px; margin-right: 205px; }
#content h3 { background-position: 0% 50%; }

#content .left_50 { width: 240px;}
#content .right_50 { width: 240px; float: right; }


/* subnavigtion - this could be improved */
#subnav { 
	margin: 0px !important;
	border-bottom: 1px solid #26872e;
	padding: 12px;
	background: #79c419;
}	
#subnav li { display: inline; margin-right: 10px;}
#subnav a.selected {text-decoration: none; font-weight: bold;}


/* global content styles */ 
h1 {
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px;
	color: #5A146B;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #000;
	margin: 8px 12px;
	font-weight: normal;
}		
h4 {
	color: #5A146B;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	margin: 10px;
}	
h4 span { margin-bottom: -2px; color: #317C00; font-size: 11px; display: block; }
h5 {
	margin: 5px 10px;
	color: #5A146B;
	border-bottom: 1px dotted #5A146B;
	font-size: 12px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
}
h6 {
}
p, ul { 
	line-height: 1.4em;
	margin: 10px;
}	

/* global image styles */
.img_border	{
	padding: 1px;
	border: 1px solid #555;
	border-top-color: #999;
	border-bottom-color: #333;
	background-color: #fff;
}
.img_left { float: left; position: relative; margin-right: 8px; margin-bottom: 4px; z-index: 100; }
.img_right { float: right; position: relative; margin-left: 8px; margin-bottom: 4px; z-index: 100; }
.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
	
/* block */
.block { 
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
}
.block .block2 {
	border: 2px solid #999;
	border-bottom-color: #666;
	border-top-color: #ccc;
	overflow: hidden;
}
.block .accent {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-position: top right !important;
}
.block h2 { margin: 10px; }
.block h3 {
	margin: 0; 
	background: #999 url('/assets/i/h3_bg.jpg') no-repeat 50% 75%;
	padding: 6px 0 0 11px;
	height: 26px;
}
.block h4 { clear: both;}
.block p, #main .block ul, #main .block h4 {
	margin: 6px 10px;
}	
.block .item { margin-bottom: 15px; }
.block .item p { color: #317C00; font-size: 11px; margin-top: 5px; margin-bottom: 5px; }		
.block .item h4 { border-bottom: 2px solid #C0A5C6; }	


/* bullets */
.bullets { }
.bullets li {
	background: transparent url('/assets/i/icon_bullet.gif') no-repeat 0 6px; /* redefined in season css */
	padding-left: 13px;
}	


/* gallery thumbs */
.gallery { margin: 10px; }
.gallery a { 
	display: block;
	float: left;
	width: 174px;
	padding: 5px;
	background-color: #fff;
	margin: 0 5px 5px 0;
	text-decoration: none;
	text-align: center;
}
.gallery a.l { margin-right: 0; }
.gallery img { display: block; margin-bottom: 3px; }
.gallery span { height: 1em; display: block; overflow: hidden; font-size: 10px; color: #999; }



/* pagination block */	
.paginate {
	background-color: #fff;
	text-align: center;
	padding: 5px;
}


/* block unique styles */
.block#affiliates { background: #fff; }
.block#tips .block2 { background: #dbefb3 url('/images/trowel.gif') 150px 55px no-repeat; }
.block#links .block2 { background: #dbefb3 url('/images/wateringcan.gif') 130px 40px no-repeat; }	


/* homepage banner */
#banner {
	height: 384px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #ccc no-repeat 0 0; /* this is set in the entries custom field */
}
#banner h1 {
	height: 150px;
	font-size: 30px;
	padding: 20px 40px;
	text-shadow: #000 0 2px 4px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: 'Georgia', serif;
	background: transparent url('/assets/i/banner_gradient_32.png') repeat-x 0 0;
}

/* for every season menu */
#fes { margin: 18px; height: 270px; overflow: hidden; }
#fes a {
	display: block;
	float: left;
	width: 180px;
	height: 135px;
	background: #fff url('/assets/i/i_for_every_season.jpg') no-repeat 0 0;
}
#fes a span { display: none; }
#fes a.cat4 { background-position: 0 0; }
#fes a.cat5 { background-position: -180px 0; }
#fes a.cat6 { background-position: -362px 0; }
#fes a.cat7 { background-position: 0 -135px; }
#fes a.cat8 { background-position: -180px -135px; }
#fes a.cat9 { background-position: -362px -135px; }
#fes a.cat4:hover, #fes a.cat4.current { background-position: 0 -270px; }
#fes a.cat5:hover, #fes a.cat5.current { background-position: -180px -270px; }
#fes a.cat6:hover, #fes a.cat6.current { background-position: -362px -270px; }
#fes a.cat7:hover, #fes a.cat7.current { background-position: 0 -405px; }
#fes a.cat8:hover, #fes a.cat8.current { background-position: -180px -405px; }
#fes a.cat9:hover, #fes a.cat9.current { background-position: -362px -405px; }
#fes a.c1 { width: 180px; } /* we must account for the image being poorly constructed for inconsistant widths */
#fes a.c2 { width: 182px; }
#fes a.c3 { width: 183px; }
#fes a.c4 { width: 180px; }
#fes a.c5 { width: 182px; }
#fes a.c6 { width: 183px; }


/* footer */
#footer {
	border-top: 5px solid #888;
}
#footer div {
	border-top: 1px solid #fff;
	padding: 10px 30px;
	background: #fff url('/assets/i/body_bg.gif') repeat 50% 0;
}
#footer p { text-align: center; color: #fff; }
#footer a { color: inherit; }
#footer #footer_menu { margin-top: 5px; text-align: center; padding-left: 15px;}
#footer #footer_menu li { display: inline; }
#footer #footer_menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #5A146B;
}
#footer #footer_menu a:hover { text-decoration: underline; }



/* pdf files (large block) */
div.file {
	padding: 5px;
	padding-left: 60px;
	background: transparent url('/assets/i/i_pdf_l.gif') no-repeat 10px 10px;
	border-bottom: 1px solid #AFBF8F;
}
div.file.alt { background-color: #C5D7A1; }
div.file.last { border-bottom: none; }
div.file h4 {
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div.file p {
	font-size: 12px; 
}


/* pdf files (small link) */
a.file {
	padding-left: 20px;
	background: transparent url('/assets/i/i_pdf_s.gif') no-repeat 0 50%;
}


/* icons */
.icon { /* small */
	padding-left: 20px;
	padding-top: 4px;
	background: transparent none no-repeat 0 0;
	display: block;
	margin-bottom: 5px;
}
.icon.twitter, .icon.facebook { /* big */ height: 24px; padding-left: 36px; padding-top: 7px; }
.icon.twitter { background-image: url('/assets/i/i_twitter.png'); }
.icon.facebook { background-image: url('/assets/i/i_facebook.png'); }


/* STUFF */
.product {
	width: 150px;
	border-bottom: 1px solid #999;
	background: #666;
	float: left;
	margin: 0 0 12px 12px;
	padding: 4px;
	background-color: white;
}

.product a {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 105px;
	border-bottom: 1px solid black;
	
}

.product p {
	font: 12px georgia;
	color: purple;
	font-weight: bold;
	margin: 3px;
}

.product p span {
	font-weight: normal;
	font-style: italic;
}

#left .product {
	width: 195px;
	border-bottom: 1px solid #999;
	float: left;
	margin: 0 !important;
	padding: 4px;}
	
#left .product a { 
	width: 193px;
	height: 125px;}


/*blog*/

#comment_form, .comment_entries { 
	border: 1px dotted #96a14e;
	margin: 10px;}

form p input { 
	padding: 5px;}

form p input.input_m { width: 245px;}

form p textarea { width: 100%;}

form p.half { 
	float: left;
	width: 260px;}
	
/*services*/

a.photo-wrapper img {
	margin: 10px 0 0 10px;
	border: 3px solid white;
	overflow: hidden;}
	
h5.rule { 
	border-bottom: 1px dotted #b3c494;
	font: bold 13px georgia;
	margin: 0 10px; }
	
	
/* administrator buttons and content resets (this is put in an <em> :) */
.admin {
	border: 1px solid #777 !important;
	border-top-color: #aaa !important;
	border-bottom-color: #444 !important;
	background-color: #fff !important;
	padding: 1px 3px !important;
	font-size: 10px !important;
	font-family: 'Helvetica', 'Arial', sans-serif !important;
	line-height: 10px !important;
	margin: 0 0 0 0!important;
	color: #900 !important;
	text-decoration: none !important;
	display: inline !important;
	float: none !important;
	font-weight: bold !important;
	font-style: normal !important;
	letter-spacing: normal !important;
	height: auto !important;
	width: auto !important;
	z-index: 1000 !important;
	line-height: 12px !important;
	position: relative !important;
	text-shadow: none !important;
}
.admin:hover { top: 1px; text-decoration: none !important; border-top-color: #444; border-bottom-color: #aaa; padding-top: 3px; padding-bottom: 1px; background-color: #ccc !important; color: #400 !important; }
.admin:active { color: #000 !important; background-color: #999 !important; }	
	
	
/*calendar

.date-box { 
	text-align: center;
	color: white;
	text-transform: uppercase;
	float: left;
	margin: 10px;
	clear: both;
	width: 550px;
	border-bottom: 1px dotted #5A146B;
	padding-bottom: 10px;
}
	
.date-box h4 { 
	float: right;
	width: 440px;
	font: bold 26px Georgia;
	text-transform: none ;
	text-align: left;
	clear: none;
	margin: 0px !important;}


div.start-date, div.end-date { 
	width: 40px;
	margin-top: 5px;
	float: left;}
	
div.arrow { 
	width: 20px;
	display: block;
	height: 45px;
	float: left;
	background: url(i/arrow.gif) center center no-repeat;}
	
	
.month, .day { width: 40px; display: block;}
	
.date-box .month { 
	font: bold 11px arial;
	background-color: #5A146B;
	padding: 3px 0;
	margin-bottom: 1px;}	
	
.date-box .day { 
	font: bold 22px georgia;
	background-color: #99A67C;
	padding-bottom: 3px;}
	
*/
	