/* $Id: simple_events.css 54 2008-03-03 01:17:59Z klemen.nagode $ */

.simple_events {
	
}

/* multi */
.simple_events ul.events_list {
	margin: 0;
	list-style-type: none;
}
.simple_events ul.events_list li {
	margin: 0;
	padding-bottom: 2em;
	border-bottom: 1px solid #b5d0ef;
	margin-bottom: 2em;
	height: 1%;
}
.simple_events ul.events_list li .thumb {
	float: left;
	width: 110px;
	height: 90px;
	background: #fff url('/dsg/types/-.gif') no-repeat center center;
	border: 1px solid #219af7;
}
.simple_events ul.events_list li .title_lead {
	margin-left: 125px;
}
.simple_events ul.events_list li .title_lead h3 a.title {
	font-weight: bold;
}
.simple_events .title {
	padding-top:30px;
}
.simple_events .related{
	margin-bottom:15px;
	clear:both;
	margin-top:15px;
}
.simple_events ul.events_list .title_lead .time,
.simple_events .single .time {
	display: block;
	background: url('../dsg/dateBg.jpg') no-repeat center center;
	width: 146px;
	height: 18px; /*22*/
	padding-top: 4px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.simple_events ul.events_list li .title_lead .lead {
	font-size: 1.1em;
	line-height: 1.3em;
}
.simple_events ul.events_list li .title_lead .lead * {
	line-height: 1.3em;
}



.simple_events .single .picture{
	float:right;
	margin:0 0 5px 5px;
}
.simple_events .single .main_content{
	float:right;
	margin-top:10px;
}





