.article {
    clear: both;
    text-align: left;
    margin-top: 25px;
}

.articleHeadline h1 {
    margin-bottom: 0px;
}
.articleHeadline h1 a:link,
.articleHeadline h1 a:active {
font-size: 14px;
}
.articleHeadline h1 a:hover{
color:#ff0000;
}
.articleHeadline h1 a:visited {
font-size: 14px;
}

.articleAuthor { 
	margin-top:5px;
} 

.articleCalendar {
	display: none;
}

.articleEntry {
    margin: 10px 0px;
} 
.articleEntryList p{
margin:0px;
}
.articleImage { 
	margin : 2px 10px 4px 4px;
	float : left;
}

.articlePaging { 
    border-bottom:1px dotted #D8D8D8;
	padding-bottom : 2px;
	margin-bottom : 2px;
} 

.articleCategories { display: none; }
.postRating h2 { display: none; }
.articleComments { display: none; }
.articleComments h2 { display: none; }
.articleComment { display: none; }
.articleCommentGravatar { display: none; }
.articleCommentContent { display: none; }
.articleCommentAuthor { display: none; }
.articleCommentDate { display: none; } 
.postComment { display: none; }
.postComment p, .postComment div { display: none; }
.postComment h2 { display: none; }
.postComment input { display: none; }
.postComment #notify input { display: none; }
.postComment textarea { display: none; }
