#page-body, #footer{
	margin-left:-35px;
}

#content{
	width:75%;
}

#content h1{
	margin-bottom:0.4em;
}

#content blockquote {
	width:100%;
	padding:2em 73% 2em 55px;
	margin:0 -200% 3em -55px;
	background:#c9962e;
	font-size:89%;
	position:relative;
	/* left:-55px; */
	line-height:1.4;
	
}

#stories .story{
	clear:both;
	margin-bottom:2em;
}

#stories .author, 
#stories .date{
	position:relative;
	left:-55px;
	font-style:italic;
}

#stories .author{
	font-weight:bold;
}

#stories h2{
	margin-top:0;
}

#stories img{
	display:block;
	/* float:left; */
	left:-55px;
	position:relative;
}

#color-overlay{
	width:35px;
	position:absolute;
	left:-35px;
	margin-left:100%;
	height:430px;
	top:180px;
	background-color:#d2cbc4;
	z-index:10;
}

#color-overlay.hover{
	background:#ece8db;
}

#send-story{
	position:absolute;
	padding-top:2em;
	font-size:89%;
	font-style:italic;
	padding-left:23px;
	background:url(../i/popup.png) 0 2.4em no-repeat;
	width:6em;
	z-index:1;
	left:100%;
	margin-left:30px;
}



