body{
    background-color:#aaa;
}
div{
    border:0px solid;
}
#main_window {
    position: absolute;
    width: 1070px;
    border:6px solid;
    top:10px;
    left:10px;
    background-color:#ddd;
    box-shadow: 10px 10px 5px #777;
    -moz-box-shadow: 10px 10px 5px #777;
    -webkit-box-shadow: 10px 10px 5px #777;
}
#controls {
    position:relative;
    float:left;
    width: 61%;
    padding-left:20px;
    padding-bottom:0px;
}
#session {
    position:relative;
    float:left;
    width: 37%;
}
#splash{
    position: absolute;
    left: 175px;
    top: 30px;
    padding:20px;
    padding-left:20px;
    padding-right:20px;
    z-index:10000;
    width:700px;
    z-index:10000;
    background-color: rgba(0,0,0,0.65);    
    font-family: helvetica;
    color: #FFFFFF;
    line-height:116%;
    border:4px solid;
    border-color:#000000;
    overflow: hidden;
}
#splash_bg{
    position: absolute;
    background-image: url("../img/synth.jpg");
    opacity:1;
    left: 175px;
    top: 30px;
    padding:20px;
    padding-left:20px;
    padding-right:20px;
    width:700px;
    z-index:9000;
    border:4px solid;
    border-color:#000000;
}
#splash_title{
    font-size:26px;
}
#splash_body{
    padding-top:20px;
    font-weight:400;
    font-size:16px;
}
#splash_nav{
    float:right;
    text-align:right;
    font-size:14px;    
}
#browser_check{
    float:left;
}
#browser_fail{
    background-color: #400;
    border:3px solid;
    padding:20px;
}
#splash_close_button{
    top:0px;
    right:0px;
    position: absolute;
    width:22px;
    height:22px;
}
.analog{
    position:relative;
    float:left;
    width:32%;
}
.digital{
    position:relative;
    float:left;
    width:66%;
}
.column {
    float:left;
    position:relative;
    width: 210px;
}
.column_label{
    float:left;
    text-align:center;
    width:85%;
    font-size:26px;
    font-family: helvetica;
}
.knob_cell, .toggle_cell, .trigger_container, .button_container {
    position:relative;
    float: left;
    height: 150px;
    width: 95%;
}
.knob_im {
    position:absolute;
    float:left;
    height: 90px;
    width: 90px;
}
.knob_glow {
    position:absolute;
    float:left;
    left:-15px;
    top:-15px;
    height: 120px;
    width: 120px;
}
.knob_connecting{
    position:absolute;
    float:left;
    left:31px;
    top:34px;
    height: 28px;
    width: 28px;
}
.knob_whole{
    position:relative;
    float:left;
    height: 90px;
    width: 90px;
}
.toggle_im {
    position:relative;
    float:left;
    height: 105px;
    width: 72px;
}
.toggle_glow {
    position:absolute;
    float:left;
    left:-15px;
    top:-7px;
    height: 110px;
    width: 102px;
}
.button_im {
    position:relative;
    float:left;
    top: 7px;
    height: 75px;
    width: 75px;
}
.knob, .toggle, .button, .trigger {
    position:absolute;
    left: 0px;
    height: 100%;
    width: 100%;
}
.label{
    float:left;
    position: relative;
    display: block;
    left:6px;
}
.label_text {
    position: relative;
    height:90px;
    width:90px;
    display:table-cell;
    vertical-align:middle; 
    text-align:left;
    font-size:13px;
    font-family: helvetica;
}

#stream_controls{
    position:relative;
    float:right;
    width:20%;
    padding-bottom:20px;
}
#stream_buttons{
    position:relative;
    float:right;
}
#stream_text{
    float:right;
    padding-top:4px;
    padding-right:10px;
    font-size:18px;
    font-family: helvetica;
    text-align:right;
    font-weight:bold;
}
#session_controls{
    position:relative;
    float:left;
    width:100%;
}
#session_data{
    position:relative;
    float:left;
    width:70%;
}
#name_form_grayed{
    position:absolute;
    top:2px;
    width:100%;
    height:24px;
    background-color: rgba(0,0,0,0.5);  
}
#name_form{
    position:relative;
    float:left;
    width:100%;
    padding-bottom:5px;
}
#lcd{
    position:relative;
    float:left;
    width:100%;
    padding-bottom:8px;
}
#controllers{
    position:relative;
    float:left;
    width:100%;
    padding-bottom:20px;
}
#controllers_title{
    position:relative;
    float:left;
    width:99%;
    border: 2px solid;
    background-color: #aaa;
    font-family: helvetica;
    font-size:18px;
    font-weight:bold;
    text-indent:4px;
    padding-top:4px;
    padding-bottom:4px;
}
#controllers_list{
    position:relative;
    float:left;
    width:99%;
    height:125px;
    background-color: #bbb;
    border: 2px solid;
    padding-top:4px;
    padding-bottom:4px;
    overflow-y:scroll;
    white-space:nowrap;
    overflow-x:hidden;
}
#controllers_list_text{
    height:100%;
    position:relative;
    float:left;
    padding-left:4px;
    width:75%;
    font-family: helvetica;
    font-size:18px;
}
#session_toggle{
    width:24%;
    position:relative;
    float:left;
    padding:10px;
}
.session_button_im{
    position:relative;
    float:left;
}
#session_toggle_im{
    position:relative;
    float:left;
    width:72px;
    height:105px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#session_toggle_text{
    position: relative;
    float:left;
    left:4px;
    font-family: helvetica;
    font-size:14px;
    font-weight:bold;
}
#queue{
    display: none;
    border: 2px solid;
    position: relative;
    float:left;
    width:96px;
    left:10px;
    padding-bottom: 5px;
    padding-top: 5px;    
}
.queue_text{
    float:center;
    text-align:center;
    font-family: helvetica;
    font-size:18px;
}
#queue_pos{
    float:center;
    text-align:center;
    font-family: helvetica;
    font-size:24px;
}
#twitter{
    position:relative;
    float:left;
    top:-9px;
}
#title{
    position: relative;
    width:70%;
    float:left;
    padding-top:4px;
    padding-left:4px;
    padding-bottom:30px;
    font-size:18px;
    font-family: helvetica;
    text-align:left;
    font-weight:bold;
}
#special_notice{
    position: absolute;
    display: none;
    left: 40px;
    top: 100px;
    padding:30px;
    padding-left:20px;
    padding-right:20px;
    z-index:10000;
    width:500px;
    z-index:10000;
    background-color: rgba(0,0,0,0.8);    
    font-family: helvetica;
    color: #FFFFFF;
    line-height:116%;
    border:4px solid;
    border-color:#000000;
    overflow: hidden;
    font-size:16px;
}
#footer{
    position:relative;
    float:right;
    width:100%;
    font-size:14px;
    font-family: helvetica;
    text-align:right;  
    padding-top:12px; 
    padding-right:4px;
}
#status{
    position:relative;
    float:left;
    width:60%;
    font-size:14px;
    font-family: helvetica;
    text-align:left;
    padding-top:25px; 
    left:8px;
}
#credits{
    position:relative;
    float:right;
    width:30%;
    font-size:14px;
    font-family: helvetica;
    text-align:right;  
    padding-top:25px; 
    padding-right:4px;
}
#name_input{
    font-family: helvetica;
    border: 2px solid;
    font-size:17px;
    width:98%;
}
a:link {
    color:#fff;
    text-decoration:none;
}
a:visited {
    color:#fff;
    text-decoration:none;
}
a:hover {
    color:#aaa;
    text-decoration:none;
} 
a:active {
    color:#aaa;
    text-decoration:underline;
}
a.orange:link {
    color:#FF8C00;
    text-decoration:none;
}
a.orange:visited {
    color:#FF8C00;
    text-decoration:none;
}
a.orange:hover {
    color:#FFA500;
    text-decoration:underline;
}
a.orange:active {
    color:#888;
    text-decoration:underline;
}
a.red:link {
    color:#800;;
    text-decoration:none;
}
a.red:visited {
    color:#800;
    text-decoration:none;
}
a.red:hover {
    color:#800;
    text-decoration:underline;
}
a.red:active {
    color:#800;
    text-decoration:underline;
}
a.resenv:link {
    color:#000;
    text-decoration:none;
}
a.resenv:visited {
    color:#000;
    text-decoration:none;
}
a.resenv:hover {
    color:#800;
    text-decoration:underline;
} 
a.resenv:active {
    color:#800;
    text-decoration:underline;
}

/* Font generated by Font Squirrel (http://www.fontsquirrel.com) on February 10, 2012 */
@font-face {
    font-family: 'HD44780Regular';
    src: url('../fonts/hd44780-webfont.eot');
    src: url('../fonts/hd44780-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hd44780-webfont.woff') format('woff'),
         url('../fonts/hd44780-webfont.ttf') format('truetype'),
         url('../fonts/hd44780-webfont.svg#HD44780Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#font_loader{
    font-family:'HD44780Regular';
    visibility:hidden;
}
