.news{}

/* DEFAULTS LEAVES */

.news .header {
	padding-bottom: 3px;
	padding-top:10px;
}
	.news .header .date {
		clear:both;
	}
	.news .header .title {
		font-weight: bold;
		color:#a2321d;
		clear:both;
		text-decoration : underline;
	}
	.news .header .title a {
		font-weight: bold;
		color:#a2321d;
		text-decoration : underline;
	}
	
.news .image {
	
}
	.news .image .picture {
		float: left;
		padding: 0 3px 3px 0 !important;
		padding: 0 0 3px 0;
	}

.news .content {
	display:block;
	text-align: justify;
}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details{
		color: Gray;
		text-decoration: none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 0px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
	background-image : url(../img/news-header.gif);
	background-repeat : no-repeat;
	height : 28px;
}
.news .preview div.to-list{
	text-align: center;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 6px;
	margin-left:10px;
	margin-right:10px;
	background-image : url(../img/dashed-line.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		float: left;
		padding-right: 0px;
	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.news .preview .item div.view-details{
	padding-top:3px;
}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.news .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.news .list .item div.view-details{
	padding-top:10px;
	padding-bottom:5px;
	background-image : url(../img/dashed-line.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
}
.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{}