.typography	*						{ }

/** CMS LIST STYLES **/
.typography ul,
.typography ol 						{ }

.typography ul li,
.typography ol li 					{ }
.typography ul li 					{ }
.typography ol li 					{ }

/* HEADER STYLES */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6						{ margin: 0 0 12px 0; padding: 0; font-family: 'Sorts Mill Goudy', serif; font-weight: bold; color: #6f4931; }

.typography h1 						{ font-size: 36px; line-height: 36px; }
.typography h2 						{ font-size: 32px; line-height: 32px; }
.typography h3 						{ font-size: 27px; line-height: 27px; }
.typography h4 						{ font-size: 24px; line-height: 24px; }
.typography h5 						{ font-size: 20px; line-height: 20px; }
.typography h6 						{ font-size: 17px; line-height: 17px; }

.typography blockquote				{ background: #fef8e2; border: 1px #bf997d solid; padding: 10px; }

/* LINK STYLES */
.typography a 						{ color: #912503 !important; }
.typography a:hover 				{ color: #912503 !important; }
	
.typography table					{ }
.typography table tr td				{ }

.typography strong					{ font-weight: bold; }
.typography em						{ font-style: italic; }

/* 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: 0 0 5px 10px; }
.typography img.left				{ float: left; margin: 0 10px 5px 0; }

.typography .captionImage img		{ padding: 0; }
.typography .captionImage p			{ margin: 0; font: bold 10px/14px Arial, sans-serif; }
.typography .captionImage.left		{ float: left; margin: 0 10px 5px 0; padding: 5px; background: #e8e8e8; text-align: center; }
.typography .captionImage.right		{ float: right; margin: 0 0 5px 10px; padding: 5px; background: #e8e8e8; text-align: center; }


.right form .field label {
	color: #555 !important; font: bold 14px/19px Arial, sans-serif;
}

#form_actions_right {
    width: 100%;
}
#form_actions_right .action {
    float: right;
}
#form_actions_right .delete {
    float: left;
    margin-left: 18px;
}
#form_actions_right .delete + .delete {
    margin-left: 0px;
}
