/* Block editorial */
.editorial_block { margin-bottom: 2em }
.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block > h1 {
	margin:40px 0 10px 0;
	padding: 0;
	background: none;
	clear: both;
}
.editorial_block > h2 {
	padding:0 0 10px 0;
	font-size: 20px;
	line-height: 1.2em;
	color: #A03E00;
	text-transform: none;
	background: none;
	font-weight: bold;
}
#editorial_block_center .rte h3 {
	padding:0 0 10px 0;
	font-size: 18px;
	line-height: 1.2em;
	color: #A03E00;
	font-weight: bold;
}
#editorial_block_center .rte h4 {
	padding:0 0 7px 0;
	font-size: 16px;
	line-height: 1.2em;
	color: #A03E00;
	font-weight: bold;
}
#editorial_block_center p { padding-left: 0;color:#A03E00 }
#editorial_block_center .rte p {color:#A03E00 }

#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
	color: #A03E00;
   font-size: 10px;
}
#editorial_block_center .rte a {
	color: #6B2900;
	font-weight: bold;
}
#editorial_block_center .rte a:hover {
	color: #A03E00;
	font-weight: bold;
}

