@charset "utf-8";
/* CSS Document */
body {
	padding:0 10px;	
}

.date {
	font-style:italic;
}
.author {
	font-style:italic;
}

h1 {
	font-size:20px;
}
h2 {
	font-size:12px;
	color:#666;
}

.copy {
	color:#666;
	font-weight:bold;
	font-size:10px;
}
#printsettings 
{
	position:absolute;
	top:15px;
	right:0px;
	height:25px;
	vertical-align:middle;
	
}
/* Curly Quotes */
div.quote {
	background:url(../img/quote_1v2.gif) no-repeat;
	background-position:0 15px;
	clear:right;
	width:150px; 
	float:right; 
	margin:0px 0 0 10px;
	padding:20px 10px 10px;	
}
div.quote span {
	font-size:0.81em;
	font-style:italic;
	text-align:right;
	float:right;
}
div.quote div.innerQuote {	
	background:url(../img/quote_2v2.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-indent:1.15em;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
}
/* END Curly Quotes */

