p.postmetadata { 
	margin-bottom: 20px;
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
} 





#sidebar
{
	float:right;
	width:211px;
	height:auto;
	background:#252525 url('/img/blog/right-bar.png') no-repeat left bottom;
	margin:20px;
	margin-top:0;
	padding-bottom:40px;
	min-height:300px;
}

#sidebar ul
{
	background:url('/img/blog/right-top.png') no-repeat left top;
	padding:10px 0 0 10px;
	list-style-type:none;
}

#sidebar ul li h2
{
	font-size:13px;
	line-height:25px;
	margin-bottom:2px;
	background:url('/img/blog/h2-footer.png') no-repeat left bottom;
}

#sidebar ul li ul
{
	background:none;
	padding:0;
	margin-bottom:10px;
}

#sidebar ul li ul li
{
	background:url('/img/blog/bullet.png') no-repeat 5px center;
	padding-left:15px;
	font-size:11px;
}

#blog-head
{
	background:url('/img/blog/header.jpg') no-repeat left top;
	height:160px;
}

#blog-head .recents
{
	float:right;
	width:228px;
	margin-right:20px;
	padding-top:43px;
}

.recents h2
{
	border-bottom:1px solid #046edd;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:14px;
}

#content-wrap
{
	background:url('/img/content-shadow.png') repeat-x left top;
	width:742px;
	padding-top:30px;
	padding-left:20px;
}

#content
{
	margin:0 20px 20px 0;
	font-size:13px;
	line-height:18px;
}

#titles
{
	padding-top:43px;
	padding-left:38px;
	color:#fff;
	font-size:14px;
	width:450px;
}

#titles a:link,
#titles a:visited
{
	color:#fff;
}