#blogList{
}
.postTitleArea{
	margin-bottom:10px;
}

.postTitleArea a{
	text-decoration:none;
}
.postTitleArea a:hover{
}
.postTitleArea h1,
.postTitleArea h2{
	font-size:32px;
	margin:0px;
}


.postContent{
	margin-bottom:20px;
}


.publishedDate{
	font-size:12px;
	line-height:30px;
	
}
.post{
	margin-bottom: 20px;
	border-bottom:1px solid #EEE;
}
.commentsContainer{

}

.commentsContainer .comment{
	
	margin-bottom:10px;
}

.commentsContainer .commentDate{
	float:right;
}

.commentsContainer .commentTopBar{
	
	font-weight:bold;
	font-size:13px;
	
}

.commentsContainer .commentContent{

}

.commentForm th{
	text-align:left;
	vertical-align:top;
	padding:10px 10px 5px 0px;
}

.commentForm td{
	padding:5px;
}
.commentForm  td.submit{
	padding:5px 3px;
}
.postFooter{
	position: relative;
	min-height:20px;
	
}

.postFooter a {
	text-decoration: none;
}
.postFooter a:hover{
	 text-decoration: underline;
}
.postFooter ul{
	list-style-type: none;
	margin:0px;
	padding: 0px;
	min-height:15px;
}

.postFooter ul li.title{
	font-weight:bold;
	
}
.postFooter ul li{
	display:inline;
	padding-right: 5px;
	
}



.postFooter .commentsLink{float:right; margin-top:-23px;}

.postFooter a{}


.categoryList{
	display:block;
}

.tagList{
	display:block;
}
.tagList ul li{
	display:inline-block;
	padding-right: 5px;
}


#comments{
	margin-top:10px;
}

.blogCatMenu{
	padding:0px;
}

.searchBlog{
	margin-bottom:20px;
}


#blogList .postContent{
    font-size:18px;
    margin-bottom:20px;
}


#blogList .pagination a{
	color: #0b3560;
	font-size:18px;
}

#blogList .pagination a:hover,
#blogList .pagination .active a{
    color:#FFF;
    background-color: #0b3560;
    border-color: #0b3560;
}


#blogList .blogListImageContainer{
    margin-bottom:10px;
}
#blogList .categoryList{
    float:right;
}
#blogList .categoryList ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
#blogList .categoryList ul li{
    display:inline-block;
    padding:0px;
}




#blogDetails .postContent{
    font-size:17px;
    line-height:1.7;
}

#blogDetails .postTitleArea h1,
#blogDetails .postTitleArea h2{
    font-size:32px;
    margin:0px;
}
@media (min-width:576px) {
    #blogDetails .postTitleArea h1,
    #blogDetails .postTitleArea h2{
        font-size:42px:0px;
    }
}

