* { margin: 0; padding: 0; }
body { text-align: center; color: #ffffff; font-family: helvetica, arial; line-height: 130%; background: #c11717 url(/gfx/sunshinebg.jpg) no-repeat top center fixed; }

#main { width: 848px; margin: 0 auto 50px auto; text-align: left; }
#social-networks { text-align: right; padding: 5px; float: right; width: 150px;}

.listContainer { 
	font-family: helvetica,arial;
	color: #ffffff;
	font-size: 12px;
	line-height: 160%;
}

.listContainer .monthName { 
	background: #8d0000; font-weight: bold; color: #ffffff; margin: 15px 0 3px 0;
	padding: 7px;
}

.listContainer .row1, .listContainer .row2 { padding: 10px; }

.slideshow-container { text-align: center; width: 350px; height: 350px; margin: 0 auto 40px auto; }

.slideshow-container .slide {  }

.content { }
.content .left_col { width: 450px; float: left; }
.content .right_col { width: 350px; float: right; text-align: center; }

.hmt_cl {
	
}

.hmt_cl .monthName {
	background: #232323;
	color: #ffffff;
	padding: 5px 12px 5px 12px;
}

.hmt_cl .event_wrap {
	padding: 12px;
	border-top: 4px solid #320000;
	border-bottom: 3px solid #000000;
	clear: both;
}

.hmt_cl .event_wrap .flyer_wrapper {
	float: left;
	width: 130px;
	text-align: center;
	margin: 0 10px 0 0;
}

.hmt_cl .event_wrap .date {
	float: right;
	text-align: right;
	width: 100px;
}

.hmt_cl .event_wrap .date .date1 { font-size: 12px; font-weight: bold; color: #990000; }
.hmt_cl .event_wrap .date .date2 { font-size: 10px; font-weight: bold; }
.hmt_cl .event_wrap .date .date3 { font-size: 9px; font-weight: bold; }

.hmt_cl .event_wrap.row1 { background: #111111; }

.hmt_cl .event_wrap .name {
	float: left;
	width: 180px;
	font-size: 14px;	
	font-weight: bold;
}

.hmt_cl .event_wrap .event_name_sec {
	font-size: 11px;
	font-weight: normal;
}

.hmt_cl .event_wrap .event_name_third {
	font-size: 11px;	
	font-weight: normal;
}

.hmt_cl .event_wrap .buttons {
margin-bottom: 30px;	
}

.hmt_cl .event_wrap .buttons a {
	background: #680000;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 6px 3px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

.hmt_cl .event_wrap .buttons a:hover {
	background: #d90000;
	text-decoration: none;
}

.hmt_cl .event_wrap .price {
	padding: 5px 0 0 0;
	float: right;
	font-size: 15px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}

.hmt_cl .event_wrap .event_details { padding: 20px; }

.hmt_cl .event_wrap .event_html {

}
.hmt_cl .event_wrap .event_desc {
	line-height: 160%;
}

.hmt_cl hr { clear: both; }

.hmt_cl .powered { font-size: 11px; padding: 5px; clear: both; }
.hmt_cl .powered a { font-weight: bold; }


#menu {
  margin-top: 10px;
  float: right;
  width: 150px;
  background-color: black;
  font-size: 100%;
  line-height: normal;
  padding: 0px 0px 0px 20px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu ul li {
  list-style: none;
}

#menu ul li a {
  float: left;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #6666FF;
}

#menu ul.horizontal li.level1 {
  float: left;
  height: 20px;
  padding: 0px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #b3b3b3; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
  background-color: black;
}

#menu ul.horizontal li.level1 a {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding-top: 2px;
  color: #b3b3b3;
}

#menu ul.horizontal li.level1 a:hover {

}

#menu ul.horizontal > li.level1 a {
  width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a { float:none; }
/* End IE5-Mac hack */

#menu ul.dropdown,
#menu ul.flyout {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: 135px;
  border: 1px solid #b3b3b3; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background-color: black;
}

#menu ul.dropdown li.level2,
#menu ul.flyout li.level3 {
  border-bottom: 1px solid #b3b3b3;
}

#menu ul.dropdown li.level2 a,
#menu ul.flyout li.level3 a {
  height: 15px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #b3b3b3;
  padding: 5px 4px 5px 5px;
}

#menu ul.dropdown li.level2 a:hover,
#menu ul.flyout li.level3 a:hover {
  color: white;
  font-weight: bold;
  background-color: red;  
}

.tv-container { margin: 0 auto 0 auto; font-size: 10px; color: #ffffff; width: 300px; }
.tv-container a { color: #d90000; }

.map { margin: 40px auto 40px auto; font-size: 10px; color: #ffffff; width: 300px; }
.map a { color: #d90000; }

.news-signup { }
.news-signup .hmt_news_signup { text-align: left; padding: 20px; margin: 20px; background: #232323; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.news-signup .hmt_news_signup #hmtNewsSignupMsg { font-size: 10px; padding: 5px; }
.news-signup .hmt_news_signup h3 { font-size: 14px; font-weight: bold; }
.news-signup .hmt_news_signup div { padding: 10px 0 10px 0; }
.news-signup .hmt_news_signup p { font-size: 10px; }
.news-signup .hmt_news_signup label { font-size: 11px; padding: 3px; }
.news-signup .hmt_news_signup input { padding: 3px; font-size: 12px; border: 1px solid #cccccc; width: 95%; border: 0; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.news-signup .hmt_news_signup button { padding: 6px 12px 6px 12px; font-size: 17px; color: #ffffff; font-weight: bold; background: #d90000; border: 0; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.news-signup .hmt_news_signup button:hover { background: #ff0d0d; cursor: pointer; }

.advanced_info { font-size: 12px; line-height: 160%; padding: 40px; }
.advanced_info h1 { font-size: 22px; margin: 0 0 20px 0; }
.advanced_info h2 { font-size: 18px; margin: 0 0 10px 0; font-style: italic; color: #cccccc; }
.advanced_info a { color: #8c72ff; }
.advanced_info hr { margin: 20px 0 20px 0; height: 1px; border: 0; background: #343434; }
.advanced_info .pad{ padding: 3px 10px 10px 10px; }
.advanced_info h5 { font-size: 14px; font-weight: normal; }
.advanced_info ol li { margin: 10px 50px 10px 20px; }


.QandA {
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  padding-top: 2px;
  padding-right: 20px;
  color: #444444;
}

.QandA a {
  color: #888888;
}

.QandAques {
	font-size: 13px;
  color: #999999;
}