/**********|> HTML ELEMENTS <|**********/
body{
	position:relative;
	z-index:0;
	margin:0;
	padding:0;
	font-family:georgia,times,serif;
	color:#000;
	background:#f1e5bd url(img/hand.jpg) 0 155px no-repeat scroll;
	}
h2{
	font-weight:normal;
	font-size:1.4em;
	font-style:italic;
	margin-bottom:0;
	padding-bottom:.3em;
	}
	.book-title{ 
		color:#9e0a0a;
		background-color:#f1e5bd;
		font-size:1.6em;
		}
	
p{line-height:1.4em}
a{border:0;text-decoration:none;font-weight:bold;}
a img{border:0;}
a:link,a:visited{
	color:#9e0a0a;
	background-color:#f1e5bd;
	}
a:hover,a:active{
	color:#000;
	background-color:#f1e5bd;
}
a.read-more{text-decoration:underline}
a.confessions{font-style:italic;}

/**********|> ID's <|**********/
#wrapper{
	font-size:smaller;
	}
	#header{
		height:105px;
		background:transparent url(img/header_tile.jpg) center top repeat-x scroll;
		}
		#header h1{
			width:  509px;
			height: 105px;
			margin:0 auto;
			background:transparent url(img/lenora_bell.jpg) 0 0 no-repeat scroll;
			text-align:center;
			}
			#homepage-link{
				display:block;
				height:105px;
				background:transparent;
				}
		#border-tile{
			height:50px;
			background:transparent url(img/border_tile.gif) 0 0 repeat-x scroll;
			}
	#content{
		margin:0 200px 0 265px;
		}
	#nav{
		padding-bottom:2.5em;
		text-align:center;
		}
	#blog{
		top:160px;
		right:5px;
		position:absolute;
		width:194px;
		height:87px;		
		}
	#footer{
		font-size:.9em;
		text-align:right;
		padding:10em 1em 1em 1em;
		}
.tagline{
	font-size:.8em;
	}
.red{ 
	color:#9e0a0a;
	background-color:#f1e5bd;
	font-weight:bold;
	}
/*********|> CLEAR-FIX HACK <|**********/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
	}
	/*IE5mac*/.clearfix {display: inline-table;}
	/*OTHER\*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}