@charset "utf-8";
/*	blog css 	*/

.blogLcol {
	display: block;
	width: 482px;
	padding-right: 20px;
}

.blogRcol {
	display: block;
}

.postLcol {
	display: block;
	width: 120px;
	padding-right: 10px;
}
.blogLcol a, .blogRcol a {
	color: #000000;
	text-decoration: underline;
}
a.RSSFeed { color:#F63; text-decoration: none; }
.RSSFeed img { vertical-align: middle; }
.postRcol {
	display: block;
	width: 352px;
}

.add10pxBot { margin-bottom: 10px; }
.add20pxBot { margin-bottom: 20px; }
.postRcol img { margin: 5px; }

.blogBoxTop {
	background: url(../images/blog/box-top.gif) center top no-repeat;
	width: 195px;
	height: 3px;
	display: block;
}
.blogBoxBot {
	background: url(../images/blog/box-bot.gif) center top no-repeat;
	width: 195px;
	height: 6px;
	display: block;
}
.blogBoxBorder {
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
}
.add10pxPadding { padding: 10px; }
ul.blog-recent li { width: 173px; margin-bottom: 5px; }

.nounderline { text-decoration: none !important; }
.add20pxBottom { margin-bottom: 20px; }
