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

.post_title {
	padding:0 0 0 10px;
	border-left:5px solid #663300;
	margin:15px 0;
}

.halfleft {
	width:345px; 
	margin:0 15px 15px 0; 
	float:left;
}

.date {
	color:#777;
	font-family:Verdana;
	font-size:smaller;
	letter-spacing:.1em;
}

.tag_list {
	clear:both;
	margin-top:10px;
}

.sub_category {
	list-style:none;
}

.sub_category li a {
	padding:0 0 0 10px;
	border-left:5px solid #663300;
	margin:15px 0;
	font-size:18px;
	line-height:160%;
}

.workflow ol li strong {
	font-size:16px;
}

/* Sitemap */
ul#sitemap_list {}
ul#sitemap_list .cat-item,
ul#sitemap_list .home-item,
ul#sitemap_list .page_item {
	font-weight:bold;
	clear:both;
	margin:15px 10px;
}
ul#sitemap_list .cat-item > a,
ul#sitemap_list .home-item > a,
ul#sitemap_list .page_item > a {
	border-bottom:1px solid #ddd;
	padding:2px;
	display:block;
}

ul#sitemap_list .post-item {
	font-weight:normal;
	width:103px;
	display:block;
	float:left;
	line-height:115%;
}
ul#sitemap_list .post-item:hover {
	background:#fff;
}
ul#sitemap_list .post-item a {
	color:#777;
	display:block;
	padding:6px 9px;
	font-size:smaller;
}
