@charset "utf-8";
/* CSS Document */

.BlogEntry {
	border-bottom-width:1px;
	border-bottom-color:#e4e4e4;
	border-bottom-style:solid;
	margin-bottom:50px;
}
.PostedBy {
	float:left;
}
.AddThis {
	margin-left:10px;
	margin-top:3px;
	float:left;
}
.BlogEntryWrapper {
	clear:both;
}
.CommentsLink {
	float:right;
}
.CommentsLink p {
	margin-bottom:0px !important;
	margin-top:5px !important;
}
.CommentPost {
	margin-bottom: 10px;
}
.LeaveCommentHeader {
	margin-top:50px !important;
}
.LeaveCommentHeader p {
	margin-bottom:0px !important;
}
.CommentsGraphic {
	float:right;
	height:37px;
	width:45px;
	margin-top:5px;
	padding-top:5px;
	padding-left:5px;
	background-image:url(../images/comments.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	text-align: center;
}


.ekleavecomment {
	font-size: 12px !important;
}
.ekleavecomment textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.ekleavecomment div.ekcommentdata {

	margin-bottom:15px;
}
.ekleavecomment div.ekcommentdata input {
	width:225px;
	margin-right:25px;
}
.ekleavecomment div.ekcommenttext {

}
.ekleavecomment div.ekcommenttext textarea {
	width:350px;
}



/* Turns off portions of Ektron's Styles of the BlogPost Control */
div.entry, div.ekcommentdata + div.ekcommentdata + div.ekcommentdata, div.entry div.ekleavecomment .ekcommentheader, a[name="PostComments"], div.entry span.tags, div.entry span.entrypermalink, div.entry span.tags + a, div.entry + p, div.entry + p + br, .ekcommentheader, #CommentsContent table, CommentsContent table + br {
	display:none;
}

/* Turns off second header in Blog Categories View */
#ctl00_MainContentPlaceholder_BlogEntries h1.blogTitle { display:none; }
