/* Global */

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

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

body {
  background: #000 url('../images/l-body.gif') repeat-x;
  color: #000;  
}

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

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

#content li {
  margin: 0.5em 0;
}

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

a:hover {
  color: #faa819;
}

h1 {
  text-align: right;
  font-weight: normal;
  font-size: 2em;
}

h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 0 0 1em 0;
  background-color: #ffd700;
  padding: 5px 10px;
}

h3 {
  font-size: 1.125em;
  margin: 1em 0;
  border-bottom: #ffd700 solid 1px;
}

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

h5 {
  font-size: 1em;
  margin: 0 0 0.5em;
  background-color: #ffd700;
  padding: 5px 10px;
}

.right {
  float:right;
}

.left {
  float:left;
}

img.right {
  margin: 0 0 20px 20px;
}

.img-border {
  margin: 0 0 0 10px;
  border: #ffd700 solid 1px;
}

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

.clr {
  clear: both;
}

.clr-left {
  clear: left;
}

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

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

.column {
  float: left;
  margin: 0 10px;
  width: 425px;
}

a.noborder {
  border: none;
}

/* Layout */

#constrain {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 112px 0 0 0;
}

  /* Header */
  #header {
    position: absolute;
    top: 0;
	  left: 0;
  }
  
  #header img {
    display: block;
  }
  
  /* Main Navigation */
  
  #nav-main {
    background: #ec1c24 url('../images/l-nav-main.gif') no-repeat;
    height: 40px;
    padding: 0 20px 0 0;
  }
  
  #nav-main li {
    list-style: none;
    display: inline;    
  }
  
  #nav-main a {
    display: block;
    float: right;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    font-size: 1.125em;    
  }
  
  #nav-main a:hover {
    background-color: #ec1c24;
  }
  
  /* Content */  
  #content {
    background: #fff url('../images/l-footer.gif') no-repeat bottom left;
    padding: 50px 30px 40px 30px;
  }
    
  /* Footer */
  #footer {
    text-align: center;
    padding: 20px 0;
  }
  
  #footer img {
    margin: 0 5px;
  }  
  
  /* Author */
  #designer {
    margin: 30px 0;
    text-align: center;
  }

  #designer a {
    font-size: 0.75em;
    color:#ade2f7;
    text-decoration: none;
    border-top: #ade2f7 solid 1px;
  }
  
  #designer a:hover {
    color:#fff;
    border-top: #fff solid 1px;
  }
  
  #designer a.noborder {
    border: none;
  }

/* Text Area */
  
  /* 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;
  }
  
  /* Google Maps */
  
  .google-map {
    margin: 0 20px 70px 0;
  }
  
  /*  Registration Form */
  
  .form {
    background: #faa819 url('../images/g-highlight-t.gif') no-repeat;
    width: 435px;
  }
    
  form { 
    font-size: 0.9375em; 
    background: transparent url('../images/g-highlight-b.gif') no-repeat bottom left;
    padding: 20px 20px 40px 20px;
  }
  
  span.label,span.spacer,span.multiple span {
    width: 130px;
    float:left;
  } 
  span.multiple {
    float:left;
  }
  
  span.label img.right {
    margin: 2px 8px 0 0;
  } 
     
  form div {
    margin: 10px 0;
  }  
  input { 
    border: #2b211d solid 1px; 
    height: 16px; 
    padding: 4px 2px; 
    font-size: 0.875em;
  }
  form input.checkbox {
    border: 0;
    width: auto;
  }
  form .button input { 
    background: transparent url('../images/g-button-form.gif') no-repeat; 
    display: block; 
    height: 30px; 
    width: 120px; 
    font-size: 1.125em; 
    color: #fff;
    float: right;
    margin: 10px 20px 0 0;
    border: none;
    cursor: pointer;
  }
  form .button input:hover {
    background-position: bottom left;
    color: #000;
  }
  
  form span.multiple label {
    width: 180px;
    display: inline-block;
  }
  
  /* Tables */
  
  table.allrounder {
    width: 435px;
    margin: 10px 0;
  }
  
  table.allrounder th {
    background-color: #faa819;
    font-weight: normal;
    text-align: left;
    line-height: 1.75em;
    border-bottom: #fff solid 1px;
    padding: 0 4px;    
  }
  
  table.allrounder td {
    background-color: #eee;
    line-height: 1.75em;
    border-bottom: #fff solid 1px;
    padding: 0 4px;
  }
  
  table.allrounder img {
    vertical-align: middle;
  }
  
  table.allrounder a {
    color: #000;
  }
  
  table.allrounder a:hover {
    color: #de2c26;
  }
  
  table.allrounder th.subnote {
    background-color: #ffd700;
  }
  
  /* Highlight */
  
  .highlight {
    background: #faa819 url('../images/g-highlight-t.gif') no-repeat;
    width: 435px;
    margin: 0 0 0 20px;
  }
    
  .highlight-inner { 
    font-size: 0.9375em; 
    background: transparent url('../images/g-highlight-b.gif') no-repeat bottom left;
    padding: 10px 20px;
    min-height: 170px;
  }
  
  .highlight a:hover {
    color: #696969;
  }
  
  a.button-fixed {
    background: transparent url('../images/g-button-fixed.gif') no-repeat; 
    display: block; 
    line-height: 30px; 
    width: 180px; 
    font-size: 1.125em; 
    color: #fff;
    float: right;
    margin: 10px 20px 0 0; 
    text-align: center;
  }
  
  a:hover.button-fixed {
    background-position: bottom left;
    color: #000;
  }
  
p span.jumpout {
  color: #de2c26;
}

p.sponsor-blurb {
  font-size: 0.875em;
}

  /* Band Lists */
  
  .band-list {
    float: left;
    margin: 0 10px;
    width: 425px;
  }
    
  .band-list div {
    height: 50px;    
    width: 210px;
    float: left;
    font-size: 0.9375em;
    margin: 0 0 6px 0;
  }
  
  .band-list img {
    float: left;
    margin: 0 6px 0 0;
  }
  
  .band-list p {
    margin: 0;
  }
  
  .band-list h4 {
    text-align: right;
    margin: -12px 0 20px 0;
  }
  
  /* Voting Tally */
  
  table.vote-tally th {
    vertical-align: bottom;
  }
  
  table.vote-tally img {
    display: block;
  }
  
  tr.vote-tally-bands th {
    border-top: #000 solid 1px;
  }
  
  .vote {
    display: block;
    background: #aa0f14 url('../images/g-vote-tally.gif') repeat-x bottom left;
  }
  
  tr.vote-tally-bands th.noborder {
    border: none;
  }
  
  .column-vote-tally {
    width: 210px;
    float: left;
    margin: 0 15px 0 0;
  }
  
  .cat-1 { background: transparent url('../images/g-one.gif') no-repeat 85% 0; }
  .cat-2 { background: transparent url('../images/g-two.gif') no-repeat 85% 0; }
  .cat-3 { background: transparent url('../images/g-three.gif') no-repeat 85% 0; }
  .cat-4 { background: transparent url('../images/g-four.gif') no-repeat 85% 0; }