body {
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 9pt;
  background-color: #DAD094;
  text-align: center;
}

h1 {
  font-size: 1.5em;
  margin: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#whole_page {
  margin: 0 auto;
  width: 750px;
  border: 2px solid #8F6424;
  background-color: #BCBDBF;
  text-align: left;
}

#whole_page div {
  float: left;
}

#header {
  height: 100px;
  width: 600px;
  border-bottom: 2px solid #8F6424;
}

#lhc {
  width: 150px;
  padding-top: 40px;
  clear: left;
  padding-bottom: 10px;
}

#lhc_links {
  border-bottom: 2px solid #8F6424;
  display: block;
}

#lhc label {
  float: none;
  text-align: left;
}

#lhc_ads {
  display: block;
  margin: 10px;
}

#lhc_ads img {
  border: none;
  width: 130px;
}

#mc {
  float: left;
  width: 598px;
  border-left: 2px solid #8F6424;
}

#leftNav {
  margin: 0 5px 0 10px;
  padding-left: 15px;
}



#header img {
  margin-left: 45px;
  margin-top: 27px;
}

#leftNav .navItem {
  margin-bottom: 10px;
  width: 120px;
}

#leftNav .navItem img {
  border: 0;
}

#searchInput {
  width: 90px;
  height: 20px;
  margin-left: 23px;
  border: none;
  background: url('/images/search-bg.gif') top left no-repeat;
  padding: 2px;
  _margin-top: -3px;
}

input.searchButton {
  width: auto;
  border: none;
  vertical-align: top;
}


#tabs {
  margin: 0 0 -3px 15px;
}  

#tabItems li {
  float: left;
  margin: 0;
  padding: 0;
  background: url('/images/tab-right-off.gif') right top no-repeat;
}

#stars { margin: 10px 0 0 13px; width: 570px; }
#stars div { background: url('/images/star-off.gif') top center no-repeat; display: block; height: 30px; }
#stars .selected { background: url('/images/star-on.gif') top center no-repeat; }
#stars .home { width: 68px; }
#stars .london { width: 78px; }
#stars .uk { width: 105px; }
#stars .global { width: 127px; }

#tabItems li.selected {
  background: url('/images/tab-right-on.gif') right top no-repeat;
  position: relative;
}

#tabItems li.selected a {
  color: #000000;
  background: url('/images/tab-left-on.gif') left top no-repeat;
  padding-bottom: 4px;
}

ul#tabItems, ul#starItems {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabItems li a {
  font-family: Impact;
  font-size: 1.4em;
  display: block;
  background: url('/images/tab-left-off.gif') left top no-repeat;
  padding: 5px 15px;
  color: #666666;
  text-decoration: none;
  margin-left: -2px;
}

#tab_body {
  width: 570px;
  margin-left: 13px;
  padding-bottom: 20px;
  border: 2px solid #666666;
  border-bottom: none;
  background: #ffffff url('/images/body-bottom.gif') bottom center no-repeat;
}

.tabwidth {
  width: 550px;
  margin: 10px 0 0 10px;
}

#tab_body .leftcol {
  width: 280px;
  border-right: 2px solid #666666;
}

#tab_body .rightcol {
  width: 280px;
}

#featuredEvents {
  margin-left: 7px;
  margin-top: 10px;
}

#welcomeMessage {
  margin: 10px 10px 0 0;
}

#mc p {
  line-height: 1.5em;
  margin-left: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.featuredItem {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.featuredItem div {
  width: 195px;
  color: #666666;
  margin-left: 5px;
}

.featuredItem .image {
  width: 70px;
  height: 70px;
  margin: 0;
}

.featuredItem img {
  border: none;
  height: 70px;
}

.featuredItem .date {
  font-size: 0.8em;
}

.featuredItem .title {
  font-size: 1.1em;
  font-weight: bold;
}

.featuredItem .title a {
  color: #008EAF;
  text-decoration: none;
}

.featuredItem .title a:hover {
  text-decoration: underline;
}

.featuredItem .location {
  font-size: 1.1em;
}

.featuredItem .musicStyles {
  font-size: 0.8em;
}




.eventItem {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.eventItem div {
  width: 420px;
  color: #666666;
  margin-left: 5px;
}

.eventItem .image {
  height: 110px;
  width: auto;
  margin: 0;
}

.eventItem img {
  border: none;
  height: 110px;
}

.eventItem .date {
  font-size: 1em;
}

.eventItem .title {
  font-size: 1.4em;
  font-weight: bold;
}

.eventItem .title a {
  color: #666666;
  text-decoration: none;
}

.eventItem .title.featured a {
	color: #008EAF;
	background: transparent url(/images/icons/star_on.gif) no-repeat right;
	padding-right: 20px;
}

.eventItem .title a:hover {
  text-decoration: underline;
}

.eventItem .location {
  font-size: 1.4em;
}

.eventItem .musicStyles {
  font-size: 0.8em;
}




.footer {
  margin: 0 auto;
  width: 750px;
  text-align: right;
  color: #666666;
  font-size: 0.9em;
}

.filterPanel {
  background-color: #eeeeee;
  border: 1px solid #999999;
}

#tab_body .filterPanel .header {
  width: 550px;
  background-color: #cccccc;
}

.filterPanel .header .title {
  font-weight: bold;
  margin: 3px;
}

#tab_body .filterPanel .header .showhide {
  float: right;
  margin: 3px;
}

.filterPanel .header .showhide a {
  padding-right: 15px;
  text-decoration: none;
}

.filterPanel .header .showhide a.show {
  background: url(/images/icons/show.gif) no-repeat right;
  color: green;
}

.filterPanel .header .showhide a.hide {
  background: url(/images/icons/hide.gif) no-repeat right;
  color: red;
}

.filterGroup {
  border: 1px solid #999999;
  width: 150px;
  padding: 5px;
  margin: 5px;
  background-color: #ffffff;
}

ul.filterOptions {
  margin: 0;
  padding: 0;
}

ul.filterOptions li {
  list-style-type: none;
}

.filterOption .filterCount {
  font-size: .8em;
  color: #999999;
}

.filterPanel .filterButtons {
  clear: left;
}

.filterPanel .filterButtons #filterbtn {
  margin: 0 5px 5px 5px;
}

.filterPanel #clearfilterlink {
  font-size: .8em;
}

.showHideFilterOptions {
  font-size: 0.8em;
  width: 150px;
}

.pagination {
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  text-align: center;
  padding: 3px 0;
  background: #f9f9f9;
}

.pagination .pageNav {
  color: #cccccc;
}

.pagination .pageNav a {
  color: #000000;
}

.pagination .currentPage,
.pagination a {
  margin: 0 3px;
}

h2.moduleHeader {
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  font-size: 1.1em;
}

h1.eventName {
  border-bottom: 1px solid #cccccc;
  font-size: 2em;
  margin: .5em;
}

.eventSingle {
  margin-left: 10px;
}

.eventSingle .details {
  margin-left: 10px;
}

.eventSingle .image,
.eventSingle img {
  max-width: 200px;
}

.eventSingle .details {
  max-width: 325px;
}

.eventSingle .location {
  font-size: 1.5em;
}

.eventSingle .date,
.eventSingle .location {
  width: 400px;
}

.eventSingle .musicStyles h3 {
  margin: 0;
  margin-top: 5px;
}

.eventSingle h2 {
  clear: both;
}

.required {
	color: #c60d00;
	font-weight: bold;
}

.mailing-subscribe label,
.mailing-subscribe .submit {
	float: left;
	clear: left;
	margin: 10px;
}