* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
abbr, acronym, dfn {
  border-bottom: none;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  background: fixed url(/img/layout/bg_header.png) repeat-x 50% 0;
}
h1, h2, h3 {
  text-transform: uppercase;
}
thead, caption {
  display: none;
}

a,
#filters h3,
#matches tr { 
  -webkit-transition: all 0.2s linear;
}
a img {
  border: none;
}

a:active {
	position: relative;
	top: 1px;
}


#container {
  text-align: left; 
  overflow: hidden;
}

#header,
#content {
  display: block;
  width: 960px;
  margin: 0 auto;
}

#header {
  height: 190px;
  overflow: hidden;
}
#header .logo {
  float: left;
  margin: 10px;
}
#header .strapline {
  float: right;
  margin: 50px 10px 0 0;
}

#content_outer {
  background: fixed url(/img/layout/bg_content.jpg) repeat 50% 0;
  overflow: hidden;
  padding: 0 0 20px;
}

#content_main {
  float: left;
  width: 620px;
  margin: 0 10px;
}

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

#actions li {
  float: left;
  width: 145px;
  font-size: 11px;
}
#actions li#action_subscribe {
  margin-right: 10px;
}
#actions li a,
#filters h3 {
  color: #E3D1A8;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 3px;
}
#actions li a {
  background: #B89447;
}

#actions li a:hover,
#actions li a:focus,
#actions li a:active {
  background: #960;
}

#filters h3 {
  background: #908A77 url(/img/layout/icon_filter.png) no-repeat 5px 50%;
}
#filters h3:hover,
#filters h3:focus,
#filters h3:active,
#filters .active h3 {
  cursor: pointer;
  background-color: #222;
}

#actions li a {
  padding: 18px 0;
}
#actions li a strong {
  display: block;
}
#actions li a strong {
  font-size: 18px;
}

#filters {
  float: left;
  width: 300px;
  margin: 20px 0 20px 10px;
}
#filters h2 {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #908A77;
  margin-bottom: 2px;
}

#filters h3 {
  font-size: 15px;
}
#filters div {
  float: left;
  width: 145px;
  height: 30px;
  margin-right: 10px;
  position: relative;
}
#filters div#filter_venues,
#filters div#filter_dates {
  margin-right: 0;
}
#filters ul {
  display: none;
  background: #222;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 999;
  position: absolute;
}
#filters ul a {
  text-decoration: none;
  color: #E3D1A8;
  display: block;
  padding: 2px 5px;
  width: 135px;
}
#filters ul a:hover,
#filters ul a:focus,
#filters ul a:active {
  color: #FFF;
  background: #000;
}
#content_main p {
  color: #AFA589;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0;
}
#content_main p a {
  color: #333;
}
#content_main p a:hover,
#content_main p a:active,
#content_main p a:focus {
  color: #000;
  text-decoration: none;
}
#matches {
  clear: both;
  width: 620px;
  margin: 0;
  text-transform: uppercase;
}
#matches tr {
  background: #4C5E22;
  background: rgba(50,63,22,0.7);
}
#matches tr:hover,
#matches tr:focus,
#matches tr:active {
  background: #4C5E22;
  background: rgba(50,63,22,0.8);
}
#matches td {
  padding: 0;
  color: #E3D1A8;
  overflow: hidden;
  vertical-align: top;  
  border-bottom: 5px solid #E6DAB0;
}
#matches td a,
#matches td abbr {
  margin: 10px 0;
  display: block;
  float: left;
}
#matches td a {
  color: #E3D1A8;
  text-decoration: none;
}
#matches td a:hover {
  color: #111;
}

#matches td.date {
  width: 90px;
  font-size: 11px;
}
#matches td.date abbr {
  margin-left: 10px;
}
#matches td.date .day {
  display: block;
}
#matches td.time {
  width: 80px;
  font-size: 30px;
  line-height: 0.85;
  font-weight: bold;
}
#matches td.summary {
  width: 170px;
  font-size: 30px;
  line-height: 0.85;
  font-weight: bold;
}
#matches td.summary a {
  width: 69px;
  text-align: right;
  margin-right: 5px;
}
#matches td.summary a.second {
  text-align: left;
  margin-left: 5px;
}
#matches td.summary abbr {
  font-size: 11px;
  margin-top: 18px;
  width: 15px;
  text-align: center;
}
#matches td.location {
  width: 130px;
  font-size: 11px;
}
#matches td.location a {
  margin-right: 10px;
}
#matches td.description {
  width: 80px;
  font-size: 11px;
}

/* Secondary content */

#content_secondary {
  float: left;
  width: 300px;
  margin: 10px;
  color: #222;
}
#content_secondary h2 {
  font-size: 16px;
}

#content_secondary p {
  margin-bottom: 11px;
}
#content_secondary a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
#content_secondary a:hover,
#content_secondary a:active,
#content_secondary a:focus {
  color: #000;
  border-bottom: none;
}


#about,
#twitter {
  font-size: 11px;
  line-height: 1.5;
  text-shadow: rgba(255,255,255,0.5) 1px 1px 1px;
  margin: 20px 0;
}
#twitter h2 a {
  border: none;
}
#twitter blockquote {
  background: #D6CEB4;
  padding: 10px 0;
}
#twitter blockquote p {
  margin: 0 10px;
}
#twitter p.timestamp {
  background: url(/img/layout/bg_twitter_timestamp.png) no-repeat 260px 0;
  padding-top: 15px;
  text-align: right;
}

.advert {
  background: #D6CEB4;
  overflow: hidden;
}
#content_secondary .advert a {
  border: 0;
  text-align: center;
  display: block;
}
.advert a img {
  margin: 0 auto;
}
#advert_two,
#advert_three {
  float: left;
  width: 145px;
  margin: 10px 10px 10px 0; 
}
#advert_three {
  margin: 10px 0;
}

#footer {
  clear: both;
  display: block;
  background: #888372;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #E3D1A8;
}
#footer a {
  color: #E3D1A8;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #222;
}

#footer_content {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  text-align: right;
}
#footer #credits {
  float: left;
  width: 450px;
  text-align: left;
  margin-right: 10px;
}


/* Flags */

