body {
	background-color: #ded6bf;
}

.main_container {
	width: 100%;
}

div.gallery_img_container {
	margin-top: 5px;
	padding: 10px;
	width: 76%;
	height: 230px;
	text-align: left;
}

.gallery_item_container {
	background-color: #fff;
	float: left;
	padding: 15px;
	margin-top: 5px;
	margin-left: 15px;
	width: 200px;
	height: 200px;
	border: 1px dashed #000;
}

div.img_gallery {
	margin-left: 10px;
}

div.img_links {
	text-align: right;
}

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

div.img_container {
	margin-left: 10%;
	width: 475px;
	background: #fff;
	border: 1px dashed #000;
	padding: 10px;
	text-align: center;
}

.thumb_img {
	overflow: hidden;
	border: 2px solid #000; 
	text-align: center;
	-moz-opacity: 100;
	filter:alpha(opacity=100);
}
.gallery_thumb_img {
	margin-top: 15px;
	margin-left: 5px;	
	overflow: hidden;
	border: 1px solid #000; 
	text-align: center;
	-moz-opacity: 100;
	filter:alpha(opacity=100);
}
div.thumb_img_container {
	width: 100px;
	margin: 10px;
	padding: 10px;
	float: left;
	border: 1px dashed #333;
	background-color: #fff;
}
span.img_gallery_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
span.gallery_title {
	float: left;
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;
}
span.gallery_summary {
	padding-top: 5px;
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
a.gallery_links {
	color: #6f5d40;
	font-size: 12px;
}

div.full_img_container {
	margin-top: 10px;
	margin-left: 10%;
	width: 600px;
	background: #fff;
	border: 1px dashed #000;
	padding: 10px;
	text-align: center;
}
div.img_comments_container {
	margin-top: 10px;
	margin-left: 10%;
	width: 600px;
	background: #fff;
	border: 1px dashed #000;
	padding: 10px;
	text-align: left;
}
div.posted {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px; 
}
span.comment_title {
	float: right;
	text-align: right;
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;
}
div.clink {
	text-align: center;
	font-size: 10px;
}
a.c_link {
	color: #6f5d40;
}
hr.comment { 
	text-align: center;
	border: none; 
	border-top: 1px solid #D3D3D3; 
	width: 150px;
}
p.comment {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 12px;
}
div.comment_form {
	background-color: #fff;
	padding: 5px;
	border: 2px solid #000;
}

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

.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_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 {
	clear: both;
	margin-left: 15px;
	margin-top: 225px;
	color: #6f5d40;
	font-size: 12px;
	font-weight: bold;
}

.root_nav_container .link {
	color: #000;
}

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

