/* ----------------------------------------------
   HTML ELEMENTS
   
   some icons from Mark James, http://www.famfamfam.com/lab/icons/silk/

------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/175% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 	
	margin: 0; padding: 0 0 0 0; 
	background: #fff url(/inc/css/images/bg.jpg) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #500000; 	

}
a:hover {
	background: #f0f0f0; 
	color: #800000;
  text-decoration: underline;
}

/* Headers */
h1, h2, h3, h4{
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
  font-weight: bold;
  font-size: 250%;
  line-height: 1em;
  letter-spacing: 4px;
  font-style: italic;
  color: #900;
  text-align: center;
}

h2 {
	font-size: 200%;
	color: #000000;	
}
h3 {
    font-size: 170%;	
    font-weight: normal;
    color: #000000;
    letter-spacing: 2px;
}
h4 {
   font-size: 150%;
   font-weight: normal;
   color: #555533;
   text-align: center;

}


ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

ul ul {margin: 0 20px;
    list-style: none;
}

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}
hr {
  margin: auto; 
  width: 60%;
  }
/* Images */
img {
	background: #ffffff;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img a, img a:hover {
	text-decoration: none;

	}
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #fff;
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #fff;	
}	
/* end - table */

table.cal-table  {
    margin: 0px 5px;
    width: 595px; 
    border: none;
    border-collapse: separate;
   
}

td.cal-table-widget   {
    width: 19px;  
   /* background:  url(images/button_gold.gif) center left no-repeat; */
}
td.cal-table-event {
    width: 480px;
    padding-top: 5px    ;
    margin-right: 20px;
    border-top: 0px;
    
    border-bottom: 1px solid #ddd;
}
/* form elements */

form {
    display: inline;
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 
	
}

label {
	display: block;
	font-weight: bold;
	margin: 2px 0 2px 0;
	color: #895F30;
}
input, select {
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #EfEaE0;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* contact form (used for volunteer form */
 form#contact-form {
    display: block;
	margin: 0 10px 10px 0px; 
	padding: 0 10px;
	border: none; 
    background: #fff  ;
    color: #895f30;

}
form#contact-form table {
    padding: 0;
    margin: 0;
    }
form#contact-form .text-med {


    }
form#contact-form fieldset {
    border: 1px solid #555;
    padding: 10px;
    margin: 0 0px 10px 0px;
    }
    
form#contact-form  legend.main-legend    {
    margin: 0 40px;
    padding: 0 5px;
    }
form#contact-form fieldset.main-fset  {
    border: none;
    }
form#contact-form  legend.interior-legend    {
    margin: 0 40px;
    padding: 0 5px;
    }    
 form#contact-form fieldset.interior-fset  {
    border: 1px solid #eee;
    width: 80%;
    padding: 0 5%;
    margin: 10px 0;
     }   
 form#contact-form fieldset.interior-fset-no-border  {
    border: 0 none;
    margin: 10px 0;
    }
 form#contact-form legend.interior-fset-no-border  {
    padding-left: 10px;
    }
 
form#contact-form textarea {
    width: 95%;
    height: 12em;
    background: #f5f7fd;
    
   }
form#contact-form  label{
	display: block;
	font-weight: normal;
	margin: 0;
}    
form#contact-form input, select {
	padding: 0;
    padding-left: 5px;
    height: 1.5em;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fefef0;  	
}
form#contact-form textarea {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	display: block;
	color: #666666;
}
form#contact-form input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

form#contact-form button { 

	margin: 4px 1em;
	padding: 2px; 
	background: #f6Efe5;
    font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
    letter-spacing: 2px;
    font-weight : bold;
    margin-top : 8px;
    padding : 1px 3px;
    border:  1px solid #999999;
    cursor : pointer;
    color : #535;
    height: 2em;
}

form#contact-form  button:hover { 
  	background: #a6a6a6;
    color: #ddd;
    border:  1px solid #333;
}

form#contact-form button.ok {
    
}
form#contact-form button.not-ok {
    background-color: #dd6666;
}


form span.error label,
form span.error field,
form span.error {
    color: red;
}

form#contact-form span.error input {
    border: 1px solid red;
    }
    
form span.noerror label,
form span.noerror field,
form span.noerror 
{
}

form#contact-form span.noerror input 
{
}

form#contact-form span.checkbox-prompt {
    font-size: 0.8em;
    font-weight: bold;
    color: #633;
}

/* search form */




/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(images/wrap-bg-2.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 300px;  /* 385 */
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 60px; left: 24px;	
	padding: 0;		
	height:290px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */
#nav {
	position: absolute;
        
	margin: 0; padding: 0;		
	width: 880px;	
	left: 25px;	
    top: 0px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
    margin: 0;	
    padding: 14px 11px 0 11px;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #070000;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #663333;
	background: none;
	border: none;
}

#nav ul li a.currentpage, #nav ul li a.activeparent
{	
	color: #000;	
	background: #d5d3d6 url(images/nav-current.jpg) repeat-x;
    height: 30px;
	border-bottom: 1px solid #CECECE;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 60px 'Times New Roman', Times, serif;
     
	letter-spacing: 10px;
	color: #efefef;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 100px; left: 48px;	 /* 135px */
}
#header-wrap h1#logo-text a:hover {
	background: none;	
  border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
        letter-spacing: 8px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #aa9999;
	width: 600px;
	
	/* change the values of top and left to adjust the position */
	top: 170px; left: 20px;		/* 205px  60px*/
}

/* header quick search */ /* replace form#quick-search with div#quick-search for more control */
#header-wrap div#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap div#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap div#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap div#quick-search label,
#header-wrap div#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(images/content-bg.jpg) no-repeat;		
}


div #col-two-search {
	float: left;
	width: 212px;
	margin: 0 0 0 -255px;
  padding: 0 5px;
  border: 0;
  border-bottom: 1px solid #aeaeaf;
  line-height: .5em;
  background-color: #ffffff;

  
}

div #col-two-search table {
  margin:0;
}
div #col-two-search td {
  padding: 0;
}
div #col-two-search  xinput {
  background-color: #999;
  color: #fff;
}
div #col-two-search tr {

  height: 0;
}
.img_wrapper_right {
   padding: 5px; 
   float: right; 

}
.img_wrapper_left{
   padding: 5px; 
   float: left; 

}
.img_wrapper_center {
   text-align: center;
   padding: 5px; 
   clear:both;
   margin: 0 auto;
   }
 
.col-one {
	margin-right: 280px;
	padding-left: 25px;
}
.col-none {
    margin-right: 0px;
    padding-right: 15px;
    width: 890px;
 }
.col-two {
	float: left;
	width: 190px;
	margin-left: -255px;
	margin-top: 17px;
  padding: 15px;
  background-color: #f6f9f4;
  border: 1px solid #aeaeaf;
  
}
.col-three {
	float: left;
	width: 10px;
	margin-left: -35px;
	margin-top: 12px;
}

div.col-two p {
    padding: 0;
}

div.col-two ul li {
   line-height: 120%;
   margin: 0 0 5px 0;
   list-style: disc;
 
}
div.col-two .more-height ul li {
    line-height: 150%;
}
div.col-two hr {
  margin-bottom: 5px;
}
div.col-one,
div.col-three {
	padding-bottom: 20px;
}


div.col-two a {
  text-decoration: none;
  background-color: #ffffff;
  color: #a00000;
}
div.col-one a {
  text-decoration: none;
  background-color: #f5f2f9;
  color: #b00000;
}

div.col-one a:hover,
div.col-two a:hover {
  text-decoration: underline;
  background-color: #f0f2f6;
  color:#903030;
}

div.strong-color,
span.strong-color {
    font-weight: 700;
    color: #952200;
    }
/* event-table */
.event-table  table {
  border: 0px none;
  border-collapse: collapse;
  width: 600px;
}
.event-table tbody {
  text-align: left;
  border-style: solid;
  border-width: 3px 1px;
  border-color: #eee;
  
}
.event-table th {
  text-align: center;
  border-style: solid;
  border-width: 2px 1px;
  border-color: #f0f0f0;
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 3px; 
  color: #456045;
  background: #f6faf5;

}
.event-table tr {
  }
.event-table td  {
  border-width: 0 0 0 1px;
  border-style: none none none solid;
  border-color: #eee;
}
.event-table td.empty {
  border: 0 none;
  }
.event-table td.event-title {
  text-indent: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #4f674f;
  border-bottom: 1px solid #eee;
  font-variant: small-caps;
}
.event-table td.event-desc {
  border-bottom: 1px solid #eee;
}
.event-table td.dingbat {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eee;

  background-image: url('/inc/css/images/button_gold.gif') ;
  background-repeat: no-repeat;
  background-position: center;
}
.event-table span.event-emph {
  font-weight: 900;
  color: #464;
    font-variant: small-caps;
}
.event-table span.unemph {
    font-variant: normal;
    font-weight: normal;
    font-size: .9em;

}

/* end event table */

#content .col-one  h2 {
	padding-bottom: 3px;
	font: normal 190% "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #800517;
	letter-spacing: 5px;	
	text-transform: none;
	text-align: center;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h1 {
	border-bottom: 1px solid #ebebeb;	
 }
#content .col-one h2 a {
/*	color: #000000; */
	text-decoration: underline;	
	background: none; 
	border: none;

}
#content .col-one h2.bright-centered {
	color: #ff0000;
	font-weight: bold;
}
#content .col-one h3,
#content .col-one h2 {
	text-align: center;
	font-style: italic;	
}

p, dl { padding: 10px; margin: 0; }



p.centered {
	text-align: center;
}
p.centered-strong {
	text-align: center;
	font-style: italic;
	font-weight: bold;
} 
#content .col-one ul li {

    list-style: circle outside url("images/light_bulletl.gif");
}
#content .col-one ul ul li {

    list-style: none;
}
#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #a11;
	font: italic 1.4em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 0 10px 5px 10px;
	margin: 0 0 5px 0;
  text-align: center;
}

#content .col-one .strong-block-list ul li {
 
    
    font-weight: bold;
    line-height: 1.6;
    list-style: circle outside url("images/button_gold.gif");
    color: #550000;
    text-indent: -3em;
    margin-left: 3em;
    margin-bottom: 1em;
   }
   
   #content .col-one .strong-block-list a {
     font-variant: small-caps;
     font-size:1.3em;
   }
   
/* sidebar menu */
div.ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}
div.ul.sidemenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body div.ul.sidemenu li {
	height: 1%;
}
div.ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
div.ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
div.ul.sidemenu li a:hover {	
	color: #000000;	
	background: none;
	border: none;
}
div.ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
div.ul.sidemenu ul li { background: none; }

.caption {
   line-height: 100%;
   font-size: .9em;
   text-align: center;
   font-style: italic;

   padding-top:5px;
  
}
/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
        color: #666;		
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #666;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
	background: #ffffff;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	float: right;
	padding-right: 0;
}



/* postmeta */
.postmeta {	
	padding: 5px; 
	margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#ymap { /* embedded yahoo map */
   width: 600px;
   height: 400px;
   border: 3px black solid;
}
div#ymap img {
   background: transparent;
   border: none;
}

.img_ref,
.img_ref  a, 
.img_ref a:hover {
   text-decoration: none;
   background: transparent;

}
.img_ref  a:hover img {
  border: 1px solid red; 
}

/* tighten up some elements */
#content .col-one .tight,
#content .col-one .tight p,
#content .col-one .tight h2  {
    padding: 0;
    margin: 0;
    color: #a00;
    text-align: center;
    font-weight: bold;
    letter-spacing: normal;
    border: 0;
    background-color: #e6e9e4;
}

#content .col-one .tight p {
    color: #000;
}
#content .col-one .tight .l-ind {
    margin-left: 20px;
  }
.small-light {
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}
#plantlist {
    width: 800px;
    }
div#plantlist td {
    font-style: italic;
    
    }
span.normal {
    font-style: normal;

    }
span.limited {
    color: #a22;

    }
span.strong {
    font-weight: bold;
    color: #922;
 }
span.strong-black {
    font-weight: bold;
}
.slim-form form {
    margin: 0 4px;
    padding: 0;
}
span.month-header {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #cc6633;
    font-weight: bold;
    font-size: 120%;
}
td span.month-header {
    padding-left: 10em;
    

}
span.event-heading {
 color: #800000;
 font-size: 1.2em;
 line-height: 1.8em;
 letter-spacing: 3px;
 font-weight: bold;
}
span.event-date {
 font-size: small;
 font-weight: bold;
}
span.event-description {

}
div#board-letter {
    
}
div#board-letter h4 {
    font-size: 1.3em;
    text-align: left;
    color: #830;
    clear: both;


 }
div#board-letter hr {
    text-align: center;
 }
div#board-letter span.small {
    font-size: .8em;
    }
div#board-letter span.pdf-link {
    font-size: .7em;
    } 
div#board-letter div.bio-divider {

    border-bottom: 1px solid #908990;
    clear: both;
    }
.notshow { 
    display:none; 
    
    }
    
.bloom-entry {
    clear: both;
    padding-bottom: 1em;
    border-bottom: 1px solid #888;
}   
