/* $Id:  */

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

/* Fonts */
div.bracket-subtitle {
  font-size: 1.25em;
}
div.bracket-comments {
  font-size: 1.0em;
}
div.bracket-round-comment {
  font-size: 1.25em;
}
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;
}

/* Match elements */
div.bracket-match-comment-block {
  top: 25%;
}

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

/* Logo images */
div.bracket-logo-image-block {
  position: absolute;
  top: 0px;
  left: 650px;
}
div.bracket-sponsorlogo-image-block {
  position: absolute;
  top: 850px;
  left: 650px;
}

/* Defines the top of the first match in Round 1 */
#round-1-spacer {
  height: 10px;
}
/* Defines the height of each match in Round 1 */
div.round-1-match {
  height: 80px;  
}
/* Defines some space between matches in Round 1 */
div.bracket-round-1-match-spacer {
  height: 10px;
}
/* Defines the top of the first match in Round 2 */
#round-2-spacer {
  height: 50px;
}
/* Defines the height of each match in Round 2 */
div.round-2-match {
  height: 120px;  
}
/* Defines some space between matches in Round 2 */
div.bracket-round-2-match-spacer {
  height: 90px;
}
/* Defines the top of the first match in Round 3 */
#round-3-spacer {
  height: 110px;
}
/* Defines the height of each match in Round 3 */
div.round-3-match {
  height: 240px;  
}
/* Defines some space between matches in Round 3 */
div.bracket-round-3-match-spacer {
  height: 200px;
}
/* Defines the top of the first match in Round 4 */
#round-4-spacer {
  height: 220px;
}
/* Defines the height of each match in Round 4 */
div.round-4-match {
  height: 480px;  
}
/* Defines the top of first result */
#results-spacer {
  height: 420px;
}
/* Defines the distance between results */
div.bracket-result-separator {
  height: 130px;  
}

