/* 
    Document   : events
    Created on : 29-feb-2012, 16.21.28
    Author     : Raffaele
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.eventDate {
    font-family: 'Yanone Kaffeesatz';
    font-size:28px;
    color: #019bb3;
    float: left;
    text-align: center;
    padding-right: 10px;
}

a.eventDateLink {
    font-family: 'Yanone Kaffeesatz';
    font-size:28px;
    color: #019bb3;
    text-decoration: none;
}
 a.eventDateLink.hover {}
 a.eventDateLink.visited {}
 a.eventDateLink.active {}


.eventPlace {
    font-family: 'Yanone Kaffeesatz';
    font-size:20px;
    color: #ffffff;
    float: left;
    text-align: center;
    padding-right: 10px;
    line-height: 40px;
}

.eventIcons {
    float:left;
}

.eventName {
    font-family: 'Yanone Kaffeesatz';
    font-size:28px;
    color: #ffffff;
    font-weight: bold;
    width: 321px;
    /*height: 50px;*/
    text-align: left;
}

a.eventNameLink {
    font-family: 'Yanone Kaffeesatz';
    font-size:28px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

 a.eventNameLink.hover {}
 a.eventNameLink.visited {}
 a.eventNameLink.active {}


.eventDetailName {
    font-family: 'Yanone Kaffeesatz';
    font-size:28px;
    color: #ffffff;
    font-weight: bold;
    width: 783px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    background-image: url('../images/eventname_bck.png');
    background-repeat: repeat-x;

}

.eventSubtitle {
    font-family: 'Yanone Kaffeesatz';
    font-size:22px;
    color: #019bb3;
    width: 321px;
    /*height: 50px;*/
    text-align: left;
}

.eventImage {
    width: 241px;
    height: 116px;
    border: 2px solid #019bb3;
}

.eventDetailGallery {
   width: 389px;
   float: right;
   margin-top: 20px;
}

.eventDetailImage {
    width: 350px;
    height: 168px; /*261*/
    border: 1px solid #491769;
    float: left;
    margin-right: 30px;
}

.eventDetailContentRight {
   width: 387px;
   height: 100%;
   font-family: 'Yanone Kaffeesatz';
   font-size: 22px;
   color: white;
   float: right;
}

.eventDetailContentBottom {
    width: 350px;
    text-align: justify;
    /*float: left;*/
    padding-top: 180px;
    padding-bottom: 40px;
    font-family: 'Maven Pro';
    font-size:14px;
    color: #FFFFFF;

}

.eventTd {
    width: 321px;
    padding-right: 70px;
    vertical-align: text-top;
}
