@import url(http://fonts.googleapis.com/css?family=Bevan);
@import url(http://fonts.googleapis.com/css?family=Abel);

html .mceContentBody {
	max-width: 64.667%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a, a:visited { color:#a62a2f; text-decoration:none }
a:hover { text-decoration:underline }

h1 { font-family: 'Abel', Arial, Helvetica, sans-serif; }
h2 { font-family: 'Abel', Arial, Helvetica, sans-serif; }

p,
h1,
h2,
h3,
h4,
h5 {
	margin:0 0 1.5em 0;
}

.read-more {
	text-transform:lowercase;
	text-decoration:none;
	font-family: 'Bevan', Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#b1b182; 
}

ul, ol, table, dl { margin: 1.5em 0; }
ul, ol { list-style-position:outside; line-height:1.5; margin-left: 2.2em; margin-right: 2.2em; }
li { margin-bottom: 0.75em; }
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }
			
blockquote { font-style:italic; line-height:1.6em; margin: 1.5em 2.2em; }
blockquote:before { font-family:Georgia, serif; content:open-quote; font-size:2.75em; text-indent:-.8em; margin-top:.1em; float:left; opacity:.3; }
			
dl { margin:1.75em 0 1.75em; }
dt { font-style:italic; margin-top:1.25em; font-size:1.13em; font-weight:700; border-bottom:1px solid #999; background:#DDD; }
dd { font-style:italic; font-size:.85em; margin-top:1em; line-height:1.6em; }
			
video { margin: 1.5em 0; max-width: 100%; display: block; }
object { display: block; margin: 1.5em 0; max-width: 100%; }
			
/* image alignment & styles */
			
img { margin: 0 0 1.5em 0; }
.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }