#sidebar
{
	float:right;
	width:191px;
	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;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
}

#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:145px;
	color:#fff;
}

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

#blog-head .recents a:link,
#blog-head .recents a:visited
{
	color:#fff;
}

.recents h2
{
	border-bottom:1px solid #fff;
	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:20px;
	padding-left:20px;
}

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

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

#titles h2
{
	font-weight:normal;
	font-size:15px;
	background:url('/img/blog/welcome.png') no-repeat left top;
	width:428px;
	height:45px;
	text-indent:-9000px;
}

#titles p
{
	color:#fff;
	font-size:16px;
	margin-left:5px;
}

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

#main-panel
{
	padding:0;
	border-top:0;
}

#main-panel .white-tl,
#main-panel .white-tr
{
	display:none;
}

.yellow-tr
{
	background:#fff url('/img/rounded-box/yellow-tr.png') no-repeat top right;
	right:-1px;
}

.yellow-br
{
	background:#fff url('/img/rounded-box/yellow-br.png') no-repeat bottom right;
	right:-1px;
}

.yellow-bl
{
	background:#fff url('/img/rounded-box/yellow-bl.png') no-repeat bottom left;
	left:-1px;
}

.yellow-tl
{
	background:#fff url('/img/rounded-box/yellow-tl.png') no-repeat top left;
	left:-1px;
}


#content h2
{
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}

#content p
{
	font-size:13px;
	margin-bottom:5px;
	line-height:16px;
}

#content .entry p
{
	margin-bottom:15px;
	line-height:18px;
	font-size:13px;
	font-family:'lucida grande','lucida sans unicode',verdana;
	color:#333;
}