/* $Id:  */

/**
 * Styling for the mde8champ bracket design
 */
 
/* Bracket - set a width so browser will scroll bracket */
div.bracket-block {
  width: 700px;
}

/* Fonts */
div.bracket-subtitle {
  font-size: 1.25em;
}
div.bracket-comments {
  font-size: 0.9em;
}
div.bracket-round-comment {
  font-size: 1.0em;
}
div.bracket-match-competitor {
  font-size: 1.0em;
}
div.bracket-match-comment {
  font-size: 0.75em;
}
div.bracket-match-competitor-comment {
  font-size: 0.75em;
}
div.bracket-match-id {
  font-size: 0.75em;
}
div.bracket-match-score {
  font-size: 0.75em;
}
div.bracket-match-home {
  font-size: 0.75em;
}
div.bracket-result {
  font-size: 1.0em;
}
div.bracket-result-comment {
  font-size: 1.0em;
}

/* Round elements */
div.bracket-round {
  width: 150px;
}

/* Result elements */
div.bracket-results {
  width: 150px;
}

/* Bracket footer */
div.bracket-footer {
  width: 700px;
  padding-top: 100px;
}

/* Logo images */
div.bracket-logo-image-block {
  position: absolute;
  top: 40px;
  left: 500px;
}
div.bracket-sponsorlogo-image-block {
  position: absolute;
  top: 400px;
  left: 300px;
}

/* Defines the top of the first match in Round 1 */
#round-1-spacer {
  height: 10px;
}
/* Defines the height of each complete match in Round 1 */
div.round-1-match-block {
  height: 90px;  
}
/* Defines the height of each match frame in Round 1 */
div.round-1-match {
  height: 60px;  
}
/* Defines some space between matches in Round 1 */
div.bracket-round-1-match-spacer {
  height: 10px;
}
/* Defines the distance between the last match in */
/* Round 1 and the first match in the loser round */
#round-1-loser-round-spacer {
  height: 40px;
}
/* Defines the height of each complete match in Round 3 */
div.round-3-match-block {
  height: 90px;  
}
/* Defines the height of each match frame in Round 3 */
/* first loser round */
div.round-3-match {
  height: 60px;  
}
/* Defines the top of the first match in Round 2 */
#round-2-spacer {
  height: 40px;
}
/* Defines the height of each complete match in Round 2 */
div.round-2-match-block {
  height: 130px;  
}
/* Defines the height of each match frame in Round 2 */
div.round-2-match {
  height: 100px;  
}
/* Defines the distance between the last match in */
/* Round 2 and the first match in the loser round */
#round-2-loser-round-spacer {
  height: 40px;
}
/* Defines the height of each complete match in Round 4 */
div.round-4-match-block {
  height: 90px;  
}
/* Defines the height of each match in Round 4 */
/* second loser round */
div.round-4-match {
  height: 60px;  
}
/* Defines some space between matches in Round 5 */
div.bracket-round-5-match-spacer {
  height: 30px;
}
/* Defines the top of first result */
#results-spacer {
  height: 90px;
}
/* Defines the distance between results */
div.bracket-result-spacer {
  height: 20px;  
}
/* Defines the distance between winner and loser results */
#loser-results-spacer {
  height: 70px;
}