/* cyberage.cx stylesheet */

body {
    background-color: #111111; 
    font: 16px "Ubuntu Condensed", sans-serif; 
    color: #ffffff;
    margin: 0;
}
a:link {color: #00ffff ; text-decoration: none}
a:hover {color: #99ffff; text-decoration: none}
a:visited {color: #00bbbb ; text-decoration: none}
a:visited:hover {color: #55dddd; text-decoration: none}
a:active {color: #00bbbb ; text-decoration: none}
p {margin: 0; margin-bottom: 18px;}
img {border-width: 0px}
h2 {text-align: center; background-color: #222222; margin: 0;}

#title {
    position: fixed;
    top: 5px;
    left: 160px;
    right: 160px;
    height: 85px;
    background-color: #333333;
    z-index: 95;
    border: 1px; 
    border-style: solid; 
    border-color: #444444;
}

#logo {
    font-size: 60px; 
    font-family: Orbitron, sans-serif; 
    font-weight: bold;
    color: #448484;
    float: left;
    padding-left: 5px;
}

#autoplayer {
    float: right;
    clear: right;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
    font: 18px "Russo One", sans-serif;
    text-overflow: ellipsis;
}

#audio_player {
    display: none;
}

#audio_player_skin {
    display: inline-block;
}

#play_button {
    float: left;
    height: 30px;
    width: 30px;
    border: none;
    margin-right: 10px;
}

#play_button.play {
    background: url('/pics/play.png') no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

#play_button.pause {
    background: url('/pics/pause.png') no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

#timeline{
    width: 300px;
    height: 20px;
    background: black;
    margin-top: 5px;
    float: left;
    border-radius: 15px;
}

#playhead{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: 1px;
    background: rgba(255, 255, 255, 0.82);
}

#time_display {
    display: inline-block;
    text-align: center;
    width: 100px;
    font-size: 12px;
    margin-top: 7px;
}


.archive_row {
    font-size: 12px;
    cursor: pointer;
}

.random_rage {
    border-radius: 5px;
    background-color: #00ffff;
    color: black;
    font-weight: bold;
    text-align: center;
}

#menuleft {
    position: fixed;
    top: 5px;
    left: 5px;
    bottom: 5px;
    width: 150px;
    background-color: #333333;
    z-index: 95;
    border: 1px; 
    border-style: solid; 
    border-color: #444444;
    text-align: center;
    font: 18px "Russo One", sans-serif;
}

#menuright {
    position: fixed;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 150px;
    background-color: #333333;
    z-index: 95;
    border: 1px; border-style: solid; border-color: #444444;
    text-align: center;
    font: 16px "Russo One", sans-serif;
}

.latest_show_span {
    text-decoration: underline; 
    font-size: 22px;
}

#show_features {
    display: inline-block;
}

#menuright a {
    font-size: 22px;
}

#content {
    position: absolute;
    top: 95px;
    left: 160px;
    right: 160px;
    bottom: 5px;
    background-color: #111111;
    z-index: 0;
}

.mybutton {
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
    color: black !important;
    background-color: #00bbbb;
    font-weight: bold !important;
}

.left_link {
    width: 130px;
    text-align: center;
    padding: 10px;
}

#search_box {
    border-radius: 5px;
    float: right;
}

