@charset "UTF-8";
/* CSS Document */

/* IMAGES
______________________________________________________________*/



/* BANNER, BANNER BACKGROUNDS
______________________________________________________________*/

#eventsBG, #parkBG, #projectsBG, #aboutUsBG { 
	padding-bottom: 20px;
}

#eventsBG {
	background: #E3F7DA url(../images/events/eventBannerBG.jpg) left center no-repeat;
}

#parkBG {
	background: #E3F7DA url(../images/park/parkBannerBG.jpg) left center no-repeat;
}

#projectsBG {
	background: #E3F7DA url(../images/projects/projectsBannerBG.jpg) left center no-repeat;
}

#aboutUsBG {
	background: #E3F7DA url(../images/aboutUs/aboutUsBannerBG.jpg) left center no-repeat;
}

/* SUBNAV
______________________________________________________________*/

#subNav {
	text-align:center;
	background: #A2BC95;
	float: left;
	margin-bottom: -10px;
	list-style: none;
	font-size: .95em;
	border-left: 1px dashed #808080;
	border-right: 1px dotted #DDD;
}

#subNav li {
	float: left;
	padding-bottom: 4px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px dashed #808080;
	border-left: 1px dotted #DDD;
}

#subNav li a {
	display: block;
	overflow: hidden;
	color: #515151;

}

#subNav li a:hover {
	color: #3C7AE3;
}

#subNav li a.currentSection, 
#subNav li a.currentSection:hover,
#columnTwo .contentBlock a.currentSection,
#columnTwo .contentBlock a:hover {
	color: #3C7AE3;
}

/* MAIN BODY
______________________________________________________________*/

#main ul{
	list-style: none;
}

#columnOne .contentBlock {
	color: #515151;
	padding: 8px;
	margin-bottom: 10px;
	width: 504px;
}

#columnOne .contentBlock ul {
	text-indent: -1.2em;
	padding-left: 2em;
	padding-bottom: .8em;
}

#columnTwoWrapper {
	position: absolute;
	width:255px;
}

.fillerBlock {
	height: 30em;
}

.fillerBlock2 {
	height: 15em;
}

/* SIDEBAR
______________________________________________________________*/

#columnTwo .contentBlock {
	background-color: #CEE0F9;
	color: #6A6A6A;
	padding: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
}

#columnTwo li {
	text-transform:uppercase;
}

#columnTwo h4 {
	color: #6A6A6A;
	font-size: 1em;
}

#columnTwo .contentBlock a {
	color: #6A6A6A;
}

#columnTwo .contentBlock li li {
	padding-left: 1.5em;
	font-size: .95em;
}

#columnTwo .contentBlock li li a{
	color: #7A7A7A;
}

.yearHeader {
	line-height: 1.6em;
}


/* EVENT TITLE HEADER
______________________________________________________________*/

#main h3 {
	color:#2E406D;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight:100;
}

.date h1 {
	font-weight: bolder;
	padding-top: .3em;
	line-height: .4em;
	font-size: 4.5em;
}

.month h3 {
	width: auto;
	font-size: 2.4em;
	padding-left: .1em;
	padding-top: .4em;
	padding-bottom: .3em;
}

.eventTitle {
	padding-bottom: .5em;
	line-height: 1.55em;
	
}

.eventInfo, .eventInfo .link {
	line-height: 1.4em;
	font-size: 0.9em;
	padding-top: .4em;
}

.titleBlock {
	padding-top: 2px;
	margin-bottom: 10px;	
}

.dateBlock {
	margin-right: 16px;
	float: left;
	text-align: center;
	background-color: #CCC;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#main h2 {
	height: auto;
	padding-bottom: 4px;
}

#main h2 a, #main h3 a{
	color: inherit;
}

/* LIGHTBOX FOR PHOTO GALLERY
______________________________________________________________*/

#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%;
	z-index: 100;
	text-align: center; 
	line-height: 0;
}

#lightbox img{ 
	width: auto; 
	height: auto;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{ 
	position: relative; 
	background-color: #fff;
	width: 250px; 
	height: 250px; margin: 0 auto; 
}

#imageContainer{ 
	padding: 10px;
}

#loading{ 
	position: absolute; 
	top: 40%; left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}

#imageContainer>#hoverNav{ 
	left: 0;
}

#hoverNav a{ 
	outline: none;
}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}

#prevLink { 
	left: 0;
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%;
}

#imageData{
	padding:0 10px; 
	color: #666; 
}

#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left;
}
	
#imageData #caption{ 
	font-weight: bold;
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose{ 
	width: 66px; float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
