body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #333;
}

blockquote {
	width: 240px;
	float: right;
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left top;
	padding: 15px 0 0 0;
	margin: 0 0 40px 20px;
	font-size: 140%;
	color: #333;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	line-height: 1.2em;
}

blockquote p {
	margin: 0 !important;
}

blockquote:after {
	content: "";
	display: block;
	height: 15px;
	width: 100%;
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left bottom;
}

div#main-area h1,
body > h1 {
	font-size: 200%;
	color: #d56d08;
}

div#main-area h2,
body > h2 {
	font-size: 140%;
	color: #d56d08;
}

div#main-area h3,
body > h3 {
	font-size: 140%;
	color: #333;
}

div#main-area h4,
body > h4 {
	font-size: 120%;
	color: #333;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}


div#content-primary div.block,
body > div.block {
	background-color: #faf1b6;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior:url(border-radius.htc);
	color: #333;
	margin: 1em 0;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}

div#content-primary div.navblock,
body > div.navblock {
	background-color: #e1f0f2;
}

div#content-primary div.block h2,
div#content-primary div.block h3,
body > div.block h2,
body > div.block h3 {
	color: black;
	margin-top: 0;
	font-size: 160%;
}

hr {
	height: 2px;
	border: 0;
	background: transparent url(/img/advice/dotted-line-horizontal.png) repeat-x left top;
	margin: 1em 0;
}



















@media only screen and (max-width: 500px) {
	
	blockquote {
		display: none;
	}
	
}


