body {
	background-color: #ded6bf;
}

.full_article_container {
	margin-top: 10px;
	margin-left: 10%;
	margin-bottom: 20px;
	width: 600px;
	background: #fff;
	border: 1px dashed #000;
	padding: 10px;
}

.full_article_container .title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	margin-bottom: 5px;
}

.full_article_container .text {
	clear: both;
	text-indent: 5px;
	font-size: 14px;	
	margin-bottom: 10px;
}

.full_article_container .ts {
	float: left;
	clear: both;
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.full_article_container .ts a {
	color: #6f5d40;
	font-weight: bold;
}
 
.full_article_container .tags {
	color: #6f5d40;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.full_article_container .tags a {
	color: #000;
	text-decoration: underline;
}

.full_article_container .tags a:hover {
	color: #000;
	text-decoration: none;
}

.full_article_container .more {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.full_article_container .more a {
	color: #6f5d40;
	text-decoration: underline;
}

.full_article_container .more a:hover {
	color: #6f5d40;
	text-decoration: none;
}

.comments_icons_open {
	margin-top: 5px;
	margin-left: 10%;
	background: url('/images/icons/11.png') no-repeat left top;
	cursor: pointer;
}

.comments_icons_close {
	margin-top: 5px;
	margin-left: 10%;
	background: url('/images/icons/12.png') no-repeat left top;
	cursor: pointer;
}

.comments_icons_text {
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.comments_container {
	margin-top: 10px;
	margin-left: 10%;
	width: 600px;
	background: #fff;
	border: 1px dashed #000;
	padding: 10px;
	text-align: left;
}

.comments_container .comment_title {
	float: right;
	text-align: right;
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;
}

.comments_container .comment_hr {
	text-align: center;
	border: none;
	border-top: 1px solid #D3D3D3;
	width: 150px;
}

.comments_container .posted {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px; 
}

.comments_container .comment {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 12px;
}

.comments_container .clink {
	text-align: center;
	font-size: 10px;
}

.comments_container .clink a {
	color: #6f5d40;
}

.links {
	margin-top: 15px;
	margin-left: 10%;
}

.links a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.comments_adder_container {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 5px;
	border: 2px solid #000;
	width: 400px;
	height: 215px;
}

.comments_form {
	text-align: center;
}

.ctext {
	margin-top: 20px;
	width: 200px;
	height: 120px;
	border: 1px solid #000;
}

.cpost_text {
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;	
}

.cpost {
	background-color:#6f5d40;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	text-align:center;
}
.error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.root_nav_container {
	margin-left: 10%;
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;
}

.root_nav_container .link {
	color: #000;
}

.root_nav_container .link:hover {
	color: #6f5d40; 
	text-decoration: none;
}

