@charset "utf-8";
@import url("../style.css");

/* CSS Document */

/*  PALETTE
	paper	#f4eddc
	border	#c3beb1
	soaked	#9c978c
*/

body {
	margin: 0;
	padding: 25px 0;
	font-size: .9em;
	color: #000;
	text-align: center;
	background: url(../images/binding.jpg) top center repeat-y #f4eddc;
}
a {
	color: #630;
}
a:hover {
	color: #960;
}
li a {
	text-decoration: none;
}
li.current-post a, li.current_page_item a, li.current_page_parent a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
li.page_item a {
	font-weight: normal;
}
#container {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #c3beb1;
}
#header {
	background: url(../images/banners/blank.jpg);
}
#header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 216px;
	display: block;
	visibility: visible;
}
#header ul {
	position: relative;
	height: 45px;
	padding-top: 171px;
	width: 100%;
}
#header li {
	float: left;
	padding: 5px 0 0 10px;
	/*width: 161px;*/
	width: auto;
	font-family:Impact;
	font-size: 16px;
	margin-left: 15px;
}
#header li.books {
	padding: 5px 30px 0;
	width: 156px;
	color: #c96;
	font-weight: bold;
}
#archives {
	width: 210px;
	padding: 0 10px;
}
#archives p, #archives li, #photos {
	line-height: 1.4em;
}
#archives p {
	background: url(../images/claire_small.jpg) top left no-repeat;
	padding-top: 189px;
}
#archives p a {
	text-decoration: none;
}
#archives p a:hover {
	text-decoration: underline;
}
#archives li {
	padding-left: 5px;
	text-indent: -5px;
}
div.content {
	padding: 0 15px 0 10px;
}
* html div.content { /* ie6 strikes again */
	overflow: auto;
}
#posts {
	/*width: 488px;*/
	width: 630px;
}
#page {
	width: 659px;
}
#page h2, #page h4, #page p, #page ul, #page ol, #page blockquote {
	padding-left: 171px;
}
#page blockquote h4, #page blockquote p, #page blockquote ul, #page blockquote ol {
	padding-left: 0;
}
#page h3 {
	float: left;
	text-align: right;
	width: 151px;
}
h2, h3, h4 {
	font-size: 1em;
}
#archives p, #photos, h3, b {
	color: #9c978c;
}
h2 {
	font-weight: normal;
}
h2 a {
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h5 {
	font-weight: normal;
}
#comments {
	border-bottom: 1px dotted #9c978c;
}
#comments li {
	border-top: 1px dotted #9c978c;
	padding: 0 .5em 1.3em;
}
#sidebar {
	background: url(../images/bookmark.jpg) top no-repeat;
	width: 216px;
	height: auto !important;
	height: 359px;
	min-height: 359px;
}
#sidebar li {
	border-top: 1px dotted #c96;
	padding: .4em 5px 0 10px;
	margin: 0 25px .5em;
	line-height: 1.2em;
	text-indent: -5px;
}
#footer a {
	text-decoration: none;
	display: block;
	width: 750px;
	padding: 0 75px;
	height: 50px;
	background: url(../images/dr.gif) center no-repeat;
}

