/* Global */

body {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #2b211d;
  color: #000;  
}

p, dl {
  font-size: 0.875em;
  margin: 1em;
}

p span {
  font-size: 1.5em;
}

ul, ol {
  font-size: 0.875em;
  margin: 1em 2.5em;
}

li {
  margin: 0.5em 0;
}

a {
  color: #C5003E;
  text-decoration: none;
}

a:hover {
  color: #075826;
}

h1 {
  font-size: 1.875em;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
}

h1 span {
  display: none;
}

h2 {
  font-size: 1.875em;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

h3 {
  font-size: 1.25em;
  margin: 1em 0 0.5em 0;
}

h4 {
  font-size: 1em;
  margin: 1em 0 0.5em 0;
}

.right {
  float:right;
}

.left {
  float:left;
}

img.left {
  border: #2b211d solid 1px;
  margin: 0 10px 10px 0;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

dl.row dt {
  float: left;
  width: 5.75em;
  font-weight: bold;
}

dl.row dd {
  margin-left: 6em;
}

dl.vote-tally dt {
  float: left;
  width: 13em;
  font-weight: bold;
}

dl.vote-tally dd {
  margin: 2px 0 2px 14em;
}

dl.vote-tally span {
  background-color: #C5003E;
  display: block;
}

/* Layout */

#constrain {
  width: 720px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 0 0;
}

  /* Header */
  #header {
    position: absolute;
    top: 0;
	  left: -110px;
  }
  
  #header img {
    display: block;
  }
  
  /* Content */  
  #content {
    background: transparent url('../images/i-content-t.gif') no-repeat;
    padding: 20px 0 0 0;
  }
  
  #content .text-area {
    background: transparent url('../images/i-content-m.gif') repeat-y;
    padding: 10px 20px 20px 245px;
    min-height: 390px;
  }
  
  /* Footer */
  #footer {
    padding: 0 20px;
    background: transparent url('../images/i-content-b.gif') no-repeat;
    text-align: right;
  }
  
  #footer ul.nav-bottom {
    margin: 0 0 20px 0;
  }
  
  #footer li {
    list-style: none;
    display: inline;
    line-height: 20px;
  }
  
  #footer li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 3px 10px 2px 10px;
  }
  
  #footer li a:hover {
    background-color: #fff;
    color: #000;
  }
  
  #footer img {
    margin: 0 5px;
  }  
  
  /* Author */
  #designer {
    margin: 30px 0;
    text-align: center;
  }

  #designer a {
    font-size: 0.675em;
    color:#554d4a;
    text-decoration: none;
    border-top: #554d4a solid 1px;
  }
  
  #designer a:hover {
    color:#fff;
    border-top: #fff solid 1px;
  }

/* Text Area */

 /* Highlights */
  
  .highlight {
    background: transparent url('../images/g-highlight-b.gif') no-repeat left bottom;
    display: block;
    padding: 0 0 20px 0;
    float: left;
    width: 224px;
  }
  
  .highlight-t {
    background: transparent url('../images/g-highlight-t.gif') no-repeat;
    display: block;
    height: 20px;
  }
  
  .highlight-m {
    background: transparent url('../images/g-highlight-m.gif') repeat-y;
    display: block;
    min-height: 360px;
    padding: 15px 30px 30px 30px;
  }
  
  .highlight-wide {
    background: transparent url('../images/g-highlight-wide-b.gif') no-repeat left bottom;
    display: block;
    padding: 0 0 20px 0;
    float: left;
    width: 448px;
  }
  
  .highlight-wide-t {
    background: transparent url('../images/g-highlight-wide-t.gif') no-repeat;
    display: block;
    height: 20px;
  }
  
  .highlight-wide-m {
    background: transparent url('../images/g-highlight-wide-m.gif') repeat-y;
    display: block;
    padding: 15px 30px 40px 30px;    
  }
  
  .highlight-m p, .highlight-wide p {
    margin: 1em 0;
  }
  
  /* Buttons */
  
  #content a.button {
    background: transparent url('../images/g-button-r.gif') no-repeat scroll top right;    
    display: block;
    float: left;    
    margin: 10px 0;
    padding-right: 5px; /* sliding doors padding */
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    font: bold 0.8125em 'Trebuchet MS', Arial, serif;
    text-transform: uppercase;
  }

  #content a.button span {
    background: transparent url('../images/g-button-l.gif') no-repeat;
    display: block;
    line-height: 26px;
    padding: 0 8px 0 10px;
  }

  #content a:hover.button {
    background-position: bottom right;
  }
  
  #content a:hover.button span {
    background-position: bottom left;
  }
  
/*  Registration Form */
  form { 
    font-size: 0.875em; 
    margin: 20px 0 0 20px;
  }
  span.label,span.spacer,span.multiple span {
    width: 130px;
    float:left;
  } 
  span.multiple {
    float:left;
  }
  form div {
    margin: 10px 0;
  }  
  input { 
    border: #2b211d solid 1px; 
    height: 16px; 
    padding: 4px 2px; 
    font-size: 0.875em;
  }
  span.multiple {float:left;}
  input.checkbox {
    border: 0;
    width: auto;
  }
  form .button input { 
    background: transparent url('../images/g-button.gif') no-repeat; 
    display: block; 
    height: 26px; 
    width: 140px; 
    font-size: 1em; 
    text-transform: uppercase; 
    color: #fff;
    float: right;
    margin: 10px 100px 0 0;
    border: none;
    cursor: pointer;
  }
  
  /* Band List */
  
  .band-list {
    margin: 20px 0;
  }
  
  .band-list div {
    margin: 5px 20px;
    font-weight: bold;
    font-size: 1.125em;
    min-height: 60px;
  }
  
  .band-list p {
    margin: 0 0 5px 0;
  }
  
  .band-list div a {
    padding: 20px 0 0 0;
    font-size: 0.875em;
  }
  
  /* Voting Form */
  
  .voting-form {
    margin: 1em;
  }
  
  /* Heats Schedule */
  
  table {
    margin: 0 10px;
    font-size: 0.875em;
    width: 220px;
  }
  
  table th {
    text-align: left;
    width: 50px;
    background-color: #d2e2dc;
    padding: 2px 10px;
    border-bottom: #d2e2dc solid 1px;
  }
  
  table td {
    padding: 2px 10px;
    border-bottom: #d2e2dc solid 1px;
  }
  
  .links {
    width: 120px;
    position: absolute;
    top: 520px;
    left: 80px;
  }
  
.nextevent {
  background-color: #c5003e;
  color: #fff;
  padding: 10px;
  margin: 40px 0;
}

.nextevent a {
  color: #fff;
}

.nextevent p {
  margin: 1em 0;
}
