#blog
{
	margin-top: 5px;
}
#panels
{
	float: right;
	width: 200px;
	margin-top: 10px;
}
div.panel
{
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #d1c9d4;
}
div.panel div.h
{
	color: #6633cc;
	text-align: center;
	background-color: #f9f1fc;
	border-bottom: 1px solid #d1c9d4;
}
div.panel div.b
{
	line-height: 18px;
	padding: 10px;
}

div.panel div.bloggers
{
	text-align: center;
}
div.panel div.bloggers select
{
	width: 170px;
}

div.panel div.latest ul
{
	margin: 0px;
	padding-left: 10px;
}
div.panel div.latest li
{
	list-style-type: square;
	color: #dddddd;
}

div.panel div.older
{
	width: 165px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}
div.panel div.older select
{
	float: left;
	margin-right: 4px;
}
div.panel div.older div.links
{
	float: right;
	padding-top: 2px;
}

#posts
{
	margin-right: 230px;
}
div.post
{
	margin-bottom: 15px;
}

div.post div.h
{
	font-size: 1.4em;
	padding-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d1c9d4;
}
div.post div.h a
{
	text-decoration: none;
}
div.post div.h, div.post div.h a
{
	color: #6633cc;
	font-weight: bold;
}
div.post div.body
{
	line-height: 16px;
	padding-bottom: 20px;
	overflow: hidden;
}
div.post div.body img
{
	max-width: 380px;
}
div.post div.byline
{
	color: #999999;
	font-weight: 0.9em;
	text-align: right;
}

div.post div.comments
{
	margin-top: 25px;
	text-align: center;
}

div.post div.comments_disabled
{
	color: #999999;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
}