@charset "utf-8";
/* CSS Document */
#content h4.reference {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: 36px;
	margin-bottom: 12px;
	text-align: center;
	color: #450811;
}

#content h4.reference span {
	border-bottom: 1px dotted #BD142D;
}

#content blockquote {
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
	padding-bottom: 12px;
	background: url(../img/quote-right.png) no-repeat bottom right;
}

#content blockquote p {
	margin: 0;
	padding: 12px 80px 0;
	background: url(../img/quote-left.png) no-repeat top left;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
	text-indent: 30px;
	color: #222;
}

#content blockquote p.cite {
	background: none;
	padding: 12px 80px 0;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #555;
}

#content .press h4 {
	font-size: 12px;
	line-height: 18px;
	color: #AAA;
}

#content .press h6 {
	font-size: 18px;
	line-height: 27px;
	border-bottom: 1px solid #CCC;
	padding: 9px 0;
	margin-bottom: 8px;
}
	#content .press h6 a {
		color: #000;
		border: none;
	}
	#content .press h6 a:hover {
		text-decoration: none;
		color: #8A0F2F;
	}
	
#content .press ul {
	list-style: none;
	padding: 0;
	margin: 9px 15px 0 0;
}
#content .press li {
	border-bottom: 1px dotted #CCC;
	padding: 8px 0 9px;
	margin-right: 0;
}
	#content .press li:last-child {border-bottom: none}

#content .press li a {
	color: #222;
}
	#content .press li a:hover {
		text-decoration: none;
		color: #A22;
	}
	
	#content .press ul.years {
		margin: 0;
		padding: 0;
		border: none;
		list-style-type: none;
	}
		#content .press ul.years li {
			float: left;
			border: none;
			font-size: 11px;
			font-weight: bold;
		}
		#content .press ul.years a {
			cursor: pointer;
			color: #888;
		}
		#content .press ul.years a:hover, #content .press ul.years a.active {
			color: #8A0F2F;
		}
		
	#content .press ul.releases {
		clear: left;
	}
	
#content .stats p {
	text-align: right;
	margin-bottom: 0;
	font-size: 11px;
	color: #555;
}
#content .stats h6 {
	text-align: right;
	margin-bottom: 18px;
	font-size: 24px;
	color: #222;
}