/* News CSS */
h2 {
    color: #9fadc2;    
}

h2.title a {
    color: #9fadc2;
}
h2.title a:hover {
    color: #FFCC99;
}
.news_banner {
	border: 1px #333 solid;	
	padding: 3px;
	margin: 3px;
    text-align: center;
}

.news_cont {
}

.news_post {
	margin-bottom: 20px;
}
.news_post small {
    display: block;
    margin-bottom: 10px;
    color: #6E6E6E;
}
.news_post .entry {
	padding: 0 20px;
	clear:left;
	overflow:hidden;
}
* html .news_post .entry {
	height:1%;
}

.news_goahead a{
    font-size:0.9em; 
    float:right; 
    margin-bottom: 20px; 
    color: #6E6E6E;
}
.news_post img {
    margin-top: 5px;
    margin-bottom: 15px;
}