


#weblog_side
{
	width:180px;
	float:left;
	padding-right:10px;
}



#weblog_container
{
	margin-left:200px;
}








#weblog_table
{
 width:100%;
 margin-left:auto;
 margin-right:auto;
}

.weblog_headerbox
{
 background-color:#eeeeee;
 color:#660000;
 padding:5px;
 font-weight:bold; 
 border-top:1px dotted #000000;	
 border-right:1px dotted #000000;	
 border-bottom:1px dotted #000000;	
 border-left:1px dotted #000000;	
 margin-bottom:10px;
}

.weblog_sidebox
{

}

#weblog_categories
{
 font-size:9pt;
}

#weblog_comments table tr td
{
 font-size:8pt;
}



#weblog_categories a
{
	display:block;
}




.weblog_entry_title
{
 background-color:#ddddcc;
 color:#000000;
 padding:5px;
 font-weight:bold; 
 text-align:left;
 border:1px dotted #000000;	
 margin-bottom:10px;
}

.weblog_byline
{
	font-size:8pt;
	text-align:right;
}

.weblog_entry
{
	margin-bottom:30px;
}




.comment_separator
{
	border-top:1px dotted #cccccc;
	border-right:0px dotted #000066;
	border-bottom:0px dotted #000066;
	border-left:0px dotted #000066;
}



