/*****************************************************
* Sidebar Summaries
*****************************************************/
div#sidebar_summary {
	clear: both;
	padding: 0 15px 0 25px;
}

div.sidebar_summary_section {
/* 	padding: 10px;  */
	float: left; 
/* 	width: 100%; */
}

div#sidebar_summary_content {
	clear: both;
}

div.sidebar_summary_section .border {
	border: 1px solid #0e0e0e;
	margin-top: 5px;
}


div.sidebar_summary_section p {
	padding: 0 0 8px 0;
	
}

div.sidebar_summary_section h3.blogname {
	font: normal 13px Georgia, Times, 'Times New Roman', serif;
	color: #9cacbc;
	line-height: 100%;
	text-align: left;
	letter-spacing: 2px;
	padding: 5px 0 0 10px;
}

div.sidebar_summary_section h3.title {
	font: normal 12px Georgia, Times, 'Times New Roman', serif;
	color: #fff;
	line-height: 100%;
	text-align: left;
	letter-spacing: 1px;
	padding: 5px 12px 0 12px;
}

div.sidebar_summary_section h3.date {
	font: normal 12px Georgia, Times, 'Times New Roman', serif;
	color: #6c7c8c;
	line-height: 100%;
	text-align: left;
	padding: 5px 0 0 12px;
}

div.sidebar_summary_section h3.category {
	font: normal 13px Georgia, Times, 'Times New Roman', serif;
	color: #ccc;
	line-height: 100%;
	text-align: left;
	padding: 2px 0 5px 0;
}

div.sidebar_summary_section h3.read_more {
	font: normal 11px Georgia, Times, 'Times New Roman', serif;
	color: #777;
	line-height: 100%;
	text-align: left;
	letter-spacing: 1px;
	padding: 2px 0 0 0;
}

div.sidebar_summary_section {
	clear: both;
	font: normal 11px Georgia, Times, 'Times New Roman', serif;
	color: #ccc;
	line-height: 100%;
	text-align: right;
	padding: 0 0 5px 0;
}

div.sidebar_summary_section a,
div.sidebar_summary_section a:visited {
	color: #fff;
	text-decoration: none;
}

div.sidebar_summary_section a:hover {
	color: #8c9cac;
	text-decoration: none;
	font-style: italic;
}