/* Yahoo! Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img {  border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }

/* CSS begin */

.clear{
	clear:both;
	height:0;
}
strong{
	font-weight: bold;
}

/* nice type */
.hung{
	margin-left:-1.5em;
	float:left;
	width:1.5em;
	text-align:right;
}

.amp{
	font-style:italic;
}

body{
	font:normal normal normal 14px/22px Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
	color:#333;
	background-color:#EEE;
}

.topheader{
	background-color:#222;
	padding:70px 200px;
	color:#AAA;
	font-family:"Chaparral Pro",Georgia,"Times New Roman",serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:11px;
}
.topheader h1{
	font-size:30px;
}
.topheader h1 a{
	text-decoration:none;
	color:#AAA;
}
.topheader h1 a:hover,.topheader h1:hover{
	color:#FFF;
}

#content #nav{
	color:#666;
	text-decoration:none;
	font-style:italic;
	margin-top:-44px;
	margin-bottom:66px;
}

#content{
	width:500px;
	margin-top:-20px;
	padding:100px 200px;
	border:20px solid #CCC;
	background-color:#FFF;
	border-left-width:0;
	position:relative;
}

#content .header{
	margin:20px 0;
}
#content .header h1{
	font-size:20px;
	line-height:33px;
	margin-bottom:11px;
}

#content a{
	text-decoration:none;
	color:#07A;
	border-bottom:1px solid #CCC;
}
#content a:hover{
	padding: 2px 2px 0 2px;
	margin: -2px -2px 0 -2px;
	background-color:#DEF;
	position: relative;
}
#content hr{
	height:0;
	border:0;
	margin-top:21px;
	margin-bottom:22px;
	border-bottom:1px solid #CCC;
}
#content hr.invisible{
	border-bottom:0;
	margin-top:0;
}
#content p.centerimage img{
	display:block;
	margin:22px auto;
}


.section{
	margin-top:20px;
}
.fiction p{
	text-indent:3em;
}
.fiction h2{
	font-size:16px;
	margin:22px 0;
}
.section p:first-child,.section hr+p,.section h2+p{
	text-indent:0 !important;
}
.section blockquote{
	margin:0 160px 0 0;
	font-style:italic;
}
.poem p{
	text-indent:0;
	margin-bottom:22px;
}


.about p{
	margin: 22px 0;
}
.about ul{
	margin-left: 1.5em !important;
}
.about li{
	list-style-type: disc !important;
}
.about h2{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 22px;
}

#footer{
	margin:20px 200px;
	color:#999;
}

/* SPECIAL! */

#extraleafs{
	position:absolute;
	height:490px;
	width:138px;
	top:-20px;
	left:20px;
	background:transparent url(graphics/branch.png) top left no-repeat;
}
#leafpile{
	position:absolute;
	bottom:20px;
	left:30px;
	background:transparent url(graphics/leafpile.gif) top left no-repeat !important;
	width:200px;
	height:38px;
	border:0 !important;
}