/**************************
|   Dark Blue:  #3a93c5
|   Light Blue: #8ddffd
|   Teal:       #d5f3ff
|   Dark Gray:  #666
**************************/

/* General */
html, body {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

a, a:active, a:visited {
    color: #3a93c5;
    text-decoration: none;
}

a img {
    border: none;
}

/* Countdown */
#countdown {
    background-color: #3a93c5;
    color: White;
    float: right;
    padding: 10px; /*CSS3 properties*/
    box-shadow: 3px 3px 10px #333;
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
}

#countdown h2 {
    margin: 0;
    padding: 0;
}

/* Header */
#header {
    border-bottom: 10px solid #cecece;
    padding: 10px 0;
}

#logo {
    width: 402px;
    height: 82px;
    display: block;
    text-indent: -9990px;
    background-image: url('https://mvcconf.com/images/layout/logos.png');
}

/* Content */
#content {
    background: #3a93c5 url(https://mvcconf.com/images/layout/containerBKG.png) repeat-x;
}

#sidebar {
    float: left;
    width: 22%;
}

#sidebar-content {
    background-color: #d5f3ff;
    margin-left: 10px;
    padding-bottom: 50px;
    padding-top: 10px;
}

#menu , .menu{
    font-size: 1.1em;
    list-style: none;
    margin: 10px;
    padding: 0px;
}

#menu li, .menu li {
    margin: 10px 0;
}

#menu li a, .menu li a {
    color: #666;
    font-weight: bold;
}

#sponsors {
    background-color: White;
    margin-left: -10px;
    padding-bottom: 100px;
    width: 99%; /*CSS3 properties*/
    box-shadow: 3px 3px 10px #333;
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
}

#sponsors h3 {
    background-color: #ccc;
    color: White;
    font-size: 1.1em;
    font-weight: normal;
    padding: 5px; /*CSS3 properties*/
    text-shadow: 1px 1px 1px #777;
}

#sponsors a {
    display: block;
    padding: 10px;
}

#main-content {
    background-color: White;
    float: right;
    font-size: .9em;
    min-height: 700px;
    padding: 7px;
    width: 75.5%;
}

/* Banner */
#banner {
    background-color: #3a93c5;
    color: White;
    margin-left: -20px;
    padding: 5px;
    width: 320px; /*CSS3 properties*/
    box-shadow: 3px 3px 10px #333;
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
}

/* HACK: I do not own this HTML PLEASE fix*/
#banner p {
    display: block;
    height: 2px;
    margin: 0;
    padding: 0;
}

#banner a {
    color: White;
    text-decoration: underline;
}

#banner h2 {
    display: inline;
    font-size: 1em;
    margin: 0;
    padding: 0 5px 0 0;
}

#main-content h3 {
    color: #3a93c5;
    font-size: 1.1em;
}

/* Footer */
#footer {
    border-top: 10px solid #cecece;
    clear: both;
    color: #888;
    font-size: .75em;
    font-weight: bold;
    padding-top: 10px;
}

/* Shared */
.center {
    margin: 0 auto;
    width: 960px;
}

.widget {
    float: right;
    margin: 5px;
}

a.button ,a.button:active ,a.button:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.room-button {
    width:350px;
}

#player-content h4 {
    color: #3a93c5;
}