@import "lightbox.css";

/*plugin news - frontend styles*/

#news {
margin:0;
width:100%;
}

#news h2 {
margin-top:8px;
overflow:auto;
padding-top:20px;
}

#news h2 a {
color:#b12217;
}

#news h2 a:hover {
color:black;
}

#news ul {
padding-left:15px;
}

.news_block, .news_block_last {
	margin-bottom:15px;
	padding-bottom:15px;
	overflwo:auto;
	width:100%;
	
}


.news_title {
	margin-bottom:12px;
	font-weight: bold;
	text-transform:uppercase;
}


.news_date {
text-transform:normal;
font-size:18px;
font-weight: normal;
border:solid 1px #dedede;
padding:3px 9px;
color:#b32317;
line-height:18px;
float:right;
text-align:center;
background:#f6f6f6;
margin-top:-20px;

display:none;
}

span.news_date_month {
display:block;
font-size:9px;
line-height:12px;
text-align:center;
margin-top:5px;
}

.news_text {
font-weight: normal;
text-align:justify;	
overflow:auto;
}

.news_text img {
text-align:left;
padding:1px;
margin:1px 18px 5px 0px;
}

#news h1, #news h2, #news h3 {
margin-right:1px;
}

.news_files {

	font-size: 12px;
}

.news_files h2 {
margin-top:0;
padding-top:0;
}

.see_more {
font-size:11px;
float:left;
position:relative;
margin-top:15px;
padding-bottom:1px;
}


.see_more a {
text-decoration:none;
}
