html, body {
    background: #FFF;
}

.section {
    background: #000;
    color: #fff;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 10px;
    position: relative;
}

#bracket-top-area {
  margin-top: 10px;
}

.button-bar {
    margin: auto;
    padding: 5px 0px;
    vertical-align: middle;
    text-align: center;
}
.button-network-button {
    margin-left: 10px;
}

#bracket-container {
    margin: 0 auto 0;
    position: relative;
    padding-top: 0px;
}

#vote-count {
    position: absolute;
    top: 30px;
    right: 8px;
    font-style: italic;
    font-size: 15px;
}
.faux-button {
    background: #c20000;
    border-radius: 6px;
    color: #fff !important;
    padding: 4px 8px;
    line-height: 1.1em;
    margin: 0 0 9px;
    font-size: 22px;
    display: inline-block;
}
.faux-button:hover {
    background: #9c0000;
}

#title-logo {
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.label-column {
    border: 0 solid #222;
    border-right-width: 1px;
    border-left-width: 0;
    bottom: 0;
    color: #ccc;
    font-size: 10px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.label-column-right {
    border-right: 0;
    border-left-width: 1px;
}
.label-column-center {
    border-right: 0;
    border-left: 0;
}

#bracket .round {
    position: absolute;
}

.pairing {
    position: relative;
    border-radius: 8px;
}
.pairing:hover {
    background-color: rgba(100,100,100,.5);
    background-color: #323232;
    cursor: pointer;
}
.pairing-future:hover {
    background-color: inherit;
    nborder: 1px solid #555;
    npadding: 0;
    cursor: default;
}

.round1 .pairing {
    margin-top: 0;
}

.pairing:before {
    background: #999;
    width: 1px;
    content: '';
    position: absolute;
}
.leftside .pairing:before { left: 50%; }
.rightside .pairing:before { right: 50%; }
.pairing:after {
    content: '';
    position: absolute;
    bottom: 50%;
    height: 1px;
    background: #999;
    right: 50%;
}
.leftside .pairing:after { left: 50%; }
.rightside .pairing:after { right: 50%; }

.balanced .last-round .pairing:before {
    height: 1px;
    top: 50%;
    left: 50%;
}
.balanced .last-round .pairing:after ,
.unbalanced .last-round .pairing:after {
    display: none;
}

.pairing .img {
    background: #000;
    display: block;
    overflow: hidden;
    position: relative;
}
.pairing .img img {
    position: absolute;
    left: 50%;
    top: 50%;
}
.pairing-pastclosed .img img {
    opacity: .5;
}

.pairing .img .percentage {
    background: #333;
    background: rgba(0,0,0, .5);
    bottom: 0;
    font-size: 13px;
    left: 0;
    padding: 2px 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.pairing-pastclosed .img .percentage {
    background: rgba(70,70,70, .5);
    color: #aaa;
}

.pairing .img+.img {
    margin-bottom: 0;
    margin-top: 0;
}

.pairing .item-votedFor {
    border: solid #b00000;
    border-radius: 3px;
}
.pairing-pastclosed .item-votedFor {
    border-color: #6a0000;
}

.pairing .empty {
    background: #999;
    text-align: center;
    font-size: 40px;
    color: #555;
    font-family: serif;
}

.bracket-completed-round {
    text-align: center;
    padding: 5px 10px 10px;
}

#lightbox {
    background: rgba(80,80,80,.7);
    bottom: 0;
    color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
#lightbox-content {
    background-color: #000;
    position: absolute;
    overflow: hidden;
}
.loading #lightbox-content {
    background-image: url(../i/load-bar-black.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#lightbox-pairing-name {
    position: absolute;
    left: 6px;
}

#lightbox-top-right {
    position: absolute;
    right: 6px;
    font-size: 11px;
    color: #bbb;
    z-index: 200;
}
#lightbox-top-right a {
    margin-left: 13px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
#lightbox-close-button {
    color: #fff;
    margin-left: 20px;
    font-size: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

#bracket-vote-title {
    position: absolute;
    z-index: 150;
    height: 22px;
    line-height: 22px;
    font-size: 17px;
    top: -4px;
    right: 0;
    left: 0;
    text-align: center;
}

#bracket-vote-versus {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    text-align: center;
    z-index: 200;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}

.bracket-vote-item {
    position: absolute;
    z-index: 100;
}

.bracket-vote-item .img img {
    display: block;
}
.bracket-vote-item .img {
    margin-bottom: 6px;
}
.bracket-vote-item .bracket-item-caption {
    vertical-align: top;
    line-height: 20px;
}
.bracket-vote-item .item-view-large-button {
    float: right;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.bracket-item-vote-button {
    text-align: center;
    padding: 0;
}
.bracket-item-vote-button .faux-button {
    font-size: 17px;
    padding: 3px 6px 2px;
    margin: 0;
}

.bracket-vote-item .img {
    position: relative;
}
.bracket-vote-item .img .percentage {
    background: #333;
    background: rgba(0,0,0, .5);
    bottom: 0;
    font-size: 24px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.bracket-vote-open:hover {
    background: #222;
    cursor: pointer;
}
#lightbox-content .item-votedFor {
    background: #b00000 !important;
}

.fb_hidden{position:absolute;top:-10000px;z-index:10001}
.fb_button, .fb_button_rtl{background:#29447e url(https://static.ak.fbcdn.net/rsrc.php/v1/yL/r/FGFbc80dUKj.png);background-repeat:no-repeat;cursor:pointer;display:inline-block;padding:0 0 0 1px;text-decoration:none;outline:none}
.fb_button .fb_button_text, .fb_button_rtl .fb_button_text{background:#5f78ab url(https://static.ak.fbcdn.net/rsrc.php/v1/yL/r/FGFbc80dUKj.png);border-top:solid 1px #879ac0;border-bottom:solid 1px #1a356e;color:#fff;display:block;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-weight:bold;padding:2px 6px 3px 6px;margin:1px 1px 0 21px;text-shadow:none}
a.fb_button, a.fb_button_rtl, .fb_button, .fb_button_rtl{text-decoration:none}
a.fb_button:active .fb_button_text,
a.fb_button_rtl:active .fb_button_text,
.fb_button:active .fb_button_text,
.fb_button_rtl:active .fb_button_text{border-bottom:solid 1px #29447e;border-top:solid 1px #45619d;background:#4f6aa3;text-shadow:none}
.fb_button_medium,
.fb_button_medium_rtl{background-position:left -188px;font-size: 11px;line-height:14px}
a.fb_button_medium:active{background-position:left -210px}
.fb_button_medium_rtl{background-position:right -396px}
.fb_button_text_rtl,
.fb_button_medium_rtl .fb_button_text{padding:2px 6px 3px 6px;margin-right:22px}
a.fb_button_medium_rtl:active{background-position:right -418px}

.play {
    background: url(../i/play.png) no-repeat;
    bottom: 2px;
    float: none;
    height: 21px;
    left: 2px;
    margin: 0;
    position: absolute;
    width: 26px;
}
