/*********************************************
         BLOG STYLING
         THEME : CENTRE LINE
         AUTHOR : GARRY GONZALES
*********************************************/
.blog-post{
	display: table;
	width: 100%;
	max-width: 685px;
	padding: 0 0 15px 0;
	background: url('../images/line-bg.png') repeat-x bottom center;
	margin: 0 0 20px 0;
}
.blog-post .blog-content,
.blog-post .blog-meta{
	display: inline-block;
	width: 100%;
	max-width: 685px;
}
.blog-post .blog-meta .blog-date,
.blog-post .blog-meta .leave-comment{
	width: 49%;
	max-width: 49%;
}
.blog-post .blog-meta .blog-date span{
	color: #60325b;
}
.blog-post .blog-meta .leave-comment{
	text-align: right;
}
#pagination{
	display: table;
	margin: 10px auto;
	max-width: 685px;
}


/*********************************************
         SINGLE
*********************************************/
.single .comment-form-comment label{
	display: block;
	color: #60325B;
	font-size: 16px;
}
.single .comment-form-comment textarea{
	height: 150px;
	width: 100%;
	max-width: 650px;
	padding: 10px;
	background: #f9f5ef;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #bba583;
	border: none;
	resize: none;
}
.single input[type='submit']{
	background: url('../images/btn-bg.png') repeat-x top center;
	padding: 10px 5px;
	color: #e7a835;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	width: 110px;
	text-align: center;
	border: none;
	font-size: 13px;
}
.single input[type='submit']:hover{
	color: #F2EDE4;
}
.single .comments-area ol{
	margin: 10px 0;
	padding: 0;
}
.single .comments-area li{
	list-style: none;
}
.single .comments-area .comment-metadata{
	float: right;
	display: inline;
	padding: 10px 0;
	font-size: 10px;
}
.single .comments-area .comment-content{
	clear: both;
}
.single .comments-area li,
.single .comments-area article{
	margin: 0 0 15px 0;
	padding: 10px;
}
.single .comments-area footer{
	background: none;
}
.single .comments-area li{
	background: #f9f5ef;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}