html .mceContentBody {
	color: #333;
	font: 100%/1.5 Georgia, serif; /* 24px / 16px = 1.5 */
	max-width: 620px;
}
/* Fonts */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a,
a:visited {
	color: #1189b7;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
img,
object,
embed {
	max-width: 100%;
	height: auto;
}
img {
-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	border: 1px solid #ebeae8;
	padding: .25em; /* 4px / 16px = 0.25 */
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: LeagueGothicRegular, Georgia, serif;
    font-style: normal;
    font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 { 
	font-size:1.17em;
}
h4 {
	font-size: 1.0625em; /* 17px / 16px = 1.0625 */
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9375em; /* 15px / 16px = 0.9375 */
}
ul {
	list-style-type: circle;
}
.alignleft,.left {
	float:left;
	margin:1em 1.25em 0.5em 0;
}
.alignright,.right {
	float:right;
	margin:1em 0 0.5em 1.25em;
}
.aligncenter,.center {
	display:block;
	margin:1em auto;
}
blockquote {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: 0.375em solid #13a1ec;
	color: #666;
	font-style: italic;
	margin: 1em 0;
	padding: 1em 2em;
}
blockquote blockquote {
	padding: 0.375em 2em;
}
code {
	background: #f7f7f7;
	color: #555;
	padding: 0 0.1875em;
}
pre {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	color: #555;
	font-size: .9375em;
	padding: 2em;
}
pre code {
	padding: 0;
}
/* Acronyms and abbreviations */
acronym,
abbr {
	border-bottom: 1px dotted #999;
}

/* Tables */
table {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	width: 100%;
}
table caption {
	color: #555;
	text-transform: uppercase;
}
th {
	background: #1189b7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	padding: .5em 2%;
	text-align: left;
}
td,
tbody th {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: .9375em;
	padding: .5em 2%;
}
tr:hover td {
	background: #f7f7f7;
}
tr:hover th {
	background: #13a1ec;
}
thead th,
tfoot th,
thead tr:hover th,
tfoot tr:hover th {
	background: #1189b7;
	color: #fff;
}
hr {
	background: #13a1ec;
	height: .25em;
}
/* Captions */
.wp-caption {
	max-width: 100%;
	overflow: visible;
	padding: 0;
}
.wp-caption img {
	border: 1px solid #ebeae8;
	padding: .25em; /* 4px / 16px = 0.25 */
	margin: 0;
	width: 100%;
}
.wp-caption-dd {
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	color: #555;
	font: normal normal normal 0.875em/1.6 "Helvetica Neue", Helvetica, sans-serif;
	margin: -0.357142857em 0 0 0;
	max-width: 100%;
	padding: 0.571428571em 0.714285714em;
	text-align: center;
}