.news{}

/* DEFAULTS LEAVES */

.news .header {
	padding-bottom: 3px;

}
	.news .header .date {
	}
	.news .header .title {
		font-weight: bold;
		background : none;
	}
	.news .header .title a:link,
	.news .header .title a:visited{
		color:yellow;
	}

.news .image {
	
}
	.news .image .picture {
		float: left;
		padding: 0 3px 3px 0 !important;
		padding: 0 0 3px 0;
	}

.news .content {
	text-align: justify;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details{
		display:block;
		background-image : url(../img/03-read-more.png);
		background-repeat : no-repeat;
		height:17px;
		width:79px;
		margin: 0 0 0 auto;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 7px 0 0 0 ;
	
}
	.news a.to-list{
		display:block;
		height:17px;
		width:79px;
		background-image : url(../img/03-read-all.png);
		background-repeat : no-repeat;
		color: yellow;
		text-decoration: none;
		margin: 0 0 0 auto;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 10px;
	background-image : url(../img/02-news-header.png);
	background-repeat : no-repeat;
	background-position : top;
	padding-top:30px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
	display:none;
}
.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;
	padding-bottom:10px;
	border-bottom: 0px solid black;
	background-image : url(../img/dashed.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: 5px;
		clear:both;
	}
	.news .preview .item .header .title {
		font-weight: bold;
		clear:both;
	}
	.news .preview .item .header .title a:link,
	.news .preview .item .header .title a:visited {
		color:yellow;
		background:none;
		display:block;
		width:195px;
	}
.news .preview .item div.view-details{
	display:block;
	}
	
	.news .preview .item a.view-details {
	}

/* VIEW: LIST */
.news .list {
	padding: 0px;
	
}
.news .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.news .list .item div.view-details{
	padding-bottom:10px;
	margin-bottom:10px;
	background-image : url(../img/dashed.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 0px;
}
.news .single .set-title{
	display: none;
}
.news .single .title {
	font-size : 16px;
	color:yellow;
}
.news .single div.to-list{}
	.news .single a.to-list{}
