/*
Used to style the TinyMCE editor.
*/
font[face=mceinline] {font-family:inherit !important}
html .mceContentBody {
	max-width:640px;
}
* {
	font-family: Ayar, Georgia, "Bitstream Charter", serif;
	color: #444;
	line-height: 1.5;
}
p,
dl,
td,
th,
ul,
ol,
blockquote {
	font-size: 16px;
}
tr th,
thead th,
label,
tr th,
thead th {
	font-family: Ayar, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: Ayar, "Courier 10 Pitch", Courier, monospace;
}
code, code var {
	font-family: Ayar, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body, input, textarea {
	font-size: 12px;
	line-height: 18px;
}
.mceListBox .mceText {font-family: Ayar !important;}
select.mceListBox {font-family:Ayar !important;}
.mceMenu .mceText {font-family:Ayar !important;}
.mceMenu pre.mceText {font-family:Ayar !important;}
.wp_themeSkin .mceStatusbar {font-family: Ayar !important;}
.wp_themeSkin span.mceButtonLabel {font-family: Ayar !important;}
.wp_themeSkin .mceListBox .mceText {font-family: Ayar !important;}
.wp_themeSkin select.mceNativeListBox {font-family: Ayar !important;}
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {font-family: Ayar !important;}
.wp_themeSkin .mceMenu .mceText {font-family: Ayar !important;}
.wp_themeSkin .mceMenu pre.mceText {font-family:Ayar Mono !important}
.wp_themeSkin .mce_pre span.mceText {font-family:Ayar Mono !important}