@import "lightbox.css";

/*plugin event - frontend styles*/

#event {
margin:5px;
}

#event ul {
padding-left:15px;
}

.event_block {
	margin-bottom:25px;
	float:left;
	
}

.event_title {
	/*margin-bottom:10px;
	font-weight: bold;
	color:#2d4d70;*/
}

.event_text {
	font-weight: normal;
	margin-left:15px;
}

.event_text img {
text-align:left;
margin:1px 8px 2px 0px;
}

.event_files {
	font-size: 11px;
}

.event_left {
float:left;
width:100px;
clear:left;
margin-left:15px;
}
.event_right {
float:right;
width:360px;
clear:none;
margin-bottom:20px;
}
.event_right p, .event_left p {
font-size:11px;
color:#333333;
}

hr.grey {
float:left;
clear:both;
height:1px;
color:#cccccc;
}

#event label {
width:80px;
display:block;
clear:none;
float:left;
}

#event div.field {
margin:3px 0;
}

.print_event_block {
color:#333333;
font-size:11px;
}

.print_event_block h3 {
margin:4px 0;
}

