/* Block editorial */

#editorial_block_center  {
border: solid #eee 1px;
clear:both;


padding:0px 5px 0px 5px;
margin:15px 0px 10px 5px;
       border-radius: 5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
	  
-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  }


.editorial_block { 


}
.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block h1 {
	background: none;
	padding: 0;
	margin-bottom: 1em
}
.editorial_block h2 {
	font-size: 1.1em;   
	text-transform: none;
	line-height: 1.2em;
	padding: 0;
	padding-bottom: 0px;
	background: none;
	color: #0D266D
}
.rte h4 {
	font-size: 1.1em;   
	text-transform: none;
	padding: 0;
	padding-bottom: 0px;
	background: none;
	color: #0D266D
}

.editorial_block p { 
border: solid 0px red;	
font-size: 10px;
}
#editorial_block_center p {  }

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

