.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	color: gray;
}

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
	}
	.news .header .title {
		font-weight: bold;
	}

	.news .header a {
		text-decoration: none;
		color: red;
	}
	
		.news .header a:hover {
		text-decoration: underline;
	}
	
.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	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;
		color: red;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.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: 10px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
}
.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: 3px;
	border-bottom: 1px solid Gray;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		float: left;
		padding-right: 5px;
	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.news .preview .image {}
	.news .preview .image .picture {
		float: left;
		width: 45px;
		height: 40px;
		padding: 0px 5px 0px 0px;
		padding: 0px;
	}
	
	
.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news {

}

	.news .list .item {
		background: url(../img/panel-bg.gif) no-repeat bottom;
	}
	
.news .list {}
.news .list .set-title{
	padding-top:15px;
	padding-bottom: 15px;
	padding-left:10px;
	font-size:24px;
	font-weight: bold;
}

	.news .list .footer {
		margin-bottom: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
}
		.news .single .item {
		background: url(../img/panel-bg.gif) no-repeat bottom;
		}

.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{
		color: gray;
		text-decoration: none;
	}
	
	.news .single a:hover.to-list{
		color: red;
		text-decoration: underline;
	}
	
	.news .header .title {
		font-weight: bold;
		color: red;
	}