/* The Garden's Edge 2006 Stylesheet */
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */


/* ---------------- Initial Setup, Neutralize Styling ---------------- */
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Serif; 
}

body {
	font-size: small;
	color: #333;
	background: #fff url(../images/page_background.gif) repeat-x;
	text-align: center;
}

* html body {
	f\ont-size: small;  /* for other IE versions  */
}

html>body { /* reset compliant browsers to be sure */
	font-size: small;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	/*cursor: pointer;*/
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

p, ul {
	font-size: 90%;
	letter-spacing: .01em;
	line-height: 1.6em;
	margin: 3px 0;
}

h1 {
	color: #555;
	font-size: 170%;
	letter-spacing: .01em;
	line-height: 150%;
	/*text-align: center;*/
	padding-left: 55px;
	margin-bottom: 10px;
}

h2 {
	color: #78b03f;
	font-size: 130%;
	line-height: 150%;
	/*border-top: 1px solid #aaa;*/
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;	
	margin-top: 10px;
}

h3 {
	color: #56365e; 
	font-family: "Lucida Grand", "Trebuchet MS", Serif; 
	font-weight: bold;
	font-size: 110%;
}
h4 {
	color: #78b03f;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* --------------- end SETUP section -------- */

/* --------------- LINKS -------------------- */

a:link, a:visited {
	color:#56365e; 
	text-decoration: none;
	border-bottom: 1px dotted #56365e;
}

*html a:link, a:visited {
	color:#56365e; 
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:hover, a:active {
	color:#56365e; 
	background-color: #ede4e0;
	border-bottom: 1px solid #56365e;
}

a img {border: none;}

.external {
	background: url(/images/externallink.gif) no-repeat right top;
	padding-right: 10px;
}

.internal {
	background: url(/images/internallink.gif) no-repeat right top;
	padding-right: 10px;
}

/* --------------- IDs ---------------- */
#wrapper {  
	position: relative;
	width: 762px; 
	margin: 10px auto;
	padding: 0; 
	background: transparent url(../images/wrapper_background.gif) repeat-y center;
	text-align: left;
}

#home_wrapper {  
	position: relative;
	width: 762px; 
	margin: 10px auto;
	padding: 0; 
	background: transparent url(../images/home_wrapper_background.gif) repeat-y center;
	text-align: left;
}

/* header wrapper */
#header {
	background:	transparent;
	padding: 0;
	margin: 0;
	height: 1%;	
}

/* top and bottom header images to allow for expanding content */
#header_top {
	margin: 0;
	padding: 14px 14px 0 14px;
	background: transparent url(../images/header_top.gif) no-repeat center top;
}

#header_bottom {
	margin: 0;
	padding: 0 14px 15px 14px;
	background: transparent url(../images/header_bottom.gif) no-repeat center bottom;
}

#home_header_bottom {
	margin: 0;
	padding: 0 14px 15px 14px;
	background: transparent url(../images/home_header_bottom.gif) no-repeat center bottom;
}

#topnav {
	padding:7px 275px 7px 0;
	margin: 0;
	height: 1%; /* Holly Hack */
	background: #A8D13F;
	border-top: 2px solid #618b36;
	color: #fff;
	text-align: center;
}

#bottomnav {
	padding: 7px 70px 7px 70px;
	margin: 0;
	height: 1%; /* Holly Hack */
	background: #927F99;
	border-bottom: 2px solid #64476d;
	color: #fff;
	text-align: center;
}

#headerimage {
	padding: 5px 0;
	width: 734px;
	height: 146px;
	background:	transparent /*url(../images/banner.jpg) no-repeat center;*/
}

#content {	
	float: left;
	width: 490px;
	margin-left: 10px;
	display: inline; /*fix IE double margin bug*/
	background: transparent url(../images/tgelogobackground.jpg) no-repeat bottom center;
}

#sidebar {
	float: left;
	width: 221px;
	background: none;
	display: inline;
	padding: 0 10px;
}

#home_content {	
	float: left;
	width: 445px;
	margin-left: 10px;	
	display: inline;
	background: transparent url(../images/tgelogobackground.jpg) no-repeat bottom center;
}

#home_sidebar {
	float: left;
	width: 280px;
	background: none;
	display: inline;
	padding: 0 10px 0 0;
}

#sidebar h3 {
	color: #56365e; 
	font-family: "Lucida Grand", "Trebuchet MS", Serif;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px dotted #ddd;
}

*html #sidebar h3 {
	color: #56365e; 
	font-family: "Lucida Grand", "Trebuchet MS", Serif;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #ddd;
}

#sidebar ul, #sidebar li, #sidebar p {
	font-size: 95%;	
	list-style-type: none;
}

#sidebar a:link, #sidebar a:visited {
	border-bottom: none;
}

#sidebar a:hover, #sidebar a:active {
	border-bottom: 1px solid #56365e;
}

#footer {
	margin: 0 auto;
	width: 735px;
	padding: 15px 0 5px 0;
	font-size: 90%;
}

#footer ul, #footer li {
	display: inline;
	list-style: none;
}

#footer ul {border-top: 1px solid #ddd; padding: 5px 20px;}

#footer p {
	padding: 5px;
}

#home_content p, #content p, #footer p, #sidebar p, #home_sidebar p {
	font-size: 90%;
	margin-bottom: 10px;
}

#home_content ul, #content ul, #footer ul, #sidebar ul, #home_sidebar ul {
	font-size: 90%;
	margin-bottom: 10px;
}

#home_bottomnav {
	padding: 10px 0 17px 125px;
	margin: 0;
	background: transparent url(../images/home_header_bottom.gif) no-repeat bottom center;
	height: 1%; /* Holly Hack */
}

#topnav ul, #bottomnav ul, #home_bottomnav ul {font-size: 100%;}

.minitabs {
	margin: 0;
	padding: 1px;
}

.minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.minitabs a {
	color: #fff;
	font-weight: normal;
	line-height: 100%;
	font-family: "lucida grand", "trebuchet MS", serif;
	font-size: 130%;
	letter-spacing: .02em;
	margin: 0 2px 0 2px;
	text-decoration: none;
	border-bottom: none;
}

.minitabs a:link, .minitabs a:visited {
	color: #fff;
	border-bottom: none;
	background: none;
}

.minitabs a.active, .minitabs a:hover, .minitabs a:active {
	border-bottom: 3px solid #fff;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: none;
}

.minitabs a:hover {
	color: #fff;
	border-bottom: 3px solid #fff;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: none;
}

#home .minitabs .home a,
#about .minitabs .about a,
#contact .minitabs .contact a,
#careers .minitabs .careers a,
#blog .minitabs .blog a,
#press .minitabs .press a,
#waterfeatures .minitabs .waterfeatures a,
#patios .minitabs .patios a,
#projectshowcase .minitabs .projectshowcase a,
#photogallery .minitabs .photogallery a {
	border-bottom: 3px solid #fff;
	padding-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background-color: none;
}

#highlights {
	margin: 0 5px 10px 5px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
}

#highlights h2 {
	margin-top: 0;
	color: #56365e;
}

#highlights #breakingnews h2 {
	color: red;
}

#highlights a:link, #highlights a:visited {
	color:#56365e; 
	text-decoration: none;
	border-bottom: 1px dotted #56365e;
}

*html #highlights a:link, #highlights a:visited {
	color:#56365e; 
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.defaultdiv {
	margin: 0;
	padding: 0 20px;
}

#frog1 {
	position: absolute;
	width: 132px;
	height: 120px;
	margin: 0;
	top: 175px;
	left: -25px;
	padding: 0;
	background: none;
	z-index: 600;
}

#frog2 {
	position: absolute;
	width: 82px;
	height: 123px;
	margin: 0;
	top: 185px;
	right: 0;
	padding: 0;
	background: none;
	z-index: 600;
}

#header_logo {
	position: absolute;
	width: 354px;
	height: 231px;
	margin: 0;
	padding: 0;
	top: -40px;
	left: 430px;
	background: none;
}	

#gallerylink1 {
	position: relative;
	width: 112px;
	z-index: 500;
}

#gallerylink2 {
	position: relative;
	margin: -10px 0 0 0;
	width: 112px;
	z-index: 450;
}

#gallerylink3 {
	position: relative;
	margin: -60px 0 0 100px;
	width: 112px;
	z-index: 400;
}

#gallerylink4 {
	position: relative;
	margin: -60px 0 0 100px;
	width: 112px;
	z-index: 400;
}

#gallerylink5 {
	position: relative;
	margin: -10px 0 0 0;
	width: 112px;
	z-index: 200;
}

#gallerylink1 a:link, #gallerylink2 a:link, #gallerylink3 a:link, #gallerylink4 a:link, #gallerylink5 a:link {
	display: block;
	padding: 5px;	
	border: 1px solid #ccc;
	background: #fff;
	line-height: 0px;
}

#gallerylink1 a:visited, #gallerylink2 a:visited, #gallerylink3 a:visited, #gallerylink4 a:visited, #gallerylink5 a:visited {
	display: block;
	padding: 5px;	
	border: 1px solid #ccc;
	background: #fff;
	line-height: 0px;
}

#gallerylink1 a:hover, .imagethumb a:active {
	background-color: #ede4e0;
	border: 1px solid #56365e;
}

#gallerylink2 a:hover, .imagethumb a:active {
	background-color: #ede4e0;
	border: 1px solid #56365e;
}

#gallerylink3 a:hover, .imagethumb a:active {
	background-color: #ede4e0;
	border: 1px solid #56365e;
}

#gallerylink4 a:hover, .imagethumb a:active {
	background-color: #ede4e0;
	border: 1px solid #56365e;
}

#gallerylink5 a:hover, .imagethumb a:active {
	background-color: #ede4e0;
	border: 1px solid #56365e;
}

#cac_intro {
	margin: 20px 5px 10px 5px;
	padding: 5px;
	border-top: 1px solid #ddd;
}

blockquote {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 2px;
	width: 125px;
	font-family: "Lucida Grand", "Trebuchet MS", serif;
	font-size: 160%;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: left;
	color: gray;
	background: none;
	display: inline;
}

.homeblockquote {
	float: right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px;
	width: 145px;
	font-family: "Lucida Grand", "Trebuchet MS", serif;
	font-size: 160%;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: left;
	color: gray;
	background: none;
	display: inline;
}

#home_content blockquote {
	float: right;
	margin-left: 0;
	margin-top: -20px;
	margin-right: -5px;
	padding: 2px 7px;
	width: 130px;
	font-family: "Lucida Grand", "Trebuchet MS", serif;
	font-size: 160%;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: left;
	color: gray;
	background: #fff;
	display: inline;
/*	border-left: 2px solid #56365e;*/
}


blockquote strong {
	color: #78b03f;
}

.mailingaddress  {	
	float: left;
	padding: 5px;
	margin: 0;
	font-size: 90%;
	list-style: none;
}

.voice_email {	
	float: left;
	padding: 5px;
	margin: 0;
	font-size: 90%;
	list-style: none;
}

.sectionlink {
	font-size: 70%;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 5px;
}

div.clearer { clear: both; }

.twocol
{
float: left;
width: 50%;
margin: 0 0 10px 0;
padding: 0;
}

.twocol ul
{
font-size:90%;
padding: 5px;
margin: 0;
list-style: none;
}

.twocol li 
{
background-image: url(../images/bulletimage.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 1.6em;
margin: .75em 0;
}

.twocol h2 {
	margin-right: 20px;
}

.twocol p {
	margin-right: 10px;
}

/************** FORMS *******************/

#firstname, #lastname, #name, #address1, #address2, #city, #email, #cover, #resume, #comments, #position, #phone {	width: 350px; }
#state, #zip { width: 100px; }

form label {
	font-weight: bold;
}

form dl {
	margin-left: 30px;
	font-size: 90%;
	line-height: 1.6em;
}

form dd {
	margin: 0;
	padding-bottom: 0.5em;
}

/*********** IMAGES ***********************/

.leftimage {
float: left;
margin: 0 10px 0 0;
}

.leftimageborder {
float: left;
margin: 0 10px 0 0;
border: solid 1px #000000;
}

.centerimage {
margin: 0;
}

.centerimageborder {
margin: 0;
padding: 0;
border: solid 1px #000000;
}

.rightimage {
float: right;
margin: 0 0 0 10px;
}

.rightimageborder {
float: right;
margin: 0 0 0 10px;
border: solid 1px #000000;
}

/* ---- WordPress Styles ---- */

.post {
	padding: 0;
	margin-bottom: 20px;
}

.post h5 {
	color: #78b03f;
	font-weight: bold;
}

.post h3 {
	padding: 5px 0;
	margin-top: 5px;
}

.post img {
	/*display: block;*/
	display: inline;
	padding: 7px;
	margin: 5px;	
	border: 1px solid #ccc;
	background: transparent;
	line-height: 0px;
}

.post a:visited img, .post a:link img {
	border: 1px solid #ccc;
	background: transparent;
}

.post a:hover img, .post a:active img {
	background-color: #ede4e0;
	border: 1px solid #56365e;
}

.post .imagelink {border-bottom: none; background-color: transparent;}

ol#comments li p {
	font-size: 90%;
}

p, li, .feedback {
	font: 90%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: 90%;
	font-family: "lucida grande", "trebuchet ms", verdana, sans-serif;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storytitle a:link, .storytitle a:visited {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	/*width: 100%;*/
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

/*
#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#header {
	background: #90a090;
	border-bottom: double 3px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}
*/

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
