.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
/*-------------------*/

.article-info {
	margin-bottom:10px;
}
.article-info span {
	font-size: 12px;
	margin-right: 5px;
	padding: 0 10px 0 20px;
	color: #848283;
	border-right: 1px #e1e1e1 solid;
}

.article-info .date {
	background: url(images/icon-date.png) no-repeat; 
}
.article-info .comment {
	background: url(images/icon-comment.png) no-repeat; 
}
.article-info .author {
	background: url(images/icon-author.png) no-repeat; 
}
.article-info .edit {
	padding-left: 0;
}
.article-info .last {
	border: none;
}


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

.comments {
}
.comments h3 {
}
.comments li {
	list-style: none;
	font-size: 12px;
}

.commentlist > li {
	border:1px solid #C0C0C0;
}


.comments .commentlist {
	clear: both;
	margin:0 !important;
	padding:0 !important;
}
.commentlist blockquote {
	font-style: italic;
}
.comments .navigation {
	padding: 5px 20px;
	height: 1%;
	overflow: hidden;
}
.comments .nav-bottom {
}
.comments .single {
	padding: 10px;
	height: 1%;
	overflow: hidden;
}
.comments .children .single {
	padding-left: 16px;
}
.comments .single .wrap {
	background: #fff;
	padding: 10px;
	height: 1%;
	overflow: hidden;
}
.comments .single .wrap.postauthor {
	background: #D0E1EB;
	border: 1px solid #A3ADB6;
}
.comments .single a {
	color: #da3114;
}
.comments .single .comment a, .comments .single .date a {
	color: #848283
}
.comments .single .inner {
	
}
.comments .children {
	background: #fff;
}
.comments .children li li {
	padding-right: 0;
}
.comments .children .single {
	background: none;
}
.comments .children .wrap {
	background: #f4f6f6;
	border:1px solid #B5CFCF;
}
.comments .single .sub-comment {
	clear: left;
	padding: 10px;
	border-top: 10px #fff solid;
	background: #f4f6f6;
	height: 1%;
	overflow: hidden;
}
.comment-form {
	background: url(images/bg-article.png) #D5D3CC repeat-x scroll 0 100%;
	padding: 15px 18px 20px 16px;
	font-size: 1.1em;
	color: #5c5540;
	position: relative;
	clear: both;
}
.comment-form .info {
	position: absolute;
	right: 18px;
	top: 35px;
	width: 255px;
	padding: 15px 10px;
	border: 1px #B9B5A7 dotted;
	overflow: hidden;
}
.comment-form .info h4 {
	font-size: 1.3em;
	padding: 0 0 10px 0;
}
.comment-form label {
	display: block;
	padding: 5px 0 2px;
}
.comment-form .text-input, .comment-form textarea {
	display: block;
	width: 250px;
	background: url(images/bg-text-input.png) no-repeat 0 0;
	padding: 11px 5px;
	border: 0;
	font: 11px Verdana;
	color: #5c5540;
}
.comment-form .allowed {
	width: 100%;
	border: 1px #B9B5A7 dotted;
	padding: 5px 4px;
	margin: -.7em 5px 10px 0;
}
.comment-form textarea {
	width: 100%;
	height: 94px;
	overflow: auto;
	background: url(images/bg-textarea.png) no-repeat 0 0;
	padding: 5px;
	margin: 0 15px 5px 5px;
}
.comment-form .notify {
	float: left;
	padding: 0;
}
.comment-form .notify-text {
	float: left;
	padding: 3px 0 18px 5px;
}
.comment-form .submit-button {
	background: url(images/button-comment.png) no-repeat 0 0;
	border: 0;
	width: 195px;
	height: 31px;
	display: block;
	clear: left;
	cursor: pointer;
}
