/* Typography Styles
*/

/* Links
------------------------ */
.typography a {
	color: #7db7df;
	font-weight: bold;
	text-decoration: none;
}
.typography a:hover {
	color: #7db7df;
	text-decoration: underline;
}

/* Paragraphs
------------------------- */
.typography p {
	font-size: 11px;
	line-height: 16px;
	color: #CCC;
	margin-bottom: 16px;
}


/* Headings
-------------------------- */
.typography h3 {
	margin: 0 0 8px 0;
	font-weight: bold;
	font-size: 16px;
	color: #83CA4A;
}
.typography h4 {
	margin: 0 0 8px 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


/* Inline Styles
-------------------------- */
.typography strong {
	color: #fff;
	font-weight: 700;
}

/* Images
-------------------------- */
.typography img {
	border:2px solid #7DB7DF;
	float:left;
	margin-bottom: 6px;
	margin-right: 10px;
	margin-top: 4px;
}

/* Flash Files 
-------------------------- */
.typography object embed {
	margin: 18px 0;
}

/* CMS Versions (bigger for readability) */
body.mceContentBody p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 18px;
}
body.mceContentBody h3 {
	font-size: 16px;
}
body.mceContentBody h4 {
	font-size: 14px;
}
body.mceContentBody h5 {
	font-size: 12px;
}
