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

body{
	width:100%;
	font-family:GaramondPremrPro-Capt, serif;
	font-size:13px;
	letter-spacing:1.2px;
	/*overflow-y: hidden;*/
}
a{
	text-decoration:none;
}
a:link,
a:visited{
	color:#000;
	border-bottom:none;
}
.container{
	width:90%;
	margin:0 auto;
}

header{
	/*position:absolute;
	top:30px;
	left:23px;*/
	/*margin:23px 0 0 30px;*/
	margin-left:20px;
	margin-top:40px;
	width:35%;
	height:650px;
	float:left;
}
section#contents{
	width:100%;
	padding-top:100px;
}
h2{
	font-size:16px;
	font-weight:500;
	letter-spacing:2px;
	margin-bottom:80px;
}
h3{
	margin-bottom:30px;
}
p{
	line-height:2;
}

footer{
	clear:both;
	position:absolute;
	top:95%;
	width:92%;
}
footer nav{
	float:left;
	width:50%;
}
footer article.credit{
	float:right;
	font-size:10px;
}
footer nav li{
	display:inline;
	margin-right:40px;
}
footer nav li:hover,
footer nav li.active{
	border-bottom:1px solid #000;
}

/* ----------------  about  ---------------- */

/* ----------------  books  ---------------- */
section#contents_books{
	/*width:690px;*/
	width:100%;
	padding-top:100px;
}

div#left{
	float:left;
	width:15%;
	margin-left:-17%;
}
div#right{
	/*float:right;*/
	/*width:62.5%;*/
	margin-left:37%;
}

/* ----------------  contact  ---------------- */
p.mail{
	font-size:16px;
}

/* ----------------  slide  ---------------- */
section#slide{
	width:100%;
	clear:both;
}
section#slide ul li{
	float:left;
	overflow:hidden;
}