@charset "utf-8";

.pagetitle {
	font-size: 16px;
}

.post {
	padding-bottom: 10px;
}

.post .detail .title {
	font-size: 16px;
}

.post .detail .title A:link,
.post .detail .title A:visited,
.post .detail .title A:active {
	color: #006957;
	text-decoration: none;
}

.post .detail .title A:hover {
	text-decoration: underline;
}

.post .detail .article {
	font-size: 12px;	
}

.post .detail .article img {
	border: 0px;
}

.post .detail .date, 
.post .detail .author, 
.post .detail .comments,
.post .detail .tags {
	background:url(../images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	/*display:block;*/
	font-size:10px;
	color:#666;
}

.post .detail .date {
	background-position:0 -48px;
}

.post .detail .tags {
	background-position:0 -16px;
}

.post .detail .comments {
	background-position:0 -96px;
}

.extra .comments h3 {
	color: #006957;
	font-size: 16px;
	font-weight: bold;		
}

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#comments h3{
	color: #006957;
	font-size: 16px;
	font-weight: bold;
}

#comment-reply label {
	width: 100px;
	float: left;
	text-align: right;
}

#comment-reply input {
	width:250px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#comment-reply textarea {
	width:250px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#reply-back input {
	margin-left: 228px;
	width: 140px;
}