/* CSS Document */
#blog_main {
	float: left;
	width: 424px;
}

.blog_entry {
	margin-bottom: 32px;
}
.blog_entry h5 {
	margin-bottom: 6px;
	background: url(../images/icon_titlehead01.gif) no-repeat;
	padding-left: 10px;
	padding-top: 6px;
}
.blog_entry h6 {
	margin-bottom: 6px;
}

.blog_comment {
	margin-bottom: 8px;
}
.blog_comment h5 {
	margin-bottom: 6px;
	background: url(../images/icon_titlehead01.gif) no-repeat;
	padding-left: 10px;
	padding-top: 6px;
}

.blog_trackback {
	margin-bottom: 8px;
}

table.comment {
	margin-left: 40px;
	margin-bottom: 32px;
	color: #000000;
	font-size: 12px;
	border-top: 1px solid #000000;
	width: 360px;
	margin-top: 32px;
}
.comment th {
	text-align: right;
	padding: 6px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #000000;
	background: #EEEEEE;
}
.comment th.strong {
	background: #CCCCCC;
	text-align: left;
	border-right-style: none;
}
.comment td {
	border-bottom: 1px solid #000000;
	padding: 6px;
	line-height: 130%;
}
.comment td.right {
	text-align: right;
	border-bottom-style: none;
}
.comment input.text, .comment textarea {
	border-top: 1px solid #000000;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #000000;
}
.comment input.button {
	background: #666666;
	color: #FFFFFF;
	border-top: 2px solid #BBBBBB;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #BBBBBB;
	width: 80px;
	padding-top: 4px;
}
.blog_menu {
}
.blog_menu ul {
	margin: 0px;
	padding: 0px;
	background: #009966;
	list-style: none;
	border-style: none;
}

.blog_menu li {
	float: left;
	width: 160px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	text-align: center;
}

.blog_menu li a:link, .blog_menu li a:visited {
	border-style: none;
}
.blog_menu li a:active, .blog_menu li a:hover {}

#blog_main p.author {
	font-size: 10px;
	border-top: 1px solid #000000;
	padding-top: 2px;
	text-align: right;
}

#blog_right {
	float: right;
	width: 160px;
}

.category {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}

.monthly {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#blog_right h4 {
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-left: 0px;
	background: #C9DBF5;
	margin-bottom: 7px;
}

#blog_right ul {
	margin: 0px;
	padding: 0px 0px 12px;
}

#blog_right li {
	font-size: 10px;
	line-height: 12px;
	margin: 0px 0px 0px 8px;
	padding: 4px 0px 0px;
}
#blog_right a:link, #blog_right a:visited {
	border-style: none;
	color: #000000;
}
#blog_right a:active, #blog_right a:hover {
	border-style: none;
	background: #333333;
	color: #FFFFFF;
}

ul.paginate {
	float: right;
}
ul.pagenamte li {
	float: left;
}
