#rightwrapper 
{
/*
	position: absolute;
	right: -27px;
	top: 0;
	width: 300px;
*/
}

#rightcontainer 
{
/*
	position: fixed;
	margin-bottom: 10px;
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 2000;
*/
	background-color: #fff;
}

#rightcontainer div.top_border
{
	clear: both;
	/*background: url(../images/bg-hatch.gif);*/
	padding-top: 4px;
	padding-left: 4px;
	line-height: 24px;
	/*height: 27px;*/
	border-top: 1px dotted #666;
	margin: 11px 10px 10px 0;
}



/* Post Summary Section */
ul.items-list
{
	list-style: none;
	margin: 0 0 10px 5px;
}
ul.items-list li
{
	float: left;
	/*height: 108px;*/
	margin: 0px 2px 2px 2px;
	width: 100%;
}

div.post_summary
{
	/*border-top: 1px solid #999;*/
	border-bottom: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
}

li.current_article * {
    opacity: 0.75;
}

li.current_article div.post_summary
{
	border: 2px solid #093;
	/*width: 212px;*/
	width: 312px;
	background-color: #efefef;
}

div.post_summary_body
{

}

div.post_summary img
{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 10px 6px 6px;
}
div.post_summary a
{
	color: #333;
}

div.post_summary h3
{
	/*font-size: 12px;*/
	font-size: 1.1em;
	font-weight: normal;
	margin: 6px 2px 2px 0px;
	line-height: 20px;
}
div.post_summary p.excerpt
{
	margin: 6px;
	font-style: italic;
	font-size: 0.7em;
}
