@charset 'UTF-8';

#main
{
/*	background: url(/common/images/line-y-02.gif) no-repeat 557px 0px;*/
}
#wp-content
{
	padding-top: 20px;

}

#sidebar
{
}
#sidebar h2
{
	background: url(/common/images/line-x-01.gif) repeat-x bottom left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0 0px 20px 10px;
}
#sidebar ul li
{
	margin-bottom: 10px;
}

#bn_rss
{
	display: block;
	background: url(/common/images/bn_rss.gif) no-repeat;
	width: 240px;
	height:30px;
	text-indent: -9999px;
}
#bn_rss:hover
{
	background-position: 0 -30px;
}
#bn_profile
{
	display: block;
	background: url(/common/images/bn_profile.gif) no-repeat;
	width: 240px;
	height:100px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#bn_profile:hover
{
	background-position: 0 -100px;
}

.post
{
	margin-bottom: 20px;
	padding:10px 20px 0px 20px;
}
.post h1,
.post h2,
.post h3
{
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 180%;
}
.post h1 a, .post h2 a, .post h3 a
{
	text-decoration: none;
}
.postdate
{
	text-align: right;
}
.entry
{
	margin-bottom: 10px;
}
.entry img
{
	margin: 5px;
	padding: 2px;
	border: 1px solid #bbbbbb;
}

.entry ul,
.entry ol,
.entry dl{ margin-left: 20px; }

.postmetadata
{
	padding:10px 0px 0px 0px;
	text-align: right;
}


.pagetitle
{
	position: relative;
	top: -30px;
	height: 0px;
	text-align: right;
	padding-right:10px;
	color:#BCB8AF;
}

.navigation {
	display: block;
	text-align: center;
	margin: 0 20px 30px 20px;
	}

.comments-area
{
	margin-bottom: 20px;
	padding: 20px;
	background:#e2dfd8;
}
.comments-area #submit
{
	padding: 2px 8px;
}


h3#comments,
h3#respond
{
	margin-bottom: 15px;
	border-bottom:1px solid;
	padding: 0 0 5px 10px;
}

.comments-area ol.commentlist
{
	margin-left: 30px;
	margin-bottom: 30px;
}

.commentmetadata
{
	text-align: right;
}

#comment
{
	width: 460px;
	height: 280px;
}


