@charset "utf-8";
/* CSS Document */
#headline 
{
display:none;
}

#form_3_post {
	margin-top:-10px;
}

#calendar {
	position:absolute;
	top:0px;
	left:0px;
	text-align: center;
	width: 600px;
	
	padding: 0px;
    margin-top:0px; /*added */
    margin-bottom:20px; /*added */
	margin-right: 10px;
	border: 1px solid #363636;
	font: normal .75em/1.75em Lucida, Georgia, Cambria, serif; /*changed */
	color: #000; /*changed */
	text-align: center;
        float: left;
}
#calendar .caption {
	margin: 0;
	padding: 0;
	width: 550px;
	height: 3em; /* 3x16=48px */
	background: url("/templates/img/cal-bkd.gif") repeat-x #704e45; /* changed */
	color: #fff;	 
	font: normal 1em/2.5em Lucida, Georgia, Cambria, serif; /*changed */
	text-align: center;
}

#calendar .caption .nav{
display: inline;
color: #fff;
text-decoration: none;
font-size: 1em;
} 
#calendar th {
	font: normal .8em/2em Lucida, Georgia, Cambria, serif; /*changed */
	color: #fff;
	background: #cdc19c;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #363636;
	border-right-color: #363636;
	border-bottom-color: #363636;
}
#calendar .today{
	font-weight: bold;
	background: #fffcdb;
	border-right: 1px solid #363636;
}
#calendar td {
        background-color:#dcd3ba;
        padding: 5px;
	width: 50px;
	height: auto;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #363636;
	border-bottom-color: #363636;	/* background: url(images/bg_calendar.gif) no-repeat right bottom; */
}
#calendar td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#calendar td:hover {background-color:#cdc19c;} /*added */

#calendar td a {
	text-decoration: underline;
	display: block;
	width: 100%;
	font-size: .9em;
	line-height:1.2em;
}
#calendar td a:link, #calendar td a:visited {
	color: #000;
}
#calendar td a:hover, #calendar td a:active {
	color: #000;
}

/*Calendar List View Styles */
.event-item {
	list-style-type: none;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
margin-top: 15px;
}
.schedule h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	float: left;
	clear: both;
}
.event-item .event-info{
font-size: 11px;
	color: #000000;
	width: 80%;
margin-left: 2%;
	float: left;
}
.event-item .date {
	float: left;
	width: 15%;
font-style: italic;
font-size: 11px;
color: #aaa;
}
.event-item .event-description{
float: left;
width: 100%;
}
.event-item .event-description p{
padding: 0;
margin: 0;
}
.event-item .title {
	font-size: 13px;
	padding: 0px;
	font-weight:bold;
	width: 100%;
	float: left;
}
/* Individual Event Stlyes */


.indv-event {
	margin: 0 auto;
}
.indv-event h2{
	text-align: center;
	width: 100%;
padding: 10px 0px;
}
.indv-event .info {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}
.indv-event .date-time {
	font-size: 9px;
	color: #999;
}
.indv-event .description {
	font-size: 12px;
}


