/* Block editorial */
.editorial_block { margin-bottom: 1em; position:relative; z-index:1000 }
.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block h1 {
	background: none;
	padding: 0;
	margin-bottom: 10px;
	display:block;
	/* width:470px; */
	/* margin-left:155px; */
	text-align:center;
	font-family: oswald,Georgia,Serif;
	color: #d80000;
	font-weight: bold;
	font-size: 21px;
	margin-top: 16px;
	text-transform: none;
	/* margin: 0 auto; */
}
/*.editorial_block h2 {
	font-size: 1.1em;
    margin: 1em 0;
	text-transform: none;
	line-height: 1.2em;
	padding: 0;
	padding-bottom: 10px;
	background: none;
	color: #5D717E
}*/
.editorial_block h2 {
    font-size: 31px;
    margin: 1em 0;
    text-transform: none;
    line-height: 1.2em;
    padding: 0;
    padding-bottom: 10px;
    background: none;
    color: #940017;
    position: relative;
    z-index: 3;
    background: #E0DFE5;
    width: 91%;
    margin: 12px 12px 7px 10px;
    height: 21px;
    display: block;
    font-family: Oleo script, cursive;
}
.editorial_block p { padding-top: 0.4em }
#editorial_block_center p { padding-left: 0 }

#editorial_image_legend {
	color: #AAAAAA;
    font-size: 6pt;
    font-style: italic;
    margin: 0;
    padding-left: 0;
    text-align: center;
}

