

/* Special CSS-classes needed for the event module
-------------------------------------------------------------- */

div.event
{
    clear: both;
    margin-bottom: 60px;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
}

div.first {
    border-top: none;
    padding-top: 0px;
}

p.intro { font-weight: bold; }

.uka-emblem {float: right; background-image: url('../img/uka-emblem.png'); width: 60px; height: 11px;}
.isfit-emblem {float: right; background-image: url('../img/isfit-emblem.jpg'); width: 29px; height: 20px;}

.container p a[href^='http://open.spotify.com'] {
    background:transparent url(img/icon-spotify.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:20px;
}

.container p a[href*='myspace.com'] {
    background:transparent url(img/icon-myspace.png) center left no-repeat;
    display:inline-block;
    padding-left:20px;
    line-height:20px;
}


