/* $Id: competition.css 63 2008-03-11 07:19:23Z edin.coralic $ */

@import url('/plugins/user/css/gallery.css');

.competition {
	
}


/* list */
.competition ul.competitions_list {
	margin: 0;
	list-style-type: none;
}
.competition ul.competitions_list li {
	margin: 0;
	height: 1%;
	padding-bottom: 1em;
	border-bottom: 1px solid #b5d0ef;
	margin-bottom: 1em;
}
.competition ul.competitions_list li a.thumb {
	float: left;
	background: no-repeat center center;
	width: 110px;
	height: 90px;
	overflow: hidden;
	border: 1px solid #219af7;
	margin-right: 20px;
}
.competition ul.competitions_list li .title_lead {
	margin-left: 130px;
	height: 1%;
}
.competition ul.competitions_list li .title_lead .opened {
	position: absolute;
}
.competition ul.competitions_list li .title_lead .opened strong {
	float: left;
	margin: 4px 5px 0 0;
	color: #737171;
	font-weight: bold;
	font-size: 1.2em;
}
.competition ul.competitions_list li .title_lead .opened span {
	float: left;
	background: url('../../simple_events/dsg/dateBg.jpg') no-repeat center center;
	width: 146px;
	height: 18px; /*22*/
	padding-top: 4px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.competition ul.competitions_list li .title_lead .title {
	padding-top: 27px;
	font-weight: bold !important;
}
.competition ul.competitions_list li .title_lead .lead {
	font-size: 1.1em;
	line-height: 1.3em;
}
.competition ul.competitions_list li .title_lead .lead * {
	line-height: 1.3em;
}


/* single */
.competition .single {

}
.competition .single img.picture {
	float:right;
}


/* award pictures */
.competition .winner_pictures li.li_winner {
	float:none;
	width:auto;
	padding:10px;
	background:url(../dsg/winner_bg.jpg) repeat-x top;
}
.competition .winner_pictures li.li_winner div.item {
	float: left;
}
.competition .winner_pictures .administrator_content {
	font-size: 1.2em;
	margin-left: 130px;
}
.competition .winner_pictures div.item{
	margin:0 10px 10px 0 !important;
}







