/***************************************************************************/
/*   style.css                                                             */
/*   - Page Template System  (PTS)                                         */  
/*   - Basic style necessary for proper page layout. Customizable          */  
/*     per-site.                                                           */  
/*   - Copyright 2009 Brian Porter <beporter@users.sourceforge.net>        */  
/***************************************************************************/  

/*===========================================================================
=== Universal Tag Styles
===========================================================================*/
body {
	font-family: inherit;
	color: inherit;
	margin: 0;
	background-color: #2d2d2d;
	background-image: url('imgs/bgblack.gif'); 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #993300;
	/* font-family: Helvetica, Arial, Verdana, sans-serif; */
	font-family: Georgia, 'Times New Roman', Times, serif; 
	padding: 0;
	margin: 0 0 0.75em 0;
	text-shadow: 0px 1px 1px #999;
}

h2:before {
	content: url('imgs/leaf.png');
}


ul {
	font-size: .8em;
	line-height: 1.5em;
}

img {
}

div {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}
a:visited {
	color: #171781;
}
a:hover  { 
	color: #f9e11b;
}

.TODO {
	border: 10px dotted red; 
}

.shadow {
	box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0px 5px 10px #999;
}
.shadow_left {
	float: left;
	box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0px 5px 10px #999;
	margin: 0 12px 5px 0;
}

.shadow_center {
	box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0px 5px 10px #999;
	margin: 0 auto 5px auto;
	display: block;
}
.shadow_right {
	float: right;
	box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 0px 5px 10px #999;
	-moz-box-shadow: 0px 5px 10px #999;
	margin: 5px 5px 15px 15px;
}

/*===========================================================================
=== Images
===========================================================================*/
img {
	border: none;
}

a img {
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
	border: none;
}

.left {
	float: left;
	margin: 0 12px 5px 0;
}

.center {
	display: block;
	margin: 0 auto 5px auto;
}

.right {
	float: right;
	margin: 0 0 5px 12px;
}

/*===========================================================================
=== Forms
===========================================================================*/
form p {
	margin: 0 0 0.5em;
}

label,
.label 
{
	display: block;
	float: left;
	text-align: right;
	padding: 3px 3px 0 0;
	white-space: nowrap;
	border: none;
	width: 30%;
	
}
input, 
select, 
textarea {
	font-family: 'Lucida Grande', Verdana, Arial, san-serif;
	font-size: 14px;
	color: #000000;
	padding: 3px;
	width: 65%;
	border: solid 1px #000000;
}

.required {
	/* background-color: #ffff7d; */
	background-color: #c8e2c7;
}

.captchaLabel {
	width: 100%; 
	text-align: left;
}
.captchaAnswer {
	float: right; 
	margin-right: 20px;
}

#accessLevelsTableOverride table {
	margin:-8px 0 10px;
	width:65%;
}

#accessLevelsTableOverride label {
	width:100%;
}

/*===========================================================================
=== PTS Page Container Styles
===========================================================================*/
#container   {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	background: #fff;
	/* padding: 10px; */
	/* border: 6px solid #a3b47d; - pair with patterned background */
	border: 5px solid #b2cab2;
}

#container p { 
	font-size: .8em; 
	line-height: 1.5em; 
	padding-left: 8px; 
	padding-right: 5px;
}

#wrap {
	margin: 0;
	background-image: url('imgs/light.gif'); /* carbon fiber background */
	background-repeat: repeat-x;
	/* background: #a3b47d; */
	padding: 10px 0px 20px 0px; 
}
#header   {
	width: 800px;
	height: 150px; 
	border-bottom: 1px solid #b2cab2; 

}
#headerLeft {
	width: 228px;
	height: 150px;
	background-image: url('imgs/temp-banner3.jpg');
	background-repeat: no-repeat; 
	float: left; 
	border-right: 5px solid #b2cab2;
}
#headerRight {
	width: 569px;
	height: 150px;
	float: left;
	margin-right: 1px; 
}

#header h1   {
	font-size: 2em;
	/* text-indent: -9999em; */
	margin: 0;
}

#subtitle  {
	text-align: right;
}

#main {
	/* border: 1px solid #888888; */
	overflow: hidden;
	background: #f2eadf;
	
}

#content {
	width: 620px;
	float: right;
	padding: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-weight: 400;
	font-size: 1.1em;
	color: #222;
}


#content a {
	color: #990000;
}

#content a:hover {
	color: #660000;
	text-decoration: underline;
}

#sidebar {
	width: 150px;
	float: left;
}

#cypress_lawns_link {
}

#footer  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	width: 800px;
	height: 55px;
	margin: 0 auto;
	/* background-image: url('imgs/grass.jpg');
	 background-repeat: repeat-x; */
	clear: both;
	font-size: 0.7em;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
}

#footer a, 
#footer a:visited {
	color: #FFF;
	border-bottom: solid 1px #FFF;
}

#footer a:hover { 
	color: #b90000;
	border-bottom: 
	1px solid #433628;
}


/*===========================================================================
=== Son of Ursidae Dropdown Menus (Don't touch!)
===========================================================================*/
#menu, 
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li { 
	line-height : 1.35em;
	position: relative;
	float: left;
}
#menu>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}
#menu a {
	display: block;
}
#menu li ul {
	position : absolute;
	left: -999em;
}
#menu li:hover ul ul, 
#menu li.sfhover ul ul {
	left: -999em;
}


#menu li:hover ul, 
#menu li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul {
	top: 0;
	left: 0;
	margin-left: 100%;
}

/* Necessary IE6 hacks.
#menu a {
	_width: 8em;
}
#menu ul ul a {
	_width: 12em;
} */

/* Overrides to display a horizontal menu. */
/*
#menu {
	width:100%;
}
#menu li:active ul, 
#menu li:hover ul, 
#menu li.sfhover ul {
	top: 100%;
	margin-left: 0;
}
*/

/*===========================================================================
=== Menu Appearance
===========================================================================*/
#menu { /* General menu colors, styles, spacing here. */
	clear: both;
}

#menu li { 
	line-height : 1.35em;
	width: 11em;
}

#menu a { /* Style for each top level "tab" (and submenu items!) */
	color: #333;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	background-color: #b2cab2;
	font-size: 1em;
	text-shadow: 0px 1px 1px #FFF; 
}

#menu ul a:hover { /* "Hover" style. */
	color: #993300;
	background-color: #FFF;
	border-bottom: 1px solid #333; 
}

#menu a.selected { /* Style for the "active" page. */
	color: #000;
	background-color: #FFF;
}

#menu ul ul a { /* Style for submenu items ONLY. */
	width: 12em; /* Submenu width. */
	padding-left: 10px; /* Override toplevel padding. */
	padding-right: 5px; /* Override toplevel padding. */
	background-color: #ffffff;
	border-right: solid 1px #405340;
	font-size: 1.2em;
	font-weight: bold;
}
#menu ul ul { 
	border-top: 1px solid #405340; 
	border-bottom: 1px solid #405340;
	width: 16em; 
}

#menu ul ul a:hover { /* Dropdown hover styles ONLY */
	background-color: #ecf6ec;
	color: #993300;
	
}

.downarrow {
	font-size: 0.75em;
	color: #222222;
	line-height: 1em;
}



/*===========================================================================
=== Page Specific
===========================================================================*/

/* *** Index ************************************************************ */
#index_associations_links {
	width: 600px;
	height: 80px;
	padding: 0;
	margin-top: 30px;
}

#index_links_table {

}

/* *** Galleries ********************************************************* */
#avg_water_times {
	font-size: .8em; 
	padding: 10px; 
	margin-top: 5px; 
}


td.lead { 
	color: #990000; 
	text-align: right;
	font-weight: bold;
}

#watering_frequency {
	font-size: .8em; 
}

#watering_frequency td { 
	padding: 4px; 
}

td.week {
	font-weight: bold; 
	color: #990000; 
	width: 80px;
	text-align: right; 
	font-size: 1.1em; 
}
tr.head_row { 
	font-weight: bold; 
	border: 2px solid #68796d; 
}
tr.alt_row { 
	background-color: #FFF; 
}


#planting_table a, 
#planting_table a:visited { 
	color: #990000; 
	margin: 0; 
	padding: 0; 
}

#planting_table a:hover { 
	color: #000; 
}
td.title { 
	color: #990000; 
	text-align: center; 
} 

.thumbnail_table {  
	margin-top: 5px; 
	text-align: center; 
	background: #FFF; 
	border: 1px solid #ccc;
	padding: 5px;

}
.thumbnail_table a, 
.thumbnail_table a:visited { 
	border: none; 
	text-decoration: none ! important;
}


.backLink {
	position: absolute;
	margin-left: 495px;
	margin-top: 11px;
	z-index: 99; 
}
.backLink a {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: .6em;
	padding: 10px 10px;
	/*border: solid 1px #888888;*/
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	color: #ffffff ! important;
	background-color: #426442;
}
.backLink a:hover {
	color: #990000 ! important;
	background-color: #ffffff;
	text-decoration: none ! important;
}

/* *** Custom Font ********************************************************* */
	@font-face {
	url()
	}

/* *** Header ********************************************************* */
	#banners{
		overflow:hidden; 
		height: 150px;
		}
	#banners , #banners ul, #banners li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#bannersUL {
		width:570px;
		}
	#banners li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:567px;
		/* width:190px;  OVERRIDE!! */
		height:150px;
		overflow:hidden; 
		padding: 0;
		margin: 0;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	


/* *** In-Page Tabs ********************************************************* */
.ui-tabs .ui-tabs-hide {
     display: none;
}

#tabs { z-index: 0; }

#tabs .ui-tabs-nav { font-size: 0.8em; margin-bottom: 0.75em; background-image: url('imgs/leaf.png'); background-repeat: no-repeat; background-position: right center;}

/*#tabs .ui-tabs-nav li:first-child a:before {
	content: url('imgs/leaf.jpg');
}*/


