@charset "UTF-8";
/* CSS Document */

#news-post{
	font-family: arial;
	border-bottom: 1px solid #C2CA9B;
	margin-bottom: 20px;
	}

#news-post .thumbnail-bloginfo{}
#news-post .thumbnail-bloginfo .thumbnail-container{
	float: left;
	width: 55px;
	}
	
#news-post .thumbnail-bloginfo .thumbnail-container .thumbnail{}
#news-post .thumbnail-bloginfo .bloginfo{
	float: left;
	width: 540px;
	}

#news-post .date{
	font-weight: bold;
	color: #7487AF;
	margin-bottom: 10px;
	}
	
#news-post .title{margin-bottom: 5px;}
#news-post .title a{
	font-weight: bold;
	font-size: 14px;
	color: #263E6F;
	text-decoration: none;
	}
	
#news-post .title a:hover{color: #7487AF;}
#news-post .posted-by{
	margin-bottom: 5px;
	text-transform: uppercase;
	}
	
#news-post .image{margin-bottom: 10px;}
#news-post .description{margin-bottom: 10px;}
#news-post .tags-comments{margin-bottom: 10px;}
#news-post .tags-comments a{
	color: #7487AF;
	text-decoration: none;
	}
	
#news-post .tags-comments a:hover{
	color: #263E6F;
	}
	
#news-post .tags-comments .tags{
	width: 50%;
	float: left;
	}
	
#news-post .tags-comments .comments{
	width: 50%;
	float: left;
	text-align: right;
	}
