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

COLOURS:

Light Blue: #71cade

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

#layout_top_bar {
    background-color: #71cade;
}
 
.now_playing {
}

.now_playing h1{
    color: #71cade;
    letter-spacing: 0;
}

.now_playing a {
    color: #71cade;
}

.now_playing a:hover {
    text-decoration: underline;
}

/** Layout **/
.now_playing .left_col {
    float: left;
    padding: 20px;
    width: 175px;
}

.now_playing .right_col {
    float: right;
}

/** Content Menu **/

.now_playing .menu_content {
    color: #71cade;
}

/** MAILING LIST FORM **/

.form_layout .label {
    font-size: 11px;
    vertical-align: middle;
    
}

.form_layout input {
    font-size: 11px;
}

.form_layout input.error {
    background-color: #FFC;
}

.submission_errors {
    background-color: #FFC; 
    padding: 10px 10px 2px 10px; 
    color: #E64D39; 
    margin-bottom: 10px; 
    text-align: left; 
    font-size: 10px;
}