
.newsItem {
	display: block;
	border-bottom-color: #715943;
	width: 100%;
	border-bottom: dotted 1px;
	min-width: inherit;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.newsTitleBullet {
	border-width: 2px;
	border-style: solid;
	color: #715943;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 12px;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	
}

.newsTitleBullet strong {
	font-size: 15px;
	font-weight: bolder;
}

.newsItem h1 { /* title */                                    
	width: 675px;                                    
	border-style: none;            
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #715943;
}

.newsItem h2 { /* author */                                                    
	border-style: none;                                                    
	font-variant: small-caps;             
	display: block;
	margin-left: 10px;
	color: #715943;
	font-size: 9px;
}

.newsItem p {
	width: 100%;
	border-style: none;
	display: inline-block;
	text-align: justify;
	font-size: 13px;
}

.newsItem img {
	float: right;
	max-height: 250px;
	max-width: 250px;
	border-width: 0px;
	padding: 10px;
}
