@charset "utf-8";
@import "reset.css";
@import "base.css";


#container{
	margin: 0 auto 7px auto;
	text-align: left;
	width: 986px;
}
#sidebar{
	float: left;
	width: 314px;
}
#content{
	background: transparent url("../images/bg-content-bottom.gif") no-repeat 50% 100%;
	float: right;
	padding: 0 0 25px 0;
	width: 650px;
}

#content h2#tag-title{
	background: transparent url("../images/h-content-genre.png") no-repeat 0 0;
	font-size: 14px;
	font-weight: bold;
	height: 48px;
	overflow: hidden;
	padding: 13px 0 0 75px;
	width: 575px;
}

/* .section */
.section{
	background: transparent url("../images/bg-section-bottom.gif") no-repeat 50% 100%;
	margin: 0 0 7px 0;
	padding: 0 0 25px 0;
}
.section ul{
	background: transparent url("../images/bg-section-middle.png") repeat-y 50% 0;
	padding: 14px 17px 0 37px;
	width: 260px;
}
.section li{
	font-size: 14px;
	line-height: 18px;
	list-style: circle url("../images/li-section.gif") outside;
	margin: 0 0 10px 0;
}
.section li a:link, .section li a:visited,
.section p a:link, .section p a:visited{
	text-decoration: none;
}
.section li a:hover, .section li a:visited:hover, 
.section p a:hover, .section p a:visited:hover{
	text-decoration: underline;
}
.section li:last-child{
	margin: 0;
}
.section p{
	background: transparent url("../images/bg-section-middle.png") repeat-y 50% 0;
	font-size: 14px;
	line-height: 18px;
	padding: 14px 17px 0 17px;
	width: 280px;
}
.section p span{
	color: #666;
	display: block;
	font-size: 12px;
}

/* #content */
.hentry{
	background: transparent url("../images/bg-archive-entry.png") no-repeat 50% 100%;
	padding: 0 0 56px;
}
.published{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	padding: 0 31px 4px 31px;
	width: 588px;
}
.entry-title{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 31px;
	text-shadow: 1px 1px 1px #ccc;
	width: 588px;
}
.entry-title a{
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:visited:hover{
	text-decoration: underline;
}
.entry-photo, 
.entry-related{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	padding: 0 3px;
	width: 644px;
}
.subtitle{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	color: #e43c3c;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 31px 4px 31px;
	width: 588px;
}
.entry-content{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 31px 0;
	width: 588px;
}

/* wp-pagenavi */
.wp-pagenavi{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .current{
	font-weight: bold;
}