@import "lightbox.css";

/*plugin event - frontend styles*/

#event .event_block {
margin:0 0 10px 0;
overflow:hidden;
border-bottom:dotted 1px #cccccc;
padding:0 0 25px 0;
}

#event .event_block p {
margin:5px 0 15px 0;
}

#event .event_block h3 {
margin-bottom:20px;
}

#event div.event_gallery {
width:140px;
margin-right:20px;
margin-bottom:15px;
overflow:hidden;
float:left;
padding:4px;
border:solid 1px #dddddd;
}
#event div.event_gallery .event_gallery_inner {
width:140px;
height:120px;
overflow:hidden;
}


#event div.event_gallery .gallery_navigation {
width:140px;
float:left;
overflow:hidden;
background:#f2f2f2;
color:#333333;
line-height:12px;
font-size:11px;
padding-bottom:2px;
font-weight:bold;
}

#event div.event_gallery .gallery_navigation div {
width:50%;
float:left;
text-align:center;
cursor:pointer;
overflow:hidden;
}

#event div.event_gallery .gallery_navigation div.galprev { position:relative; left:0; float:left; display:none;}
#event div.event_gallery .gallery_navigation div.galnext { position:relative; right:0; float:right; display:none; }

#event .event_date {
float:right;
font-weight:normal;
}

#event .event_date {
float:right;
font-size:10px;
font-weight:normal;
color:#828282;
}


#event .event_header h3 a, #event .event_header h3  {
font-size:15px;
color:#e1af19;
line-height:20px;
margin:0 0 10px 0;
font-weight:normal;
text-decoration:none;
}

#event .event_header h3 a:hover  {
text-decoration:underline;
}


#event .back_link {
text-align:right;
padding:5px 20px;
}


.block_li {
clear:both;
}


