/** css concerning the default layout **/

#bottomcontainer {
    padding-top: 148px;
}

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

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

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

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

ul#latestMedia li.last, ul.widget li.last-child  {
    background: url(swingtop/mediawidget_last.png) no-repeat;
}

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

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

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




