/****************************************************************
   BOTANICAL GARDENS STYLESHEET 
*****************************************************************/


/* GENERAL SELECTORS
---------------------------------------------------------------*/	
body { 
	margin:0; 
	padding:15px 0 0 0; 
	background:#E5E1B2 url(../images/bg_body_gradient.gif) repeat-x left bottom; 
	color:#333333; 
	text-align:center; 
	font:76% Georgia, "Times New Roman", Times, serif;
	}	
	
h1 {
	color:#82457C;
	font-size:28px;
	line-height:1em;
	}	
	
h2 {
	font-size:1.4em;
	}
	
h3 {
	font-size:1.2em;
	}	

ul, li {
	margin:0; 
	padding:0;
	list-style:none;
	}
		
a:link, a:visited { 
	text-decoration:none;
	color:#7E3E62; 
	}	
	
a:hover, a:active { 
	text-decoration:underline; 
	color:#7E3E62; 
	}	

form, fieldset, legend {
	margin:0; 
	padding:0;
	}
	
fieldset {
	border:none;
	}	
	
input, select, textarea {
	font:100% Arial, Helvetica, sans-serif;
	}

img { 
	border:none; 
	}
	
img, input, select, label {
	vertical-align:middle;
	}
	
address {
	font-style:normal;
	}		

hr { 
	display:none; 
	}		

/* ACCESSIBILITY NAVIGATION
---------------------------------------------------------------*/		
#skip { 
	display:none;
	}		


/* CORE LAYOUT
---------------------------------------------------------------*/			
#container { 
	width:750px; 
	margin:0 auto; 
	text-align:left; 
	font-size:1em; 
	position:relative;
	z-index:1;
	}
	
#main {
	width:750px;
	background:url(../images/container_faux.gif) repeat-y center top;
	}

#main-outer {
	background:url(../images/container_over_gradient.gif) no-repeat center bottom;
	}
		
#main-inner {
	overflow:hidden;
	width:750px; 
	w\idth:710px;
	padding:9px 16px 44px 24px;
	background:url(../images/container_top.gif) no-repeat center top;
	}		
	
#sidebar {
	float:right;
	width:219px;
	w\idth:194px;
	padding:43px 12px 292px 12px;
	background-color:#FEF9D2;
	border-left:1px solid #D2BAAF;
	}	
	
#content {
	float:left;
	width:491px;
	w\idth:439px;
	padding:256px 14px 0 36px;
	background-color:#FDFAE1;
	}	

#footer {
	width:750px;
	w\idth:710px;
	padding:8px 16px 10px 24px;
	height:79px;
	he\ight:61px;
	font-size:0.9em;
	background:url(../images/container_bottom.gif) no-repeat center top;
	}


/* CONTENT
---------------------------------------------------------------*/	
#content h1 {
	}
	
#content p {
	margin:0;
	line-height:24px;
	}
	
#content strong {
	margin-left:23px;
	}	

.prices {
	color:#82457C;
	}


/* SIDEBAR
---------------------------------------------------------------*/	
#logo {
	margin:0 0 43px 0;
	position:relative;
	left:34px;
	font-size:1.2em;
	}

#logo, #logo a {
	width:125px;
	height:167px;
	}	
	
#logo a {
	position:absolute;
	left:0; top:0;
	background:transparent url(../images/logo.gif) no-repeat;
	z-index:1;	
	}
	

/* -- NAVIGATION -- */	
#navigation {
	width:194px;
	margin:0 0 9px 0;
	background:#AC8285 url(../images/navigation.gif); 
	line-height:1;
	}

.navIR li {
	position:relative;
	left:0; top:0;
	margin:0;
	padding:0;
	z-index:1;
	} 	

.navIR a:link, 
.navIR a:visited,
.navIR a:hover, 
.navIR a:active {
	text-decoration:none;
	background-color:#AB8184;
	}	
	
#navigation em {
	display:block;
	position:absolute;
	top:0; left:0;
	}	
	
#navigation li, 
#navigation li em {
	width:194px;
	height:27px;
	}
	
#navigation a { 
	display:block; 
	height:27px;
	line-height:27px;
	font-weight:bold;
	color:#FFF; 
	}
	
#navigation a:hover, 
#navigation a:active, 
#navigation a.current, 
#navigation a.current:visited {
	color:#F9F0A0;
	text-decoration:none;
	} 
	
#navigation #home em, 
#navigation #weddings-special-events em,
#navigation #public-educational-events em,
#navigation #photo-gallery em,
#navigation #watch-video em,
#navigation #date-available em,
#navigation #reserve-a-date em,
#navigation #calendar-of-events em,
#navigation #volunteer em { 
	background:url(../images/navigation.gif) no-repeat; 
	cursor:pointer;
	}
 
#navigation #home em { background-position:0 0; }
#navigation #home:hover em { background-position:-194px 0; }

#navigation #weddings-special-events em { background-position:0 -27px; }
#navigation #weddings-special-events:hover em { background-position:-194px -27px; }

#navigation #public-educational-events em { background-position:0 -54px; }
#navigation #public-educational-events:hover em { background-position:-194px -54px; }

#navigation #photo-gallery em { background-position:0 -81px; }
#navigation #photo-gallery:hover em { background-position:-194px -81px; }

#navigation #watch-video em { background-position:0 -108px; }
#navigation #watch-video:hover em { background-position:-194px -108px; }

#navigation #date-available em { background-position:0 -135px; }
#navigation #date-available:hover em { background-position:-194px -135px; }

#navigation #reserve-a-date em { background-position:0 -162px; }
#navigation #reserve-a-date:hover em { background-position:-194px -162px; }

#navigation #calendar-of-events em { background-position:0 -189px; }
#navigation #calendar-of-events:hover em { background-position:-194px -189px; }
/*#navigation #calendar-of-events, 
#navigation #calendar-of-events em,
#navigation #calendar-of-events a {
	height:26px;
	}
	
#navigation #calendar-of-events a {
	line-height:26px;
	}*/
#navigation #volunteer em { background-position:0 -216px; }
#navigation #volunteer:hover em { background-position:-194px -216px; }
/**/
.box {
	margin:0 0 9px 0;
	}
	
.box {
	width:194px;
	w\idth:166px;
	padding:45px 10px 10px 18px;
	background-color:#AC8285;
	background-repeat:no-repeat;
	color:#FFF;
	font:0.9em Arial, Helvetica, sans-serif;
	}
	
.box h1 {
	margin:0;
	color:#501039;
	}		

.box h2 {
	margin:0;
	font-size:1em;
	}
	
.box p {
	margin:0 0 10px 0;
	}
	
.box h2, .box strong {
	color:#F9F0A0;
	}		
	
/**/
#garden-hours {
	background-image:url(../images/bg_garden_hours.gif);
	}
#entrance-fees {
	background-image:url(../images/bg_entrance_fees.gif);
	}
	
	
/**/

#become-a-member h1 {
	margin:0;
	position:relative;
	left:28px;
	font-size:1.2em;
	}

#become-a-member h1, #become-a-member h1 a {
	width:135px;
	height:133px;
	}	
	
#become-a-member h1 a {
	position:absolute;
	left:0; top:0;
	background:transparent url(../images/logo_khp.gif) no-repeat;
	z-index:1;	
	}


#become-a-member a:link,
#become-a-member a:visited {
	color:#9A2D0C;
	font-weight:bold;
	}
	
#become-a-member .link {
	display:block;
	text-align:center;
	}	
	
/**/

#junior-league h1 {
	margin:0;
	position:relative;
	left:28px;
	font-size:1.2em;
	}

#junior-league h1, #junior-league h1 a {
	width:140px;
	height:53px;
	}	
	
#junior-league h1 a {
	position:absolute;
	left:0; top:0;
	background:transparent url(../images/logo_juniorleague.jpg) no-repeat;
	z-index:1;	
	}


#junior-league a:link,
#junior-league a:visited {
	color:#9A2D0C;
	font-weight:bold;
	}
	
#junior-league .link {
	display:block;
	text-align:center;
	}	
	
/**/

#rotary-international h1 {
	margin:0;
	position:relative;
	left:28px;
	font-size:1.2em;
	}

#rotary-international h1, #rotary-international h1 a {
	width:135px;
	height:135px;
	}	
	
#rotary-international h1 a {
	position:absolute;
	left:0; top:0;
	background:transparent url(../images/logo_rotary.jpg) no-repeat;
	z-index:1;	
	}


#rotary-international a:link,
#rotary-international a:visited {
	color:#9A2D0C;
	font-weight:bold;
	}
	
#rotary-international .link {
	display:block;
	text-align:center;
	}	
	

/* FOOTER
---------------------------------------------------------------*/	
#footer p {
	margin:0;
	}
	
	
/* MISC. STYLES
---------------------------------------------------------------*/	
.clear { 
	clear:both;
	font-size:0; 
	line-height:0.0; 
	height:0;
	}	
	
.img-left {
	float:left;
	display:inline;
	margin-right:5px;
	clear:left;
	}
	
.img-right {
	float:right;
	display:inline;
	margin-left:5px;
	clear:left;
	}	
	
.text-right {
	float:right;
	width:246px;
	}		

#top-flowers {
	position:absolute; 
	left:-3px; 
	top:-13px; 
	z-index:4;
	}
	
#top-polaroids {
	position:absolute; 
	left:158px; 
	top:55px; 
	z-index:2;
	}
	
#bottom-flowers {
	position:absolute; 
	left:388px; 
	bottom:0; 
	z-index:3;
	}		

/* SIFR HEADLINES
---------------------------------------------------------------*/	
.sIFR-active #content h1,
.sIFR-active .box h1 { 
	margin:0;
      padding:0;
	visibility: hidden;
      font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1em;
    }
    
 .sIFR-active #content h1 {
	margin:18px 0 0 0;
	padding:0;
      font-size:28px;
	}
	
.sIFR-active .box h1 {
      font-size:24px;
	}	

#content .after-sifr {
	margin:-12px 0 0 0;
	}
	

#sidebar .after-sifr {
	margin:-10px 0 0 0;
	}		
    
/* CUSTOM SECTION
---------------------------------------------------------------*/	
address {
	margin:0 21px 0 0;
	text-align:right;
	}	

address span {
	margin-left:6px;
	color:#7E3E62;
	}	
	
#footer, #container address {
	font-family:Arial, Helvetica, sans-serif;
	color:#294413;
	}	

#footer a:link,
#footer a:visited {
	color:#503c55;
	text-decoration:none;
	}
#footer a:hover {
	color:#FF0000;
	}
	

.forms {
	color:#333333; 
	font:76% Georgia, "Times New Roman", Times, serif;
	border-width:1px;
	border-style:solid;
	border-color:#d2baaf;
	background-color:#e5e1b2;
}

.calendar_field {
	background-color:#E5E1B2;
}

.calendar_title {
	color:#501039;
}

.contact-form-error{
	color:#ff0000;
	font-weight:bold;
}

.contact-form-ok{
	color:#6fa60c;
	font-weight:bold;
}

.indent {
	margin:0;
	text-indent: 25px;
	line-height: 24px;
}

.dontfillmeout{
	display:none;
}

.volunteers_page{
	border-bottom: 1px dashed #82457C;
	margin-bottom: 25px;
}

.points li{
	padding: 0px 0px 10px 25px;
	font-size:14px;
}

.registered_shifts span{
	font-weight:bolder;
}

.registered_shifts li{
	padding: 0px 0px 10px 25px;
}
