@charset "UTF-8";
/* CSS Document */
*, html, body {
    margin: 0;
    outline: medium none;
    padding: 0;
}
body {
    font: 12px Arial,Helvetica,sans-serif;
}

/* Classes */
.player .start a:hover, a.join:hover, a.try:hover, #content a.color:hover, #header-container a.color:hover, .login {
   text-decoration:none;
color:#fff;
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #373737 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#373737)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 0%,#373737 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 0%,#373737 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4c4c4c 0%,#373737 100%); /* W3C */
}
.clear {
    clear: both;
    height: 1px;
    width: 100%;
}

/* Background */
#middle {
    background: none repeat scroll 0 0 #FEFEFE;
    height: 379px;
    left: 0;
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    z-index: 1;
}
#bottom {
    background: url("framed-body-bg.png") repeat scroll 0 0 transparent;
    height: 310px;
    left: 0;
    position: absolute;
    right: 0;
    top: 459px;
    width: 100%;
    z-index: 1;
}

/* Header */
#header-container .header {
    border-left: 0 none;
    border-right: 0 none;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 80em;
}
#header-container .header h1.logo {
    display: block;
    float: left;
    height: 75px;
    position: relative;
    width: 275px;
}
#header-container .header h1.logo a {
    background-position: 0 50%;
    display: block;
    height: 75px !important;
    text-indent: -9999px;
    width: 275px;
    z-index: 500;
}
#cmember {
    bottom: 3px;
    position: absolute;
    right: 5px;
    z-index: 100;
}
.join, .login {
    border-radius: 0 0 10px 10px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 155px;
}
.login {
    font-weight: normal;
    margin-right: 10px;
    width: 90px;
}
a.login, a.login:link, a.login:visited {
    color: #FFFFFF;
}
a.login:hover {
    text-decoration: none;
}
#customsearch {
    display: inline;
    float: left;
    margin: 17px 0 0 40px;
    position: relative;
    width: 280px;
}
#csearch-anything {
    background: url("search.png") no-repeat scroll 255px 8px #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px 3px #CFCFCF inset;
    color: #CCCCCC;
    display: block;
    font-size: 1.4em;
    height: 34px;
    line-height: 34px;
    padding: 3px 0 3px 27px;
    width: 265px;
}
#csearch-submit {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

/* Video player and frame */

#controls {
    margin: 13px auto 0;
    position: relative;
    width: 986px;
    z-index: 20;
}
#frame {
    background: url("framed-frame.png") no-repeat scroll center center transparent;
    height: 495px;
    margin: 0 auto;
    position: relative;
    width: 986px;
}
#flashContent {
    left: 160px;
    position: absolute;
    top: 3px;
}
.imgthumb img {
    border: medium none;
    height: 125px;
    width: 166px;
}
.thumbs {
    top: 40px;
}
.left {
    left: 8px;
    position: absolute;
}
.right {
    position: absolute;
    right: 8px;
}
.live {
    left: 5px;
    padding: 3px;
    position: absolute;
    top: 5px;
}
.thumbs li {
    display: block;
    height: 125px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    width: 166px;
}
.thumbs a:hover {
    text-decoration: none;
}
.pop {
    bottom: -45px;
    display: block;
    font-size: 1.4em;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    width: 166px;
}

/* Footer */

#content {
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 986px;
    z-index: 20;
}
#leftcolumn {
    float: left;
    padding: 5px 0 0 5px;
    text-align: left;
    width: 590px;
}
ul.cats {
    float: left;
    list-style: none outside none;
    padding-right: 15px;
}
ul.cats li {
    padding-bottom: 5px;
}
ul.cats li a {
   background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #373737 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#373737)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 0%,#373737 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 0%,#373737 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4c4c4c 0%,#373737 100%); /* W3C */
    border: 1px solid #2A2A2A;
    border-radius: 5px 5px 5px 5px;
    color: #CCCCCC;
    display: block;
    font-size: 1.4em;
    height: 42px;
    line-height: 42px;
    list-style: none outside none;
    text-align: center;
    text-decoration: none;
    width: 130px;
}
#rightcolumn {
    background: url("framed-cam-bg.png") no-repeat scroll 96px 0 transparent;
    float: right;
    padding: 10px 0 0 10px;
    width: 360px;
}
#rightcolumn h2 {
    color: #FFFFFF;
    font-size: 2.8em;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding-top: 0;
    text-transform: uppercase;
}
#rightcolumn h2 a, #rightcolumn h2 a:hover {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
a.try:link {
    border-radius: 10px 10px 10px 10px;
    display: block;
    font-size: 2.7em;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    padding-left: 15px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 260px;
}
.arrows {
    background: url("framed-arrows.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 63px;
}
p {
    line-height: 1.5em;
    margin-top: 10px;
}
.finePrint {
    clear: both;
    color: #717171;
    font-size: 0.8em;
    padding: 20px 0 0;
}

/* Endscreen */

#flashReplace {
    top: 14px;
}
#flashReplace {
    background: none repeat scroll 0 0 #000000;
    height: 450px;
    margin: 0 auto;
    position: relative;
    width: 600px;
}
#flashReplace h2 {
    color: #000000;
}
#flashReplace p {
    margin: 0;
}
.callout {
    font-family: 'Oswald',sans-serif;
    font-size: 3.4em;
    font-weight: bold;
    padding-top: 150px;
    text-align: center;
    text-transform: uppercase;
}
.callout a, .callout a:link, .callout a:visited, .callout a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.access {
    text-align: center;
}
.access a, .access a:link, .access a:visited, .access a:hover {
    color: #B3B3B3;
    font-size: 1em;
    font-weight: lighter;
    text-decoration: none;
}
.access a .important, .access a:link .important, .access a:visited .important {
    color: #FFFFFF;
}
.start {
    font-family: 'Oswald',sans-serif;
    font-size: 3.2em;
    font-weight: bold;
    line-height: 50px;
    padding-top: 30px;
    text-align: left;
    text-transform: uppercase;
}
.start a {
    border-radius: 10px 10px 10px 10px;
    display: block;
    height: 45px;
    margin: 0 auto;
    padding: 15px;
    text-decoration: none;
    width: 300px;
}
.arrow {
    background: url("sm-arrow.png") no-repeat scroll right center transparent;
    display: block;
    float: right;
    height: 39px;
    margin: 0;
    padding-top: 5px;
    width: 34px;
}
.txt {
    float: left;
}
