/* $Id: news.css 43 2008-02-28 13:19:09Z edin.coralic $ */

.news {
	
}

.news .single .main_content,
.simplevents .single .main_content {
	margin-bottom: 0;
}
.news .single .main_content .picture {
	float:right;
}

.competition .thumb,
.news .thumb,
.simple_events .thumb {
	width: 67px;
	height: 67px;
	width: 110px;
	height: 90px;
	float:left;
	background-position:center center;
	border:1px solid #219AF7;
	margin: 0 15px 0 0;
}

.competition ul.list,
.competition ul.list li,
.news ul.list,
.news ul.list li,
.simple_events.list ul,
.simple_events.list ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	height: 1%;
}
.competition ul.list li,
.news ul.list li,
.simple_events ul.list li {
	padding-bottom:10px;
	border-bottom:1px solid #B5D0EF;
	margin-bottom:10px;
	height: 1%;
}
.competition ul.list li .title,
.news ul.list li .title,
.simple_events ul.list li .title {
	color:#FF9001;
	text-decoration:none;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:3px;
}
.competition .time,
.news .time,
.simple_events .time {
	color:#B8B8B8;
	font-weight: bold;
	margin-bottom: 2px;
}
.competition ul.list li .title:hover,
.news ul.list li .title:hover,
.simple_events ul.list li .title:hover {
	text-decoration:underline;
}
body .simple_events ul.list .lead,
body .competition ul.list .lead,
body .news ul.list .lead {
	font-size:1.1em;
	line-height: 1.3em;
}
body .simple_events ul.list .lead *,
body .competition ul.list .lead *,
body .news ul.list .lead * {
	line-height: 1.3em;
}

