/* CSS Document */
#left-content .post-tag-index {

}

#left-content .post-tag-index p {
	color:#555;
	padding:0;
	margin:0;
}

#left-content .box-left, #left-content .box-right {
	width:300px;
	min-height:150px;
	background:#FEF9F0;
	border:1px #EDCF93  solid;
	margin-top:15px;

}

#left-content .box-left h2, #left-content .box-right h2{
/*	background:#911616;
	color:#fff;*/
	font-size:12px;
	border:1px #fff solid;
	padding: 5px 10px;
}

#left-content .box-left h2 a, #left-content .box-right h2 a{
	text-decoration:underline;
 
}


#left-content .box-left div, #left-content .box-right div {
	padding:5px;
}

#left-content .box-left ol, #left-content .box-right ol{
	list-style:none;
	padding-left:0;
}

#left-content .box-left strong, #left-content .box-right strong{
	font-weight:bold;
}


#left-content .box-left {
	float:left;
}

#left-content .box-right {
	float:right;
}

#left-content .box-right small .commentmetadata a {
	font-size:8px;
	background:#00FF00;
}