/* master typography file, imported into all paradigm themes and used by tinymce to provide classes for styling text*/

body
{
	font-size: 12px;
	color: rgb(102, 102, 102);
        font-family: "Verdana","Arial","Helvetica",sans-serif;
	line-height: 120%;
}
.mceEditorIframe body, .mceEditorIframe p, .mceEditorIframe div
{ 	
	font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
	color: #000;
	background: white none;
	font-size: 9pt; 
	line-height: 120%;
	text-decoration: none; 
	vertical-align: baseline; 

}

p
{
	margin-bottom: 6pt;
}

h1, h2, h3, h4
{
	line-height: 120%;
	font-weight: bold;
	
}

h1
{
	color: #993300;
	background: transparent none;
	font-weight: normal;
	font-size: 16pt;
	margin-top: 20px;
}

h2, h2 a
{
	font-size: 11pt;
	margin-bottom: 6pt;
}

h3, h3 a, div#navAlpha h2
{
	font-size: 9pt;
	margin-bottom: 3pt;
}

h3 a
{
	font-weight: bold;
	color: rgb(102,102,102);
	background: transparent none;
}



a
{
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: navy;
}


.image-head
{
	margin-top: 20px;
}

p.quote
{
	width: 100%; 
}

.quote-text
{
	font-style: italic;
}

.quote-attribute
{
	text-align: right;
	font-size: 80%;
    margin-top: 3pt;
    margin-bottom: 9pt;
    font-weight: bold;
}

.author
{
	font-size: 8pt;
	font-weight: normal;
	margin-top: 3pt;
	color: rgb(102,102,102);
	background: transparent none;
}

div.messages
{
	padding: 4px;
	background-color: #FFCC33;
	background: transparent none;
}

.title 
{
	padding-top: 12px;
	line-height: 200%;
}


.title a
{
	font-family: "Verdana","Arial","Helvetica","sans-serif";
    	font-size: 12pt;
   	font-style: normal;
    	font-weight: bolder;
    	color: rgb(153, 51, 0);
    	line-height: 120%;
}

div.blog-info, div.links
{
	font-size: 80%;
	
}

.initial_cap
{
	color: #993300;
	font-size: 1.75em;
	font-weight: bold;
}

.subheading
{
	color: #993300;
	font-size: 1.75em;
	line-height: 1.2em;
}
