/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-color: #aaddaa;
}
#wrapper {
	padding: 10px 0 10px 0;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
#sidebarWrapper {	
	background-image: url(images/infobar.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #034506;
	line-height: 110%;
	padding: 0 0 4px 0;
}

h2{
	font-size: 1.2em;
	color: #034506;
	font-weight: bold;
}

h3{
	font-size: 1em;
	color: #034506;
	margin: 5 0 0 0;
}

h4{
 font-size: 1em;
 font-weight: normal;
 color: #034506;
}

h5{
 font-size: 1em;
 color: #034506;
 padding: 0 10px 0 10px;
}

p.hangIndent {
	margin-left: 2em;
	text-indent: -1.7em;
	}
p.hangIndentDirections {
	margin-left: 5em;
	text-indent: -1em;
	}
cite {
	font-style: italic;
	}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
img.iconLeft {
	float: left;
	padding: 4px 4px 4px 4px;
	border: none;
	}				
img.iconRight {
	float: right;
	padding: 4px 4px 4px 4px;
	border: none;
	}				
img.bookRight {
	float: right;
	padding: 0 0 10px 10px;
	align: top;
	}
img.floatLeft {
	float: left;
	padding: 10px 10px 10px 0;
	align: top;
	display: inline;
	}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	/*margin: 0 0 0 0;*/
	padding: 10px 0 0 0;
	border-bottom: 1px solid #cccccc;
	background-color: #006600;
	background-image: url(../images/rose.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/*width: 100%;*/
	/*margin-left: auto;
	margin-right: auto;*/

}

#infoBar{
	margin: 10px 10px 0 0;
	background-color: #034506;
	width: 240px;
	float: left;
	background-image: url(../images/greenroc.gif);
	}
#infoBar p {
	font-size: 0.8em;
	line-height: 1.3;
	padding: 0 10px 0 10px;
	color: #ffe9cd;
	}
#infoBar p.author {
	text-align: right;
	font-size: 0.6em;
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	}

#infoBar h4 {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006600;
	padding: 5px 0 5px 0;
	color: #ffe9cd;
	text-align: center;
	}
#infoBar h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	color: #ffe9cd;
	}
#infoBar ul {
	list-style-type: none;
	color: #ffe9cd;
	font-size: 0.8em;
	padding-right: 15px;
	}
#infoBar ol {
	list-style-type: decimal;
	color: #ffe9cd;
	font-size: 0.8em;
	padding: 0 15px 1px 10px;
	margin-top: 5px;
	}
#infoBar li {
	margin-bottom: 10px;
	}
#infoBar a {
	color:#FFFFCC;
	font-weight: bold;
	border-bottom: 2px dotted;
	}
#infoBar a:visited {
	color:#ffe9cd;
	border-color: #ffe9cd;
	font-weight: normal;
	}
#infoBar img.contents {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 20px;
		}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0 10px 0 10px 0;
	padding: 10px 10px 10px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color:#ffe9cd;
	width: 100%;
	display: block;
	font-weight: bolder;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav {
color: #cccccc;
width:760px;
margin: 0 10px 0 10px 0;
	padding: 10px 10px 10px 10px;
/*padding: 0px 0px 0px 0px;
 white-space: nowrap; */
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/* #globalNav img{
 display: block;
} */

#globalNav li { display: inline; }
#globalNav a {
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	border-style: solid;
	border-width: 2px;
	border-top-color: #dfdfdf;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
	padding: 4px 8px 4px 8px;
	margin-right: -6px;
	background-color: #b1b1b1;
	}
#globalNav a:hover, #globalNav a:focus {
	background-color: #888888;
	}
body#Home a#homeLink, body#Calendar a#calendarLink,
body#Lectures a#lectureLink, body#Tour a#tourLink,
body#Participate a#participateLink, body#Grants a#grantsLink,
body#Social a#socialLink, body#Contact a#contactLink, body#Links a#linkLink,
	{
	background-color: #ffe9cd;
	color: #006600;
	}

/************* #localNav styles ***************/

#localNav {
	text-align: right;
	font-size: .7em;
	margin: 0;
	padding: 0;
	}
#localNav a {
	border-bottom: 1px dotted #006699;
	}
#localNav a:hover, #localNav a:focus {
	border-bottom: 3px solid #006699;
	color: #006699;
	}
/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 0.7em;
	padding: 5px 0 5px 20px;
	color: #006600;
	background-color: #E1FFFC;
	width:100%;
	}

#content{
	padding: 10px 10px 0 10px;
	float: right;
	width: 480px;
	line-height: 1.4;
}
/************** .feature styles ***************/

.feature{
	font-size: 1em;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story h3.eventSeries {
	font-size: 1.2em;
	background-color: #ffe9cd;
	padding-left: 10px;
	margin-top: 10px;
	color: #034506;
	}

.story p, .story ul, .story ol .story li{
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin: 0 0 0 20px;
	}
.story p.date {
	margin: 10px 0 0 20px;
	font-weight: bold;
	}
.story p.location {
	margin: 0 0 0 20px;
	}
.story p.garden_name {
	margin: 0 0 0 20px;
	font-size: 1.1em;
	font-weight: bold;
	}
.story p.event {
	margin: 0 0 0 40px;
	font-size: 1.1em;
	font-weight: bold;
	}
.story p.speaker {
	margin: 5 0 0 20px;
	font-size: 1.1em;
	font-style: italic;
	}
.story p.lectureDesc {
	margin: 5 0 0 40px;
	}
	.story p.Directions {
	margin: 5 0 0 40px;
		font-size: 0.7em;

	}

.story p.tickets {
	margin: 5px 0 10px 20px;
	border-bottom: medium double #0304506;
	padding-bottom: 10px;
	}
.story p.author {
	text-align: right;
	}
.story blockquote {
	margin: 0 0 0 20px;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	border: 1px dotted black;
	}
.story table {
	border-collapse: collapse;
	padding: 0px;
	margin: 20px;
	}
.story tr {
	border: 1px solid #003300;
	font-size: 0.8em;
	}
.story td, .story th {
	padding: 4px 8px;
	border: 1px dotted #333333;
	}
.story a {
	color:#034506;
	font-weight: bold;
	border-bottom: 2px dotted;
	}
.story a:hover, #siteInfo a:focus {
	color: #001100;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 2px solid #034506;
	font-size: 0.7em;
	color: #034506;
	padding: 10px;
	text-align: right;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a {
	color:#034506;
	font-weight: bold;
	border-bottom: 2px dotted;
	}
#siteInfo a:hover, #siteInfo a:focus {
	color: #001100;
	}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************** IE Bug Fixes **************/
