/*GOOD ONE!!
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	background: #ffffff;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 13px;
	color: #777777;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;
	letter-spacing: -.05em;*/
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-weight: normal;
}

h5 {
	
	color:#993333;
	font-weight:bold;
	font-size:1.2em;
	line-height:.5em;
}

h1 {
	font-size: 1.8em;
	color: #993333;
}

/*h2 {
	font-size: 1.4em;
	color: #777777;
	border-bottom: #993333 1px dashed;
}*/

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	/*background: url(images/img05.gif) repeat-x left bottom;*/
	background: none;
	color: #993333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #777777;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
	
}

/* Header */

#header {
	width: 800px;
	height: 222px;
	margin: 0 auto;
	
}

/* Logo */

/*#logo {
	float: left;
	
}

#logo h1 {
	float: left;
	padding-top: 120px;
	padding-left: 135px;
	text-transform: lowercase;
	font-size: 2.9em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 138px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-size: 16px;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}*/

/* Search */

/*#search {
	float: right;
	width: 200px;
	padding-top: 86px;
	padding-right: 45px;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 55px 0 0 18px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 150px;
	padding: 5px 10px 5px 10px;
	border: none;
	text-transform: uppercase;
	background: #723C49;
	border: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ABB0D1;
}

#search-submit {
	display: none;
}
*/
/* Menu */

#menu {
	width: 800px;
	height: 42px;
	margin: 0 auto;
	/*margin-bottom: 2px;*/
	background: #999999/*#FFFFFF url(images/forestnav.gif) repeat left top*/;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu .rss a {
	border: none;
	float:right;
	pointer: cursor;
	pointer: hand;
	padding:3px;
}

#menu .rss a:hover {
	background: #999999;
	padding:3px;
}

#menu a {
	padding: 10px 20px;
	/*margin-right: 2px;
	text-transform: uppercase;
	border-top: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;*/
	border-right: #ffffff 3px solid;
	text-decoration: none;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
}

#menu a:hover, #menu .current_page_item a {
	padding: 10px 20px;
	background: #993333;
	color: #ffffff;
	text-decoration: none;
}

#submenu {
	width: 800px;
	height: 28px;
	margin: 0 auto;
	background: #993333;
}

#submenu ul {
	margin: 0;
	margin-top: 2px;
	padding: 5px 0 0 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	float: left;
}

#submenu a {
	padding: 5px 10px;
	/*padding-left: 25px;
	margin-right: 2px;
	text-transform: uppercase;
	border-top: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;*/
	border-right: #ffffff 3px solid;
	text-decoration: none;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 1.1em;
	color: #ffffff;
}

#submenu a:hover, #submenu .current_page_item a {
	color: #993333;
	background: #cccccc;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 800px;
	margin: 0 auto;
	background:#ffffff;
	border-top:#ffffff 1px solid;
	
}


/* Page */
#page { 
	width: 800px;
	margin: 0 auto;
	padding-top: 2px;
	
}

/* Content */

#content_about {
	float: left;
	width: 800px;
	background:#993333;
	color: #cccccc;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	/*margin-bottom:5px;
	padding:0px;
	padding-bottom:0px;*/
	text-align:center;
	line-height:normal;
	font-size:1.1em;
	border-bottom:#ffffff 2px solid;
	height:40px;

}

#content_events
{
	float: left;
	width: 500px;
	/*padding: 10px;*/
	background:url(images/floralvine.gif) repeat top;
	border: #993333 2px solid;
	color:#555555;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:2px;
	padding-bottom:10px;
}

#content_events hr {
	width: 500px;
	border: 4px solid;
	border-color: #999999;
}

#content_events ul {
	margin: 0;
	padding: 0;
	line-height:normal;
	list-style:disc;
}

#content_events span {
	padding-right:20px;
}

#content_events img {
	cursor:pointer;
	cursor:hand;
}

#content_events a {
	text-decoration:none;
	color:#993333;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
}


#content_events h2 {
	padding-top:15px;
	padding-bottom:5px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #555555;
}

#content_events h3 {
	padding-top:5px;
	padding-bottom:5px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #993333;
}

#content_events table {
	padding: 10px;
}

#content_events p {
	padding: 5px;
	text-align: justify;
	color:#555555;
}

#content_tips
{
	float: left;
	width: 500px;
	/*padding: 10px;*/
	background:#cccccc;
	border:#999999 2px solid;
	color:#333333;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:2px;
	padding-bottom:10px;
}

#content_tips hr {
	width: 500px;
	border: 4px solid;
	border-color: #999999;
}

#content_tips ul {
	margin: 0;
	padding: 0;
	line-height:normal;
	list-style:disc;
}

#content_tips span {
	padding-right:20px;
}

#content_tips img {
	cursor:pointer;
	cursor:hand;
}

#content_tips a {
	color:#993333;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
}


#content_tips h2 {
	padding-top:10px;
	padding-bottom:5px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #993333;
}

#content_tips h3 {
	padding-top:10px;
	padding-bottom:5px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #555555;
}

#content_tips table {
	padding: 10px;
}

#content_tips p {
	padding: 5px;
	text-align: justify;
	color:#333333;
}

#content_home {
	
	float: left;
	width: 500px;
	margin-right: 10px;
	background:url(images/floralvine.gif) repeat top;
	color: #555555;
}

#content_home h2 {
	background-image:url(images/logo_small.gif) left;
	
}

#content_home h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
	padding-bottom:5px;
}

#content_home h4 {
	font-size: 1.2em;
	font-style:italic;
	font-weight:bold;
	color: #555555;

}

#content_home a {
	font-weight:bold;
}

/*#content_about {
	
	float: left;
	width: 500px;
	margin-right: 10px;
	background:url(images/floralvine.gif) no-repeat bottom right;
	color: #555555;
}

#content_workshops {
	
	float: left;
	width: 500px;
	margin-right: 10px;
	background:url(images/ivy.gif) no-repeat bottom right;
	color: #555555;
}

#content_resources {
	
	float: left;
	width: 500px;
	margin-right: 10px;
	background:url(images/leaves.gif) no-repeat bottom right;
	color: #555555;
}

#content_projects {
	
	float: left;
	width: 500px;
	margin-right: 10px;
	background:url(images/garden.gif) no-repeat bottom right;
	color: #555555;
}*/

.post {
}

.post .title {
	padding: 5px 0 0 0;
	/*border-bottom: 2px solid #000000;*/
	font-weight: bold;
}

/*.post .title a {
	color: #555555;
}*/

.post h2 {
	font-size: 1.2em;
}

/*.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}*/

.post .entry {
	padding: 20px 0;
	text-align: justify;
}

.firefox {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	line-height:normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
	/*margin-left: 10px;*/
	color: #555555;
	border: #CCcccc 8px solid;
	background: #993333/*#cc6633*/;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	/*padding: 10px 10px 15px 15px;*/
}

#sidebar li li {
	/*padding-left: 10px;*/
}

#sidebar h1 {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 5px 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform:uppercase;
	background: url(images/icons/swirl.gif) no-repeat left 35%;
	color: #ffffff;
}

#sidebar a {
	text-decoration:none;
	color:#FFFFFF;
}

#sidebar a:hover {
	color:#cccccc;
}

#sidebar h2 {
	padding-bottom: 5px;
	margin: 5px 22px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-bottom: 1px dashed #CCcccc;
	/*background: url(images/img06.jpg) no-repeat left 35%;*/
	color: #ffffff;
}

#sidebar p {
	padding: 15px 20px 15px 23px;
	text-align: justify;
	color:#FFFFFF;
}

#rss {
	float: right;
	width: 225px;
	color: #993333;
}

/* Calendar */

#calendarbar {
	
	float: right;
	width: 225px;
	padding-top:5px;
	/*padding: 10px;
	margin-left: 10px;*/
	color: #ffffff;
	border: #999999 8px solid;
	background:#993333;
	margin-bottom:2px;
}

#calendarbar hr {
	width: 225px;
	border:4px solid;
	border-color:#999999;
}

/*#calendarbar h1 {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 5px 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform:uppercase;
	color: #ffffff;
}*/

#calendarbar h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #cccccc;
	padding-left:20px;
	padding-bottom:5px;
}

#calendarbar h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-bottom:5px;
	text-align:center;
}

#calendarbar a {
	
	text-decoration:none;
	cursor: hand; 
	cursor: pointer;
	color:#ffffff;
}

#calendarbar a:hover {
	color:#cccccc;
	/*padding-bottom: 5px;
	padding-top: 5px;*/
}

#calendarbar p {
	/*padding: 15px 20px 15px 23px;
	text-align: justify;*/
	color:#ffffff;
	padding:10px;
	text-align:center;
}

/*#calendar {
	color:#FFFFFF;
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}*/

#margin {
	height:20px;
	background:#FFFFFF;
}

#enews {
	margin-top:0 auto;
	clear:both;	
	width: 784px;
	height: 125px;
	border:#999999 8px solid;
	/*margin: 0 auto;
	padding: 10px;*/
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	color: #ffffff;
	background:#993333;
	text-align:right;
}

#enews h2 {
	font-size: 1.2em;
	font-weight:bold;
	color: #cccccc;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:10px;
	text-align:left;
}

#enews table {
	/*padding: 15px 20px 15px 23px;
	text-align: justify;*/
	color:#ffffff;
	padding:10px;
	text-align:left;
}

#enews label {
	padding-left:20px;
	
}

#enews a {
	
	text-decoration:none;
	cursor: hand; 
	cursor: pointer;
	color:#ffffff;
}

#enews a:hover {
	color:#cccccc;
	/*padding-bottom: 5px;
	padding-top: 5px;*/
}

/* Footer */

#footer {
	width: 780px;
	height: 50px;
	border-top:#ffffff 2px solid;
	margin: 0 auto;
	padding: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background:#999999;
	line-height:20px;
	font-weight:bold;
}

#footerleft {
	width:380;
	float:left;
	text-align:left;
	padding-left:5px;
}

#footerright {
	width:380;
	float:right;
	text-align:right;
	padding-right:5px;
}

#footer p {
	margin: 0;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	letter-spacing:.1em;
}

#footer a {
	color: #ffffff;
}

div#upcoming_clean_medium {
	width:180px;
	margin:0;
	padding:10px;
	background-color:transparent;
}

div#upcoming_clean_medium .upb_text,div#upcoming_clean_medium a {
	color:#ffffff;
	font:"Myriad Pro", "Trebuchet MS", Arial 11px;
}

div#upcoming_clean_medium a {
	color:#ffffff;
	text-decoration:underline;
}

div#upcoming_clean_medium a:hover {
	color:#cccccc;
}

div#upcoming_clean_medium .upb_header {
	
	/*padding:3px 3px 5px 0px;*/
}

div#upcoming_clean_medium .upb_header .upb_text {
	font: "Myriad Pro", "Trebuchet MS", Arial 11px;
	color:#ffffff;
}

div#upcoming_clean_medium .upb_header a{
	font: "Myriad Pro", "Trebuchet MS", Arial 11px;
	color:#ffffff;
}

div#upcoming_clean_medium .upb_events {
	margin:0;
	padding:10px;
}

div#upcoming_clean_medium .upb_event {
	margin-bottom:5px;
	line-height: 140%;
}

div#upcoming_clean_medium li {
	list-style: none;
}

/*div#upcoming_clean_medium .upb_date {
	/*border-bottom:1px dashed #cccccc;
	margin:10px 0px 0px 0
}*/

div#upcoming_clean_medium .upb_date .upb_text {
	color:#ffffff;
	/*font-size:11px;*/
	font-weight: bold;
	/*border-bottom:1px dashed #Cccccc;*/
	color: #ffffff;
	margin:10px 0 3px 0;
}

/*div#upcoming_clean_medium .upb_more {
	margin-left:0px;
	margin: 20px 0px 5px 0px;
	text-align:left
}*/

#imgright
{
	float:right;
	margin-left:30px;
	margin-bottom:13px;
	text-align:right;
}

#imgleft
{
	float:left;
	margin-right:30px;
	margin-bottom:13px;
	text-align:right;
}

#imgrss
{
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:2px;
	text-align:right;
}



