@charset "UTF-8";
/* CSS Document */

#guy-fawkes h1 { 
color:#DB5335; 
font-size:36px; 
line-height: 40px;
margin:0 0 15px 0
 }
#guy-fawkes h3 { 
	color: #DB5335; 
	font-size:22px; 
	margin:40px 0 0 0; 
	padding:0;
	}
#guy-fawkes h3 span {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	width:20px;
	margin:5px 15px 0 0;
	display:inline-block;
	font-size:20px;
	float:left;
}
#guy-fawkes .lead {
	margin:0 0 20px 0; 
	font-size:13px; 
	line-height:1.5em;
	color:#585858;
	}
	
#guy-fawkes h4 {
	color:#DB5335;
	margin:40px 0 15px 0;
	border-bottom:#DB5335 1px solid;
	font-size:120%;
}

/*  For Responsivizer  */

body.white .site #guy-fawkes h1 {
font-size: 22px; 
line-height: 30px;
}