/* CSS for event calendar */

div#content ul#side { margin: 0; font-size: .9em; }
div#content ul#side li { list-style: none; background-color: #807B4B; margin: 1px 0; }
ul#side a { display: block; padding-left: 10px; color: #FFFFFF; text-decoration: none; font-weight: normal; }
ul#side a:hover { color: #EAE8D5;}
div#calendar-box {
	display: block;
	margin: 0; 
	padding: 0; 
	width: 156px;
	background-color: #FAFAEF;
	border: solid 1px #BDB99D;
	}

div#content div#calendar-box table { width: 156px; }
div#content div#calendar-box table tr#days th { color: #403B17 !important; }
div#calendar-box table td, div#calendar-box table th { color: #56522C; text-align: center; font-weight: bold; margin: 1px 2px; }
div#calendar-box table td.daily a, div#calendar-box table td.special a { background-color: #BDB99D; padding-left: 0;  }
div#calendar-box table th#current_month { text-align: center; color: #88846A; }


/* ----- Events Display ---------------------------------------------------------- */
div#event-wrapper { float: left; width: 522px; margin-left: 15px; }
div.event { margin-bottom: 30px; }
div.event div.event-title { 
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold; 
	}
	
div.event div.event-time {
	display: block;
	border-top: solid 1px #4B461E;
	border-bottom: solid 1px #4B461E;
	font-size: 1em;
	line-height: 1em;
	padding: 6px 0;
	background: url(../images/interior/event-time-bg.gif) no-repeat right top;
	}

div.event-time div.event-season {
	float: left; 
	padding: 1px 10px 1px 0;
	border-right: solid 1px #4B461E;
	}

div.event div.event-content { padding: 15px 0 20px 0; }
div.event div.event-content p { margin: 0 !important; }

div.event-time div.event-days {
	float: left;
	display: block;
	padding: 1px 0 1px 10px;
	}

div#event-sidebar { 
	float: right; 
	width: 158px; 
	padding: 4px;
	margin-left: 24px;
	border: solid 1px #BDB99D; 
	}
	
form#activity-search {
	display: block;
	margin: 0; 
	padding: 0; 
	width: 156px;
	background-color: #FAFAEF;
	border: solid 1px #BDB99D;
	}
	
form#activity-search p{ 
	text-align: center; 
	font-weight: bold;
	margin: 3px 0 0 0 !important;
	}
	
form#activity-search div.field { margin: 1px 0 3px; padding: 0 5px; }
form#activity-search div.field select { 
	width: 145px; 
	border: solid 1px #7F9DB9;
	}
	
form#activity-search div.buttons {
	margin: 0 0 11px 2px;
	width: 149px;
	height: 30px;
	background: url(../images/interior/btn-activity-search-submit.gif) no-repeat left top;
	}	
	
form#activity-search button { 
	border: none;
	width: 149px;
	height: 30px; 
	cursor: pointer;
	background: none; 
	}

div#activity-calendar { margin-top: 4px; }

/* Follow functionality */
.follow-wrapper { width:100%; clear:both; float:left; margin: 10px 0;}
.follow-link {display:block; }
.follow-close {float:right; text-decoration:none; position:absolute; bottom:5px; right:5px;}
.follow-panel {background-image:url(../images/rss/follow-us-bg.gif); width:98px; height:39px; background-repeat:no-repeat; margin:0 auto; padding:0; }
.follow-panel p { text-align:center; padding:20px 0 0 0; margin-top: 0 !important; }
.follow-panel a {padding: 0 2px 0 1px;}
