@charset "utf-8";

#blog #contentBox a {
	color:#669;
}
#contentHeader {
	background:url(img/hd_blog.jpg) no-repeat;
}
.navigator {
	width: 900px;
	margin:0 auto 15px 3px;
	line-height: 1;
	list-style-type: none;
	height:34px;
	border-left:#ddd 1px solid;
}

.navigator li {
	display:inline;
}
.navigator li a {
	font-size:12px;
	display: block;
	text-align: center;
	float:left;
	border-right: 1px solid #ddd;
	border-bottom:3px #69C solid;
	border-top:1px #eee solid;
	padding:0 11px;
	position: relative; /* for IE6 */
	background:url(img/bg_blog_nv.gif) repeat-x left bottom;
	text-decoration: none;
	line-height:30px;
}

.navigator li a:hover {
	border-bottom:3px #3CC solid;
}


.box-entries {
	margin:20px 0 40px;
	position:relative;
}
.box-entries h2 {
	padding:0 0 0 55px;
	margin-bottom:8px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}
.box-entries-body {
	border-top:#ccc 1px solid;
	padding:27px 8px 8px;
	position:relative;
}
.box-entries-body h3 {
	margin-bottom:10px;
	text-align: left;
	font-size:14px;
	font-weight:bold;
}
.box-entries-body p {
	margin-bottom:15px;
}
.posted {
	position:absolute;
	top:5px;
	right:5px;
}
.more a {
	display:block;
	width:72px;
	height:0 !important;
	height /**/:25px;
	padding:25px 0 0;
	background:url(img/btn_more.png) no-repeat;
	overflow:hidden;
	margin:12px 0;
}
li.more a:hover {
	background-position:0 -25px;
}

.date {
	background:url(img/bg_date.png) no-repeat;
	position:absolute;
	top:-6px;
	left:0;
	width:46px;
	overflow:hidden;
	padding:8px 0 0;
	height:59px;
}
.date span {
	display:block;
	line-height:110%;
	text-align:center;
}
.date-y {
	font-size:8px;
	color:#fff;
	margin-bottom:4px;
}
.date-d {
	font-size:20px;
	font-weight:bold;
	color:#999;
	letter-spacing:-0.05em;
}
.date-m {
	font-size:9px;
}
.side-content-body h3 {
	margin-bottom:8px;

}
