/*
Theme Name: Ease
*/

h1, h2, h3, h4, h5, h6 {
    clear: both;
	margin: 0.8em 0 0.2em;
	color: #b51;
}

.mceContentBody h1,
.mceContentBody  h2 {
	background-color: #a33;
	color: #fff;
	text-shadow: 2px 1px 2px #d63;
	letter-spacing: 0.2em;
	padding: 0.2em 0.3em;
	font-family: "Times New Roman", Times, serif;
}

.mceContentBody h1 {
	font-variant: small-caps;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

table {
	font-size: 0.8em;
}

.mceContentBody table td {
	padding: .5em .7em;
}

audio, canvas, video {
    display: inline-block;
}

/**
* Basics
*/

html .mceContentBody {
	font-family: Georgia, Times, serif;
	margin: auto;
	width: 92%;
	color: #555;
	min-width: 760px;
	line-height: 1.5em;
	padding: 1.2em 0.8em;
}

.mceContentBody {
	width: 72%;
	float: left;
	margin-bottom: 1em;
}

a:hover {
	color: #f62;
	text-decoration: underline;
}

a:visited {
	color: #d000bc;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	text-decoration: underline;
	font-style: italic;
}

h5, h6 {
	font-size: 1.1em;
	text-decoration: underline;
}

blockquote {
	font-size: 1.2em;
	font-style: italic;
	padding: 0 1em;
	margin: 1em 2em;
}

q {
	font-size: 1em;
	font-style: italic;
	padding: 0.4em 0.8em;
	margin: 0.8em 1.4em;
}

u, ins {
	text-decoration: underline;
}

abbr, acronym  {
	cursor: help;
	border-bottom: 1px dotted;
	font-family: Arial, Sans-serif;
}

table {
	border-collapse: collapse;
}

th {
	border-bottom: 1px solid #777;
}

th, td {
	padding: 0.2em 1.6em;
}

td {
	border-bottom: 1px solid #bbb;
}

tbody {
	font-size: 0.9em;
	text-align: left;
}

dl {
	font-family: "Times New Roman", Times, Arial, Serif;
	padding-left: 1.6em;
}

dt {
	font-size: 1.2em;
	padding-left: 0.8em;
}

dd {
	font-style: italic;
}

dd em {
	font-style: normal;
}

ul{
	list-style-position: inside;
	margin-left: 1em;
	list-style-type: disc;
}

ol{
	list-style-position: inside;
	margin-left: 1em;
	list-style-type: upper-roman;
}

ul ul,
ol ul{
	list-style-type: square;
}

ol ol,
ul ol {
	list-style-type: lower-roman;
}
ul ul ul,
ul ol ul,
ol ol ul,
ol ul ul{
	list-style-type: circle;
}

ul ul ol,
ul ol ol,
ol ol ol,
ol ul ol {
	list-style-type: lower-alpha;
}

address {
	font-family: arial, sans-serif;
	letter-spacing: 0.2em;
	padding: 0.2em 1em;
	margin: 0.5em 0;
	font-style: normal;
}

code {
	font-family: "Courier New", courier, Times, Serif;
}

.mceContentBody pre {
	margin: 1.4em 0;
	padding: 1em 1.5em;
	overflow: scroll;
	word-wrap: normal;
	border: 1px solid #ccc;
	font-family: "Courier New", courier, Times, Serif;
}

sub {
	font-size: 0.7em;
	position: relative;
	top: 0.3em;
}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.7em;
}
