/**
 * Gersey Labs Now-playing Style
 */
 
 /*****************

COLOURS:

peach: #ffd87f
dark-brown (text): #413000
blue: #0089c0

******************/

#layout_top_bar {
    background-color: #ffd87f;
}

#email_link {
    width: 198px;
    height: 20px;
    position: absolute;
    top: 31px;
    left: 66px;
}

#live_text {
    position: absolute;
    top: 165px;
    left: 30px;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2em;
    color: #413000;
}

#live_text a {
    color: #0089c0;
}

#live_text a:hover {
    text-decoration: underline;
}
