/** css concerning the default layout **/

#bottomcontainer {
    padding-top: 148px;
}

body.home #header.singleblock {
    margin-top: 182px;
} 

/** css concerning the poll module **/
#pollbody label {
    color: #fff;
}

li.selected, .votebar button {
    color: #ec008c;
}

/** css concerning the widgets **/
ul#latestMedia li, ul.widget li.content, ul.widget li.social {
    background: transparent url(absolutelyfresh/mediawidget_left.png);
}

ul#latestMedia li.last, ul.widget li.last-child,dl.widget dd.last-child {
    background: url(absolutelyfresh/mediawidget_last.png) no-repeat 0px 5px;
}

ul#latestMedia .toggle_active, ul#latestMedia li .toggle_active:hover {
    background: url(absolutelyfresh/mediawidget_toggle_active.png) no-repeat;
}

ul#latestMedia li .toggle, ul#latestMedia li .toggle:hover {
    background: url(absolutelyfresh/mediawidget_toggle.png) no-repeat;
}

ul#latestMedia li.first,ul.widget li.first-child { 
    background:url(absolutelyfresh/mediawidget_head.png); 
}

ul#latestMedia li.last {
    background-position: 0px 0px;
}

dl.widget dd.last-child {
    background: transparent url(absolutelyfresh/widget_right_footer.png) no-repeat scroll 0 0;
}

dl form input.submit {
    border: 1px solid #ec008c;
    color: #ec008c;
    
}

ul#latestMedia li.non_active 
{
        
}

