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

#contentstitle {
	background: #FF0000 URL(../festival_events/images/common/title_bg.jpg) no-repeat;
	height: 65px;
}
#contentstitle a:link,#contentstitle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contentstitle a:hover,#contentstitle a:active {
	color: #FFFF00;
	text-decoration: underline;
}

.footmark {
	color: #FFFFFF;
	font: normal normal normal 10px/100% "";
	margin: 0;
	padding: 10px 0 0 20px;
}
.pagetitle {
	color: #FFFFFF;
	font: normal normal normal 24px/100% "";
	padding: 8px 0 0 55px;
}
.ptcap {
	font-size: 12px;
}
.thumbnail { margin: 5px 0 0 0; }
.photo { margin: 0 0 5px 0; }


.mltable { margin: 10px 0 0 0; }
.bl { width: 12px; }
.blr { height: 10px; }
.month {
	background: #660000;
	font: normal normal bolder 12px/120% "";
	width: 165px;
	padding: 5px;
}
.month a:link,.month a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.month a:hover,.month a:active {
	color: #FFCC00;
	text-decoration: underline;
}
.events {
	color: #333333;
	font: normal normal normal 10px/120% "";
	border: 1px solid #999999;
	padding: 4px;
	vertical-align: top;
}
.events a:link,.events a:visited {
	color: #333333;
	text-decoration: none;
}
.events a:hover,.events a:active {
	color: #660000;
	text-decoration: underline;
}
.jan { background: #E6E6E6 URL(../festival_events/images/common/jan_bg.jpg) no-repeat right top; }
.feb { background: #E6E6E6 URL(../festival_events/images/common/feb_bg.jpg) no-repeat right top; }
.mar { background: #E6E6E6 URL(../festival_events/images/common/mar_bg.jpg) no-repeat right top; }
.apr { background: #E6E6E6 URL(../festival_events/images/common/apr_bg.jpg) no-repeat right top; }
.may { background: #E6E6E6 URL(../festival_events/images/common/may_bg.jpg) no-repeat right top; }
.jun { background: #E6E6E6 URL(../festival_events/images/common/jun_bg.jpg) no-repeat right top; }
.jul { background: #E6E6E6 URL(../festival_events/images/common/jul_bg.jpg) no-repeat right top; }
.aug { background: #E6E6E6 URL(../festival_events/images/common/aug_bg.jpg) no-repeat right top; }
.sep { background: #E6E6E6 URL(../festival_events/images/common/sep_bg.jpg) no-repeat right top; }
.oct { background: #E6E6E6 URL(../festival_events/images/common/oct_bg.jpg) no-repeat right top; }
.nov { background: #E6E6E6 URL(../festival_events/images/common/nov_bg.jpg) no-repeat right top; }
.dec { background: #E6E6E6 URL(../festival_events/images/common/dec_bg.jpg) no-repeat right top; }

.evcategory {
	color: #660000;
	font-weight: bolder;
}
.eventry { padding: 15px 0 0 0; clear: both; }
.evtitle {
	color: #660000;
	font: normal normal bolder 16px/120% "";
}
.evdate {
	color: #660000;
	font: normal normal bolder 12px/120% "";
	margin: 0 0 7px 0;
}
.evinfo {
	color: #333333;
	font: normal normal normal 10px/120% "";
}
.evimages { margin: 0 0 5px 10px; float: right; }
