/**
|------------------------
| =Begin Extend CSS
|------------------------
*/

.entry-content {
  margin: 0 px 0 11px 0; 
}
.entry-title  {
	font-size: 24px; 
	line-height: 30px; 
	margin-bottom: 8px;
	text-transform: none;
	font-weight: bold;
	border-bottom: solid 1px #2f2f2f;
	padding-bottom: 10px;
	word-wrap: break-word;
}
 /**
|------------------------
| =Headings
|------------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-family: &#039;Nixie One&#039;;
	color: #2f2f2f;
	font-weight: normal;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; }

h1 { 
	font-size: 30px; 
	line-height: 36px; 
	margin-bottom: 14px;
}

h2 { 
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 20px;
}

h3 { 
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;	
}

h4 { 
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;	
}

h5 { 
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;	
}

h6 { 
	font-size: 10px;
	line-height: 19px;
	margin-bottom: 25px;	
}


/**
|------------------------
| =End Extend CSS
|------------------------
*/