/*CSS Document*/
/*+clearfix {*/
#sidebar .sidebar-box:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#sidebar .sidebar-box
{
	display: inline-block;
}
#sidebar .sidebar-box
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
HTML, BODY
{
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0;
}
BODY
{
	background: #040B13 url(../img/bg.jpg) no-repeat top center;
}
#container
{
	margin: 0 auto;
	width: 870px;
}
#content
{
	width: 525px;
	float: left;
	margin: 41px 0 0 35px;
	background: url(../img/content_bg.png) no-repeat 0px 18px;
}
#content .post
{
	clear: both;
}
#content .post UL
{
	color: #FFF;
	font-size: 8pt;
	font: 10pt Arial;
	list-style: square;
}
#content .post UL LI
{
	padding: 0 0 6px;
	/*[empty]clear:;*/
}
#content .post .post-links UL
{
	margin: 0 0 0px;
	list-style: none;
	padding: 0 0 0 12px;
	font-size: 8pt;
}
#content .post .post-links UL LI
{
	float: right;
	margin: 0 20px 35px 0;
}
#content .post .post-links LI A
{
	color: #E4E2BC;
}
#content .post .post-links LI A:hover
{
	text-decoration: none;
}
#content H2
{
	margin: 0px 0px 18px 16px;
}
#content H2 .highlight
{
	background: #000;
	color: #345E7D;
	font: 12pt Georgia;
	letter-spacing: 3px;
	padding: 2px 0 0px 5px;
}
#content .post A.comment-number
{
	float: right;
	margin: 3px 15px 0 0;
	background: #FFF;
	padding: 0px 3px 5px;
	color: #335D7C;
	font-weight: bold;
	text-decoration: none;
}
#content .post A:hover.comment-number
{
	background: #357;
	color: #FFF;
}
#content .post H3
{
	color: #FFF;
	width: auto;
	font: italic bold 1em Georgia;
	margin: 18px 7px 0 12px;
	padding: 5px 0px;
}
#content .post H3 A
{
	background: #357;
	padding: 2px 2px 2px 3px;
	color: #FFF;
	text-decoration: none;
}
#content .post H3 A:hover
{
	background: #FFF;
	padding: 2px 2px 2px 3px;
	color: #357;
	text-decoration: none;
}
#content .post .meta
{
	color: #FFF;
	font: 8pt/1.5 Arial;
	margin: 4px 5px 0px 16px;
}
#content .post P
{
	color: #FFF;
	font: 10pt/1.5 Arial;
	text-align: justify;
	padding: 0 15px;
}
.post IMG
{
	padding: 5px;
	background: #FEFEFE;
}
.align-left
{
	float: left;
	margin: 0 15px 10px 0;
}
.align-right
{
	float: right;
	margin: 0 0 10px 15px;
}
#content P A
{
	color: #335D7C;
}
#content P A:hover
{
	text-decoration: none;
	background: #FFF;
}
#sidebar
{
	width: 250px;
	margin: 0 0 0 30px;
	float: left;
}
#sidebar .sidebar-box:hover
{
	background: #27425D;
}
/*[clearfix]*/#sidebar .sidebar-box
{
	background: url(../img/trans_bg.png);
	float: left;
	width: 100%;
	margin: 21px 0 0;
	padding: 0;
}
#sidebar .sidebar-box UL
{
	margin: 0 15px;
	padding: 0 0px;
	list-style: none;
}
#sidebar .sidebar-box UL LI
{
	border-bottom: 1px solid #182D3B;
	padding: 0 0 10px;
	margin: 6px 0 10px;
	color: #E6E4BE;
}
#sidebar .sidebar-box UL LI A
{
	color: #E5E3BD;
	font-size: 0.9em;
}
#sidebar .sidebar-box UL LI A:hover
{
	text-decoration: none;
	/*[empty]background:;*/
}
#sidebar .sidebar-box H3
{
	background: #000;
	color: #345E7D;
	font: 12.1pt Georgia;
	letter-spacing: 3px;
	padding: 5px 0 5px 5px;
	margin: -11px 50px 0 11px;
	position: relative;
	zoom: 1;
}
#sidebar H1
{
	color: #FFF;
	font: italic 19pt Georgia;
}
#sidebar H1#subtitle
{
	background: #000;
	margin: 9px 1px 10px 20px;
	padding: 2px 2px 2px 8px;
}
#sidebar H1#title
{
	background: #000;
	margin: 40px 48px 0 auto;
	padding: 2px 0 2px 9px;
}
