

/* ----------------------------------------------------------------------------------------------	LEFT COL */

#blog .body-left{
	
}

#blog .body-left h2{
	margin: 20px 0 15px 0;	
}

#blog .body-left ul{
	margin: 0;
	padding: 0;
}

#blog .body-left ul li{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#blog .body-left .BlogPostArchive li, #blog .body-left .BlogTagList li{
	margin-bottom: 5px;	
}

#blog .body-left ul li a{
	
	color: black;	
}

/* ----------------------------------------------------------------------------------------------	BLOG POST */

.blog-post{
	margin: 20px 0 30px 0;	
}

.blog-post h2{
	font-weight: bold;
	margin: 0;	
	border: 0;
}

.blog-post h2 a{
	color: black;
	text-decoration: none;	
	font-size: 15pt !important;
}

.blog-post h2 a:link:after, .blog-post h2 a:visited:after {
   content: "";
   
}

.blog-post h2 a[href^="/"]:after {
   content: "";
}

.blog-post h2 a:hover{
	text-decoration: underline;	
}

.blog-post h3{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 10px 0;	
	border: 0;
}

.blog-post .links{
	display: none;	
}



/* ----------------------------------------------------------------------------------------------	BLOG COMMENTS */

.blog-post h4{
	font-size: 13pt;
	margin: 0 0 15px 0;	
	font-weight: bold;
}

.comment-list{
	background: white;
	padding: 0;	
}

.post-comments{
	background: white;
	padding: 0;
	margin: 0;	
}

#body .blog-comment-container h5{
	font-size: 11pt !important;	
	border: 0;
}

#body .blog-comment-container h5 .date, #body .blog-comment-container h5 a{
	font-size: 11pt !important;	
}


#form-comments{
	display: none;
}



.trackbacks{
	background: #f9f9f9;
	padding: 0;
	margin: 0;
	border-radius: 5px;	
}

.trackbacks dt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid black;	
}

.trackbacks dt:first-child{
	margin-top: 0;	
}

.blog-comment-container{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	
}

.blog-comment-container h5{
	color: black;	
}

#body .blog-comment-container h5 .date{
	background: transparent;	
	color: black;
}

.blog-comment-container h5 a{
	color: black;	
}

.blog-comment-container .comment{
	margin: 5px 0;
	
	padding: 0;
	position: static;
}







