@charset "UTF-8";
/* CSS Document */

#container #sidebar {
	float: left;
	width: 180px;
	padding-right: 10px;
}
#container #content {
	width: 580px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar h2#sub-title {
	font-size: 14px;
	text-align: center;
	height: 34px;
	width: 200px;
	color: #52392B;
	font-weight: bold;
	margin-left: -10px;
	background-image: url(../images/sub-title-back.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
}
#sidebar #sub-menu li a {
	height: 34px;
	width: 175px;
	font-size: 14px;
	padding-top: 6px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	color: #795C54;
	font-weight: bold;
}
#sidebar #sub-menu li a:hover, #sidebar #sub-menu li.current_page_item a {
	background-image: url(../images/sidemenu-back.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #35261F;
	width: 200px;
}
#sidebar #sub-menu {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 200px;
	margin-left: -10px;
	background-image: url(../images/sub-menu-back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sidebar .sidepanel h3 {
	font-size: 12px;
	background-color: #5F5236;
	color: #CCC;
	padding-left: 15px;
	margin-bottom: 5px;
	padding-top: 3px;
}
#sidebar .sidepanel {
	margin-bottom: 20px;
}
#sidebar .sidepanel ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom:3px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #998972;
}
#sidebar .sidepanel ul li span {
	display:block;
	font-size:10px;
	text-align:right;
}
#content .post-title {
	font-size: 16px;
}
#content .post-meta {
	text-align: right;
	margin-top: 0px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #53482F;
	padding-bottom: 5px;
}
#content .post {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#content #trackback {
	margin-bottom:20px;
}
#repo-list h2 {
	font-size: 12px;
	background-color: #696345;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#repo-list ul li {
	font-size: 12px;
	padding-left: 1em;
	margin-bottom: 3px;
}
#repo-list ul li span {
	font-size: 10px;
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #686345;
}

