/* original --------------------------
#quotearea {
   background: #cccccc;
   width: 500px;
   padding: 20px 50px 20px 50px;
   margin: 15px auto;
}
#quoterotator {
   line-height: 135%;

}
#quoteauthor {
   display: block;
   text-align: right;
   font-weight: bold;
   font-style: italic;
}  */

/*custom ----------------- */
#quotearea {
	background: #cccccc;
	width: 500px;
	padding: 20px 50px 20px 50px;
	margin: 15px auto;
}

#quoterotator { line-height: 135%; }

#quoteauthor {
	display: block;
	text-align: left;
	font-weight: lighter;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	font-family: Georgia, serif;
	position: absolute;
	top: 0px;
	left: 0px;
}

#quoterotator {
	position: absolute;
	top: 150px;
	left: 690px;
	padding-top: 40px;
	width: 260px;
	z-index: 2000;
}
