/* Universal */

body {
	margin: 0;
	padding: 0;
	}
	
a img {
	border-width: 0;
	border-style: none;
	border-color: #fff;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	}

div, p, ul, ol, li, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

a:link, a:visited, a:active { 
	font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	color:#000;
	text-decoration: none;
	}

a:hover	{
	font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	color:#000;
	text-decoration: underline;
	}


/* Text Styles */

p {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.error {
	color: #000 ; 
}

h1 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
h5 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

h6 {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
}

ul {
	font-family: "Georgia", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #130d06;
}


#content_area {
	background-color: #fff;
	width: 100%;
	float: left;
	}
#donate {
	display:none;
	}
#navigation {
	display:none;
	}
#subscribe_box {
	display:none;
	}
#main_body {	
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	}
#genres {
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 8px 0 8px 0;
	float: left;
	text-align: left;
	}
a.genres:link, a.genres:visited, a.genres:active { 
	font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	color:#000;
	text-decoration: none;
	}
a.genres:hover	{
	font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	color:#000;
	text-decoration: underline;
	}
#genres ul {
	font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	color: #000;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#genres li {
	display: inline;
	}
#genres_l {
	width: 90px; 
	float: left;
	padding: 0 0 0 35px;
	text-align: center;
	}
#genres_r {
	width: 620px;
	float: left;
	margin: 0 0 0 10px;
	}
#genresdes {
	background-color: #fff;
	width: 620px;
	margin: 20px 40px 40px 140px;
	padding: 0;
	float: left;
	}
.cal_head {
	font-size: 12px;
	width: 33%;
	float:left;
	}
a.cal_link:link, a.cal_link:visited, a.cal_link:active { 
	color:#000;
	text-decoration: none;
	}
a.cal_link:hover	{
	color:#000;
	text-decoration: underline;
	}
#cal_container {
	width: 100%;
	margin: 0 15px 0 20px;
	padding: 0;
	text-align: center;
	}
#calendar {
	height: 100%;
	}
#calendar th {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 9px;
	line-height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: #EBA823;
	}
#calendar table {
	background-color: #fff;
	}
#calendar td {
	height: 100px;
	border-style: solid;
	border-width: 0;
	background-color: #fff;
	border-color: #953608;
	padding: 5px 5px 5px 5px;
	}
#calendar  a:hover {
	color: #000;
	}

#event_container {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	}
#event {
	background-color: #fff;
	width: 100%;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 30px 0 30px 0;
	}
#event h2 {
	color: #000;
	}
#event p {
	color: #000;
	}
#event img {
	border-style:solid;
	border-color: #FFF3D0;
	border-width: 3px;
	margin: 0 0 5px 15px;
	float: right;
	}
#cal_head_date_container {
	background-color: #fff;
	width: 100%;
	height: 20px;
	padding: 7px 0 4px 0;
	margin: 10px 0 10px 0;
	}
#event_head_date_container {
	background-color: #fff;
	width: 100%;
	height: 20px;
	padding: 7px 0 4px 0;
	float: left;
	}
.minical_date {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 8px;
	line-height: 10px;	
	}

.minical_date_selected { 
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 8px;
	line-height: 10px;	
	background-color: #FF7F00; 
	}
	
.calday {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 10px;
	line-height: 14px;	
	color: #642810;
	text-align: left;
	}

.caltitle {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 10px;
	line-height: 14px;	
	color: #642810;
	text-align: left;
	}

.calartist {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;	
	color: #642810;
	text-align: left;
	}

.calteaser {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 10px;
	line-height: 14px;	
	color: #642810;
	text-align: left;
	}

.calprice  {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 10px;
	line-height: 14px;	
	color: #642810;
	text-align: left;
	}

.caltime {
	font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
	font-size: 10px;
	line-height: 14px;	
	color: #642810;
	text-align: left;
	}
