/**
 * editor_styles.css
 * basic styles for contribute site editors
 */

/* =headings
**********************************************/

h1 {
	color: #7BA440;
	font-weight: normal;
	font-size: 220%;
	text-align: left;
	line-height: 1.6em;
	padding: 0;
	}

h2 {
	color: #7BA440;
	font-weight: normal;
	font-size: 190%;
	margin-top: 0;
	line-height: 1.6em;
	padding-top: 15px;
	}

div#c1 h2 {
	font-size: 160%;
	margin-bottom: 10px;
	margin-top: 40px;
	width: 230px;
	margin-left: -20px;
	text-align: center;
}

h3 {
	color: #7BA440;
	font-weight: bold;
	font-size: 120%;
}

h4 {
	color: #7BA440;
	font-weight: bold;
	font-size: 110%;
}



.left_img {
	float: left;
	display: block;
	border: 1px solid #D9D9D9;
	margin: 0.8em;
	padding: 2px;
	background-color: #fff;
}

.right_img {
	float: right;
	display: block;
	border: 1px solid #D9D9D9;
	margin: 0.8em;
	padding: 2px;
	background-color: #fff;
}

.box_highlight {
	border: 1px solid #182F4C !important;
	background-color: #627999 !important;
}

.box_highlight p {
	color: #FFF !important;
}

.box_highlight h4 {
	color: #FFF !important;
	font-size: 1.3em;
}
