/* $Id: news.css 16 2008-01-16 16:04:26Z edin.coralic $ */

.news {
	
}


/* single */
.news .single {
	
}
	.news .single .picture {
		float: right;
		margin: 0 0 0.5em 1em;
	}


/* multi */
.news .list {
	list-style-type: none;
	margin: 0;
}
	.news .list li {
		margin: 0;
		padding-bottom: 1em;
		border-bottom: 1px solid #e0d9d1;
		margin-bottom: 2em;
		height: 1%;
	}
		.news .list a.picture {
			float: left;
			width: 120px;
			height: 120px;
			overflow: hidden;
			background: no-repeat center center;
		}
		.news .list .description {
			margin-left: 145px;
			height: 1%;
		}
		.news .list .description h2 {
			font-size: 1.6em;
			margin-bottom: 0.5em;
			font-weight: bold;
		}
			.news .list .description h2 a {
				color: #cd0549;
				text-decoration: none;
			}
			.news .list .description h2 a:hover {
				text-decoration: underline;
			}
		.news .list .description .lead {	
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.news .list .description .lead * {	
			line-height: 1.5em;
		}
		.news .list .description .lead a.more {	
			text-decoration: none;
		}
		.news .list .description .lead a.more:hover {	
			text-decoration: underline;
		}
		
