
/* ----- classes */
.minical {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #66c6e5;
	text-transform: uppercase;
}
.event_border {
	border: 1px solid #66c6e5;
}
/* ------------- sidebar */
#sidebar {
	position : relative;
	width: 200px;
	float:right;
}

/* ----- calendar */
#calendar {
	position : relative;
	margin: 0 auto;
	width : 185px;
	height: 175px;
	background: url(../img/siteimages/mini_cal_bkg.jpg)  top no-repeat;
}
#caltable {
	padding-bottom:5px;
}
#calendar_header {
	position : relative;
	margin: 0 auto;
	top: 20px;
	width : 150px;
}
#calendar_header ul {
	margin : 0px;
	display:inline;
	list-style-type: none;
}
#calendar_header li {
	display: block;
	float:left;
}
#calendar_header a{
	margin:0px;
	padding:0px;
	height: 12px; 
	display: block;
}
#calendar_header #backmonth a{ 
	background: transparent url(../img/siteimages/left_arrow.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 14px;
	text-indent : -9999px;
}
#calendar_header #month { 
	padding: 0px; 
	width: 120px;
	text-align:center;
}
#calendar_header #forwardmonth a{ 
	background: transparent url(../img/siteimages/right_arrow.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 14px;
	text-indent : -9999px;
}
#calendar_header #backmonth a:hover {
	background-position: 0% -12px;
}
#calendar_header #forwardmonth a:hover {
	background-position: 0% -12px;
}
#calendar_body {
	position : relative;
	margin: 0 auto;
	top: 18px;
	width : 160px;
	clear:both;
}
table#caltable {
	position : relative;
	margin: 0 auto;
	height : 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
table#caltable  th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	font-weight: bold;
	color: #AFAFB0;
}
table#caltable  td{
	width : 16px;
	height: 13px;
}
table a:link { 
	color : #66c6e5; 
	text-decoration : none;
}
table a:visited { 
	color : #66c6e5; 
	text-decoration : none;
}
table a:hover { 
	color : #66c6e5; 
	text-decoration : underline;
}

/* ----- subscribe */
#subscribe {
	position : relative;
	margin: 0 auto;
	width : 186px;
	height: 73px;
	background: url(../img/siteimages/subscribe_bkg.jpg) no-repeat;
}
#feed_text {
	position : relative;
	left: 57px;
	width : 120px;
	top: 42px;
}

/* ----- sample events */
#event_month {
	position: relative;
	width: 568px;
	margin: 0 0 20px 10px;
}
.sample_event {
	clear: both;
	margin: 15px 0 25px 15px;
}
.event_thumbnail {
	position: relative;
	width: 127px;
	height: 127px;
	margin: 0 auto;
	padding-bottom:10px;
	float: left;
}
.event_content {
	width: 426px;
	margin: 0 32px 24px 137px;
}

/* ----- upcoming events */
#upcoming_events {
	position: relative;
	width: 160px;
	height: 35px;
	margin: 0 0 0 12px;
	background: url(../img/siteimages/upcoming_events_bkg.jpg) no-repeat;
	padding-bottom:10px;
	clear:both;
	float: left;
}
#select_month {
	position : absolute; 
	margin : 0 auto; 
	top : 20px;
	left : 3px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #3e92ad;
	padding: 1px;
	width: 150px; 
}