/* @override http://www.theg2gallery.com/css/calendar.css */

@charset "UTF-8";
/* CSS Document */



#calendar{
	float:left;
	width: 280px;
	margin: 20px 0 10px 20px;
}

*html #calendar{
	float:left;
	width:255px;
	margin:5px 0 0 50px;
}

#calendar table{
	border:solid 1px #666;
	padding:5px;
	margin: 0;
}

#calendar td{
	padding: 3px;
	font-size: 14px;
}

#calendar .arrowR{
	text-align:right;
}

#calendar .month{
	font-weight:bold;
	font-size: 18px;
	margin:5px 8px;
	text-align:center;
	color:5a6e48;
}

#calendar .day{
	background-color:#ccc;
	text-align:left;
	vertical-align:top;
	font-size: 14px;
	color:#666;
	width:35px;
	height:35px;
}

#calendar .event{
	font-weight:bold;
	font-size: 14px;
	background-color:#dbd7ba;
	color:#5a6e48;
	text-align:left;
	vertical-align:top;
	width:35px;
	height:35px;
}

#calendar a.arrow{
	text-decoration:none;
}
#calendar a.arrow:hover{
	text-decoration:none;
	border-bottom:none;
}

#calendar a {
	color: #5a6e48;
	text-decoration: none;
}

#calendar a:hover {
	color: #5a6e48;
	text-decoration: underline;
}


#detail {
	float:left;
	margin: 20px 0 0 20px;
	width: 300px;
}

*html #detail {
	float:left;
	margin:25px 0 0 15px;
}

#detail table {
	width:300px;
}


#detail .month{
	font-size: 14px;
	padding:0 50px 0 0;
}

#detail .THEmonth{
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	padding:0 50px 0 0;
}

*html #detail .month{
	font-size: 14px;

}

*html #detail .THEmonth{
	font-size: 18px;
	font-weight:bold;
	text-align:left;

}


#detail .date{
	font-weight:bold;
	margin:20px 0 7px 0;
	font-size:14px;
}

#detail .title{
	color: #5a6e48;
	width: 340px;
	margin-bottom: 10px;
}

#detail p{
	line-height:150%;
	color:#333;
	width:340px;
}

*html #detail p{
	line-height:150%;
	color:#333;
	width: 340px;
}

#detail a{
	color:#5a6e48;
	text-decoration:none;
}

#detail a:hover{
	color:#5a6e48;
	text-decoration: underline;
}

#calexh {
	float:left;
	margin: 40px 0 0 20px;
	color:#4d4d4d;
	width: 630px;
}

.event-title{
	color: #5a6e48;
	margin-bottom: 10px;
	font-size:18px;
}

.event-title a{
	color: #5a6e48;
	margin-bottom: 10px;
	font-size: 18px;
}

.event-date{
	font-weight:bold;
	font-size: 20px;
	margin: 0 0 10px;
}

.event-pic {
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}

.event-box {
	float: left;
	width: 600px;
	height: auto;
	padding: 10px 0 24px;
	border-bottom: 2px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.event-desc {
	width: auto;
	height: auto;
}

.date-active {
	font-size: 24px;
	font-weight: bold;
	padding-right: 100px;
	padding-left: 100px;
}

.date-inactive {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.month-center {
	margin-left: auto;
	margin-right: auto;
	width: 630px;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px;
}

.month-center a {
	text-decoration: none;
	color: #5a6e48;
}

.month-center a:hover {
	text-decoration: underline;
	color: #5a6e48;
}

.year {
	font-size: 40px;
	color: #5a6e48;
}

.hours-line {
	float: left;
	width: 650px;
	text-align: center;
	background-color: #97ab84;
	padding: 0 0 6px;
	border-bottom: 2px solid #ccc;
	color: #fff;
	border-top: 2px solid #ccc;
}

.hours-line img {
	margin: 10px 4px -2px;
}


