/* rtf.css 
- additional styles used to format webyep text elements
- also can be used by tinymce to populate the style dropdown in rtf webyep elements if so desired
--- you specify which .css file to associate with the dropdown in the webyep_richText element:
webyep_richText("home-body", false, "../../styles/rtf.css", true); 

Note: configuration modifications to tinymce are called from outside the program... in this case from weby
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/content_css
*/

.bold-blue {
	font-weight: bold;
	color: #125687;
}

.body-text {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.6em;
}

.body-text li {
	font-size: 1em;
}

.body-text table {
	width: 70%;
    margin: 0px;
    padding: 0px;
    border-top: 0px solid black;
    border-left: 0px solid black; 
}

.body-text td {
    margin: 0px;
    border-bottom: 0px dotted black;
    border-right: 0px solid black;
    font-weight: bold;
}

h1, .heading1 {
	text-transform: capitalize;
	font-size: 1.9em;
	color: #80561b;
	font-weight: bold;
	line-height: 2.1em;
}

h2, .heading2 {
	font-size: 1.7em;
	color: #125687;
	line-height: 1.9em;
	padding-top: 1em;
}

h3, .heading3, .HEADING3 {
	font-size: 1.2em;
	color: #125687;
	line-height: 1.5em;
	padding-top: 1em;
}

.staff, .quote-large {
	font-size: 1.4em;
	color: #125687;
}
.quote-author {
	font-size: 1em;
	line-height: 1.4em;
	color: #125687;
}

.quote-page-heading {
	font-size: 1.6em;
	color: #125687;
}

.quote-author-page-heading {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #125687;
}

