body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {border: none;}
a {color:#005B46;}
/* --------- LAYOUT --------- */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 820px;
}
#bg {
	background-image:url(../../images/layout_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 11px;
}
#header {
	border-bottom:10px solid #FFFFFF;
	float: left;
	height: 120px;
	width: 798px;
	background-image: url(../../images/parks-header/header-flowers.jpg);
	background-repeat: no-repeat;
}
#logo {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 214px;
	background-image: url(../../images/logo-parks.gif);
	background-repeat: no-repeat;
	height: 120px;
}
#content-container {
	background-image: url(../../images/vert-line.gif);
	background-position: 245px 50%;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 15px;
	clear: both;
	width: 768px;
}
/* ---------- LEFT COLUMN ---------- */
#left-col {
	float: left;
	font-size: 10px;
	padding-bottom: 50px;
	width: 235px;
}

/* --------- MINI CALENDAR --------- */
#mini_cal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-collapse: collapse;
	margin: 0;
	padding: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #535353;
}
#minical_week a:link, #minical_week a:visited, #minical_week a:active{
    color: #005B46;
    font-size: 10px;
}
.mini_cal_days a {color: #005B46;}
.mini_cal_month {
	background-color: #005B46;
	color: #FFFFFF !important;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mini_cal a{text-decoration: none;}
#mini_cal a:hover{text-decoration: underline;}
.mini_cal_days, .mini_empty_days {
	padding: 6px 8px;
	text-align: center;
	margin: 0px;
}
.mini_cal_month a{color: #FFFFFF;}
.minical_week {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #535353;
	padding-left: 5px;
}
.mini_empty_days {background-color: #EFEFEF;}
.mini_empty_days a{color: #999999;}

#mini_cal_labels th {
	background-color: #CCCCCC;
	color: #333333;
	margin: 0px;
	padding: 4px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #535353;
}
.week_arrow {font-size:12px;}

#cal_selector {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-collapse: collapse;
	margin: 0px 0 25px 0;
	padding: 0px;
	width: 211px;
	border-top: 1px solid #535353;
}
#cal_selector td {padding-top: 10px;}
#cal_selector label {font-weight: bold; color: #900;}
#cal_selector select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-collapse: collapse;
	margin: 0px 0px 3px;
	padding: 0px;
	border: 1px solid #999;
}

form#date_jump img {padding-top: 3px;}
/* ---------- TOGGLERS ---------- */
#left-col h1 {
	border-top: 1px solid;
	font-size:11px;
	font-weight:bold;
	margin: 25px 15px 8px 0px;
	padding-top:4px;
}
#left-col ul.element {padding-right: 15px;}
.toggler {
	background-image: url(../../images/arrow-toggler.gif);
	cursor: pointer;}
/* ---------- RIGHT COLUMN ---------- */
#events-content {
	float: right;
	width: 515px;
	margin-left: 8px;
}
#events-content h1.pagehead {
	border-bottom:2px solid #005B46;
	color:#005B46;
	font-size:22px;
	font-weight:normal;
	line-height:24px;
	margin:0 0 20px;
}
#events-nav {
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#events-nav a {
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
}
#events-nav a:hover {color: #AC2023;}
.event_day {
	background-color: #005B46;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding: 6px 0px 5px 5px;
	vertical-align: middle;
	width: 100%;
}
.event_wrapper_long, .event_wrapper_short {
	margin: 0px;
	height: auto;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}
.event_wrapper_long h1, .event_wrapper_short h1 {
	font-size: 14px;
	font-weight: bold;
}
.event_wrapper_long p, .event_wrapper_short p {
	margin-bottom: 6px;
	margin-top: 0px;
	
}
#event_time a, #event_price a, #event_description_short a, .event_wrapper_long a {color: #333333;}
.event_actions {
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
#event_actions_container a, #event_details_short a { 
	text-decoration:none;
	color:#666666;
}
#event_actions_container {width: 500px;}
.event_info_header {
	font-weight: bold;
	margin-right: 2px;
}
.event_wrapper_long li, .event_wrapper_short ul {
	list-style-type: none;
	margin-bottom: 2px;
	font-size: 10px;
}
.event_wrapper_long ul, .event_wrapper_short ul {
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	
}
/* ---------- PAGINATION ---------- */
#paginate {
	text-align: right;
	background-color: #333333;
	float: left;
	width: 100%;
	padding: 3px 0px;
	color: #FFFFFF;
	font-size: 10px;
}
#paginate a:link, #paginate a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 4px;
}
#paginate a:hover {
	color: #666666;
	text-decoration: none;
	margin: 0px 4px;
}
#paginate b {
	text-decoration: none;
	margin: 0px 4px;
}
#paginate a.first_last {
	font-size: 16px;
	color: #FFFF99;
}
.pagination_list ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: none;
}

.pagination_list ul li {
	border: none;
	padding: 0px 5px;
	list-style: none;
	display: inline;
}

.pagination_list ul li.first_last {
	font-size: 16px;
}
.pagination_list ul li.current_page {
	font-weight: bold;
}
.util-left {
	float: left;
	height: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
}
/* ---------- EVENTBOX ---------- */
.eventbox {
	color:#383838;
	margin-left:25px; /* default, width of left corner */
	margin-bottom:25px; /* spacing under.eventbox */
	margin-right: auto;
}
.eventbox .content,
.eventbox .t,
.eventbox .b,
.eventbox .b div {
	background:transparent url(../../images/eventbox-1600x1600.png) no-repeat top right;
	_background-image:url(../../images/eventbox.gif);
}
.eventbox .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
}
.eventbox .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:25px; /* top slice width */
	margin-left:-25px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.eventbox .b {
	/* bottom */
	position:relative;
	width:100%;
	background-position:bottom right;
}
.eventbox .b,
.eventbox .b div {
	 height:30px; /* height of bottom cap/shade */
}
.eventbox .b div {
	position:relative;
	width:25px; /* bottom corner width */
	margin-left:-25px;
	background-position:bottom left;
}
#event_options_container a, #event_options_container a:visited {
	color: #666666;
	text-decoration: none;
}

.event_description_container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005B46;
}
.event_description_container h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0px;
}
.event_description_container p {
	margin-top: 6px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 12px;
	line-height: 130%;
}
#event_info_container {
	float: left;
	width: 222px;
	background-image: url(../../images/vert-line.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 28px;
	margin-top: 12px;
}
#event_info_container h1 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
#event_info_container p {
	font-size: 10px;
	color: #333333;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 9px;
}
#event_options_container {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 12px;
}
#event_options_container h1 {
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#event_options_container p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#event_options_container img {margin-right: 6px;}
/* --------- EMAIL TO A FRIEND --------- */
#email_container {
	width: 515px;
	margin-left: 15px;
	float: left;
	min-height: 300px;	
}
#email_container h1 {
	font-size:16px;
font-weight:bold;
margin-bottom:3px;
margin-top:0;
padding:0;
}
#email_container form div {margin-bottom: 5px;}
#email_container form div.clear {margin-bottom: 0px;}
#email_container form label {
	float: left;
	width: 130px;
	padding: 5px 0px;
}
#email_container form input, #email_container form textarea {
	float: left;
	width: 350px;
}
#email_container form p {clear: both; margin-left: 130px; font-style: italic; width: 350px;}
#email_container form .checkbox input {
	float: left;
	width: auto;
	margin-left: 130px;
}
#email_container form .checkbox label {
	float: left;
	width: 300px;
	padding: 5px 3px;
}
#email_container form button {
	cursor: pointer;
	margin-left: 130px;
	border: 1px solid #623700;
	text-transform: uppercase;
	font-weight: bold;
	color: #623700;
}
#email_container form button:hover {
	border: 1px solid #075F2D;
	color: #075F2D;
}
/* --------- RSS PAGE --------- */
.rss_feeds {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	border: 1px solid #DEDEDE;
	padding: 5px;
}
#rss-content {
	float: left;
}
#rss-content .rss_feeds h1 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#rss-content .rss_feeds p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
}
#rss-content .rss_feeds img {
	float: right;
	margin-left: 2px;
}
#rss-content h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0px;
}
#rss-content p {
	margin-top: 6px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 12px;
	line-height: 130%;
}
#rss-content h2 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/* ---------- SEARCH FORM ---------- */
#search_form div {margin: 0px 0px 15px;}
#search_form label {font-weight: bold;}
#search_form button {
	border: 1px solid #005B46;
	cursor: pointer;
	padding: 2px 5px;
	text-transform: uppercase;
}
#search_form button:hover {
	background-color: #005B46;
	color: #FFF;
}
.keyword_wrapper {
	border-bottom: 1px dotted #005B46;
	margin-top: 15px;
	padding-bottom: 5px;
	clear: both;
}
.keyword_wrapper h1 {font-size: 16px; margin: 0px 0px 5px;}
.keyword_wrapper p {margin: 0px;}
/* ---------- FOOTER ---------- */
#footer {
	background: #FFFFFF url(../../images/layout_footer.jpg) no-repeat;
	clear: both;
	margin: -20px 0px 30px;
	padding: 0px;
}
#footer p {
	font-size: 10px;
	padding: 20px 0px 0px;
	text-align: center;
}
.clear {clear: both;}

#cal_container{
	display:none;
	position:absolute;
	z-index:2;
}
#print_header {display: none;}