h1#blogTitle{
	color: #fe4110;	
	margin: 20px auto;
	text-align: center;
}

h2.catHd{
	color: #000;
	margin: 0 auto 20px;
	text-align: center;
}

#pageContent{
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	width: 695px;
}

#blogAside{
	margin-top: 25px;
}

/* Post Styling */
.postHd h2{
	border-bottom: 1px solid #747474;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 5px;
	padding: 10px 0;
	width: 695px;
}

.postHd h2, .postHd h2 a{
	display: block;
	color: #fe4110;
}

.postHd h2 a:hover{
	color: #464646;
}

.postHd p.meta{
	float: left;
	font-size: 11px;
	line-height: 13px;
	width: 450px;
}

.postHd p.commCount{
	float: right;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	width: 100px;
}

.entry{
	clear: both;
}

.postFt{
	border-top: 1px solid #747474;
	clear: both;
	margin-top: 10px;
	padding-top: 5px;
	width: 695px;
}

.postFt .fbLike{
	float: left;
}

.postFt .tweetThis{
	float: left;
}

.postFt p.leaveComm{
	float: right;
	font-size: 11px;
	line-height: 13px;
}

.paginate{
	clear: both;
}

/* Comment & Comment Form Styling */
#comments, #leaveComment{
	padding: 10px 0 15px;
}

#comments h3, #leaveComment h3{
	color: #fe4110;
	font-size: 18px;
	margin-bottom: 10px;
}

#comments .odd, #comments .even, #comments .adminComm{
	clear: both;
	margin: 10px 0;
	padding: 10px;
}

#comments .odd{
	border: 1px solid #747474;
}

#comments .adminComm{
	background: url(imagesFC11/sidebarBg.png) repeat;
}

#leaveComment form p{
	clear: both;
}

#leaveComment form label{
	display: inline;
	float: left;
	line-height: 24px;
	margin: 0 0 5px;
	padding: 0;
	width: 60px;
}

#leaveComment form p.text input, #leaveComment form p.text input:focus{
	background: #fff;
	border: 1px solid #747474;
	float: right;
	height: 20px;
	margin: 0 0 5px;
	outline: 0;
	padding: 2px 4px;
	width: 390px;
}

#leaveComment form textarea, #leaveComment form textarea:focus{
	background: #fff;
	border: 1px solid #747474;
	height: 150px;
	margin: 0;
	outline: none;
	padding: 5px;
	width: 450px;
}