/**
 * This typography file is included in the WYSIWYG editor
 */

.typography * {
	/*font-family:arial, helvetica, sans-serif;*/
	font-family:courier, fixed, monospace;
	font-size:12px;
	line-height:1.2em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}

.typography p {
	margin:0 0 1em 0;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:1em;
}

/* HEADER STYLES */
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	font-weight:bold;
	margin:0;
	padding:0;
}

/* LINK STYLES */
.typography a {
    color:#EC008C;
    font-size:1em;
    text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}


.typography table {
	border:0;
	margin:0;
	padding:0;
	/*font-size:1.1em;*/
}
	.typography table tr td {
		padding:3px 8px 3px 0;
	}


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.mceEditorIframe, .mceEditor table, .mceEditor td, .mceEditor tr {
    padding:0 !important;
    margin:0 !important;
    background-color:#f8dee7 !important;
}
