@charset "utf-8";
/* CSS Document */

h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
	color: #616115;
}

blockquote { 
	margin: 0 15px;
	color: #a95e12;
}

div.folio-box-title {
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid #B2C587;
	color: #5B693C;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1.308em; /*17px*/
	line-height: 12px;
	text-align: left;
}

div.folio-box {
	display: block;
	padding: 0;
	border: 1px solid #B2C587;
	border-top: none;
	background-color: #fff;
}

div.folio-box-content {
	height: 265px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
}

p { margin-top: 0; margin-bottom: 10px; }

div.screenshot {
	float: right;
	clear: right;
	width: 402px;
	margin: 0 0 0 10px;
	font-size: 0.923em; /*12px*/
	text-align: center;
}
div.screenshot img {
	margin-bottom: 3px;
	border: 1px solid #A9A395;
}
