/* $Id: news.css 158 2009-02-23 14:09:08Z edin.coralic $ */
.news {

}


/* single */
.news .single {

}
	.news .single .main-content {
		margin-bottom: 1em !important;
	}
	.news .single .picture {
		float: right;
		margin: 0 0 0.5em 1em;
	}
	.news .single .archive {
		float: right;
		font-size: 2.4em;
		line-height: 2.0em;
	}


/* multi */
.news .list {
	list-style-type: none;
	margin: 0;
}
	.news .list li {
		padding-bottom: 1em;
		border-bottom: 1px solid #504F54;
		margin: 0 0 1em 0;
	}
		.news .list .picture {
			float: right;
			width: 140px;
			height: 140px;
			border: 1px solid #504F54;
			overflow: hidden;
			background: no-repeat center center;
			margin: 0 0 0.25em 1em;
		}
		.news .list h2 {
			margin-bottom: 1em;
			line-height: 1.6em;
		}
			.news .list h2 a {
				color: #504F54;
				font-weight: bold;
				font-size: 1.8em;
				text-decoration: underline;
			}
			.news .list h2 a:hover {
				text-decoration: none;
			}
		.news .list .content {
			color: #554f43;
			font-size: 1.4em;
			line-height: 1.5em;
		}

.news .comments h3 {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #C1AA79;
	padding-bottom: 0.5em;
	font-size: 1.8em;

}
.news .comments form {
	margin-bottom: 3em;
}
.news .comments form textarea {
	width: 350px;
}
.news .comments ul.paging {
	margin: 0;
}
.news ul.comment_list {
	list-style-type: none;
	margin: 0;
}
.news ul.comment_list li {
	margin: 0 0 1em 0;
	padding-bottom: 1em;
	font-size: 1.2em;
	border-bottom: 1px solid #C1AA79;
}
.news ul.comment_list li .date {
	margin-bottom: 0.5em;
}
