/*

Used to style the TinyMCE editor, AND the theme itself! (Overruled by style.css)
*/

/* CSS Reset */
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}



html .mceContentBody {
	max-width: 884px;
	background-color: #fffbe3;
	border-right: 1px dotted #000;
	font-family: Verdana;
	line-height: 1;
}
.mceContentBody {
	line-height: 1;
}
p,
dl,
td,
th,
ul,
ol,
blockquote {
	font-size: 11px;
}
tr th,
thead th,
label,
tr th,
thead th {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	border: 1px dotted #000;
}
code, code var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body, input, textarea {
	font-size: 14px;
}
hr {
	background-color: #000;
	border:0;
	height: 1px;
	margin-bottom: 1em;
	clear:both;
}
/* Text elements */
p,
blockquote {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
li { padding-bottom: 0.5ex;}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
	color: #000;
}
cite,
em,
i {
	font-style: italic;
	border: none;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffffcc;
	border: none;
	color: #333;
}
del {
	text-decoration: line-through;
	color: #555;
}
blockquote {
	/* width: 884px - margin-left: 24px - width: 338px; */
	width: 522px;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
address { 
	display: block;
	margin-bottom: 1em;
	padding-left: 1.5em;
	
	font-style: italic;
	font-size: 14px;
	line-height: 1.5em;
	color: #222;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:link {
	color: #6e381c;
}
a:visited {
	color: #431f0d;
}
a:active,
a:hover {
	color: #431f0d;
}
p,
ul,
ol,
dd,
pre,
hr {
	margin-bottom:24px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
pre,
kbd,
tt,
var {
	font-size: 15px;
	line-height: 21px;
}
code {
	font-size: 13px;
}
strong,
b,
dt,
th {
	color: #5a5a5a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	
	font-family: Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	line-height: 1.5em;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 30px;
	font-style: italic;
}
h5 {
	font-size: 24px;
	font-style: italic;
}
h6 {
	font-size: 16px;
	font-style: italic;
}
table {
	margin: 0;
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 1em;
}
tr th,
thead th {
	border: 1px solid #888;
	color: #888;
	background-color: #ffb266;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 1ex;
}
tr td {
	border: 1px solid #888;
	background-color: #ffdbb8;
	padding: 1ex;
}


img {
	margin: 0;
	max-width: 940px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	border: 1px solid #000;
	background: #f1f1f1;
	color: #333;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.wp-caption img {
	margin: 4px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}