/* CSS Document */

div.box_main div.navigation {
	width: 490px;
	margin: 0 0 25px 0;
	color: #fff;
	font-size: 0.85em;
	clear: both;
}
div.box_main div.navigation a {
	color: #8BAA06;
	text-decoration: none;
}
div.box_main div.navigation a:hover { color: #EE491A; }
div.box_main div.navigation div.alignleft {
	float: left;
	clear: none;
	text-align: left;
	width: 210px;
}
div.box_main div.navigation div.alignright {
	width: 210px;
	float: right;
	text-align: right;
}
div.box_main textarea#comment {
	width: 420px;
}
div.box_main p.postmetadata {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

div.box_main h3.h3blog a, div.box_right p a, ol.commentlist a, div.box_main div p a {
	color: #8BAA06;
	text-decoration: none;	
}
div.box_main h3.h3blog a:hover, div.box_right p a:hover, ol.commentlist a:hover, div.box_main div p a:hover {
	color: #EE491A;
}

/* Comments */
ol.commentlist {
	width: 420px;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}
li.comment {
	width: 420px;
	background-color: #373432;
	margin: 15px 0 0 0;
	padding: 5px;
}
