/**
SilverStripe Black Candy Theme
http://www.silverstripe.com
 
This typography file is included in the WYSIWYG editor
 */
*
{
	font-size: 1em;
/*reset font-sizes*/
	padding: 0;
	margin: 0;
}
/*GENERIC STYLES*/
.typography #Content *
{
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #002D3B;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3em;
}
/*PARAGRAPHS*/
.typography P
{
	color: #444;
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 10px;
}
#Layout P
{
	margin: 10px 5px 5px 0;
}
.typography BLOCKQUOTE
{
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}
/*LINKS*/
.typography A
{
	text-decoration: none;
	color: #239900;
}
.typography A:hover
{
	text-decoration: underline;
}
.typography A:visted
{
	text-decoration: underline;
}
/*LIST STYLES*/
.typography UL, .typography OL
{
	margin: 20px;
	color: #666;
}
.typography LI
{
	list-style: square;
	margin: 5px 0 5px 25px;
	font-size: 1em;
}
.typography B, .typography STRONG
{
	font-weight: bold;
}
/*HEADER STYLES*/
.typography H1
{
	font-size: 1.5em;
	color: #002D3B;
	margin: 15px 0;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.typography H2
{
	font-size: 1.3em;
	color: #002D3B;
	margin: 10px 0;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.typography H3
{
	color: #222;
	margin: 25px 0 15px;
	font-weight: 300;
	clear: both;
	font-size: 1.5em;
}
.typography H4
{
	font-size: 1.2em;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;
	border-bottom: 1px solid #CCC;
	margin: 25px 0 15px;
}
.typography H5
{
	font-size: 1.1em;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}
.typography H6
{
	font-size: 1em;
	color: #555;
	line-height: 1.2em;
	margin: 10px;
}
/*ADRESS STYLES*/
.typography PRE
{
	font-family: "Courier New", Courier;
	display: block;
	font-size: 1.2em;
	margin: 2em 5em;
	padding: 0.5em;
	border: 1px solid #CCC;
	background: #EEE;
}
.typography LABEL
{
	display: block;
	margin: 10px 0 -10px;
	color: #777;
}
/*TABLE STYLING*/
.typography TABLE
{
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse: collapse;
}
.typography TD
{
	border: 1px solid #999;
	padding: 5px;
}
/*WYSIWYG EDITOR ALIGNMENT CLASSES*/
.typography .left
{
	text-align: left;
}
.typography .center
{
	text-align: center;
}
.typography .right
{
	text-align: right;
}
.typography IMG.right
{
	float: right;
	margin-left: 20px;
}
.typography IMG.left
{
	float: left;
}
.typography IMG.center
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*FORMS*/
.typography LABEL
{
	font-size: 1em;
}
.typography INPUT.text, .typography TEXTAREA
{
	font-size: 1em;
}
/*Extra redundancy*/
.typography P.MsoNormal, .typography P.MsoBodyText
{
	margin: 0;
}
.typography #Content P.authorDate
{
	color: #444;
	margin-top: -15px;
}
