
@import "news_comments.css";

.news h1  {
	/* float:left; -*/
}

.news .lead {
	font-style:italic;
	font-size:12px;
	margin-bottom:20px;

}
	.news .NewsPic {
		float:right;
		padding:10px;

		margin-top:10px;
		margin-right:0;
		margin-left:10px;
		margin-bottom:10px;
		border:none;

	}
	.news a:hover .NewsPic {
		border:none;
	}
	.news .lead a {
		font-style: italic;
		color:#797575 !important;
		text-decoration: none;
	}
	.news .lead a:hover{

		text-decoration: underline;
	}
	.news .plugin-content {

	}
	.news .NewsComments{
		background:#dbeff9;
		text-align:right;
		padding:0;
		margin:0;
		padding-right:5px;
	}


.news .LatestNews{
	width:100%;
}
.news .LatestNews .newsFrame{

	padding:5px;
	margin:10px;
}
	.news .LatestNews h2 {
		font-size:14px;
		background:#f0e5f3;
		color:#b266b5 ;
		font-weight:bold;
		font-style:italic;
		margin:0;
		padding:4px 10px;
		margin-bottom:10px;
	}


.news .archiveFrame{
	clear:both;

}
	.news .archiveFrame .oldNews{
		margin-bottom:2px;
		border-bottom: 1px dashed #CCC;
	}
	.archiveFrame .title {
		font-size:12px;
		margin:0;
		padding:3px;
	}
	.archiveFrame .title  a{
		font-size:12px;
		margin:0;
		color:#797575;
		padding:3px;
		text-decoration:none;
	}


.news .ArchiveFrame h1{
	margin-bottom:0 !important;
	color: #999!important;
	font-size:16px !important;
	background:url(../dsg/header_h1_bg.jpg) repeat-y left center !important;
}
.news .date {
float: right;
}


.news h1 a{
	font-size:10px;
	font-weight:bold;
	float:right;
	margin-right:20px;
	margin-top:5px;
	color:#b266b5;

}
.news a.more {
	color: #b266b5;
	font-size: 14px;
}
