/* 
    Document   : styles
    Created on : 11.1.2013, 14:28:52
    Author     : Jaroslav Ascaria Svoboda
    Description:
        Events component styles.
*/

div.fac-events {
}
div.fac-events div.fac-event {
    margin:20px 0px;
    padding-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
div.fac-events div.fac-event:last-child {
    border-bottom-width:0px;
}
div.fac-events div.fac-event .date {
    position:absolute;
    width:45px;
    height:47px;
    margin-top:2px;
    padding-top:5px;
    text-align:center;
    line-height:17px;
    color:#fff;
    background:url('../images/date-icon.png');
    overflow:hidden;
}
div.fac-events div.fac-event .date span { 
    width:45px;
    display:block;
}
div.fac-events div.fac-event h2,
div.fac-events div.fac-event h3,
div.fac-events div.fac-event p {
    margin:0px 5px 5px 60px;
    text-align:left;
}
div.fac-events div.fac-event ul {
    margin:15px 5px 15px 60px;
    padding:0px 0px 0px 20px;
}
div.fac-events div.fac-event ul li {
}
div.fac-events div.fac-event h2 {
    margin-bottom:2px;
    padding:0px;
    font-size:15px;
    line-height:24px;
    color:#666;
    text-transform:uppercase;
    border:none;
}
div.fac-events div.fac-event h3 {
    font-size:13px;
    line-height:20px;
    text-transform:uppercase;
}
div.fac-events div.fac-event h3 span {
    color: #f0a000;
}
