.post {
	margin-bottom: 40px;
}

div.wp-caption {
	padding-top: 5px;
	padding-left: 0px;
}

	div.wp-caption p {
		padding: 12px 0;
	}

#blog-sidebar h3 {
	padding: 11px 0 6px 60px;
}

/* ---------------

	Comments

--------------- */

#comments {
	margin-bottom: 40px;
}

	#comments #reply-title {
		font-size: 24px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#comments .logged-in-as {
		font-size: 12px;
	}
	
	#comments .form-allowed-tags {
		font-size: 12px;
		font-family: arial !important;
		padding: 20px;
		background: #EEE;
		color: #999;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
	}
	
	#comments .comment {
		margin: 0 0 50px 0;
		float: left;
		width: 100%;
		clear: both;
		display: block;
	}

		#comments .comment .children .comment {
			margin-left: 30px;
		}

		#comments .comment .children .comment:first-child {
			margin-top: 50px;
		}
	
		#comments .comment .children .comment:last-child {
			margin-bottom: 0;
		}
	
		#comments .comment-meta {
		}
	
	#comments #submit {
		background: #df4f74;
		border: none;
		color: #fff;
		padding: 7px 15px 8px;
		font-size: 12px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		font-family: arial;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		
	}
	
	#comment {
		border: solid 1px #AAA;
		padding: 10px;
		font-size: 12px;
		line-height: 20px;
		width: 100%;
		box-sizing: border-box;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-o-border-radius: 6px;
		color: #666;
		outline: none;
	}
	
		.comment-form-comment label {
			font-size: 12px;
			font-weight: bold;
			display: block;
			margin: 0 0 5px;
		}
		
		.comment #respond {
			margin-top: 30px;
			width: 90%;
			float: left;
			clear: both;
		}
				
		.comment-author img {
			float: left;
			margin: 0 20px 0 0;
		}
	
		.comment-body {
			margin-top: 10px;
		}
	
		.comment-body, .comment-meta {
			float: left;
			width: 85%;
		}
		
		.comment-meta, .comment em {
			font-size: 12px;
			margin: 10px 0 10px;
			font-style: normal;
			display: block;
		}
		
			.comment em {
				margin-bottom: 0;
			}
		
		.comment-author, .comment-author cite {
			font-size: 16px;
			font-family: arial;
			font-weight: bold;
			font-style: normal;
		}
		
		.comment .reply {
			float: left;
			clear: both;
			font-size: 14px;
			font-weight: bold;
			width: 100%;
			color: #649195;
		}
		
			.comment .reply a {
				color: #649195;
			}

		#comments-title {
			font-size: 24px;
padding: 10px 0;
border-top: solid 1px #DDD;
border-bottom: solid 1px #DDD;
font-style: normal !important;
line-height: 1.5em;
margin: 20px 0 40px 0;
font-weight: bold;
		}

		#comments-title em {
			font-style: normal;
		}
		
	#comments .comment-form-url {
		display: none;
	}
	
