/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/*
#header {
	width:980px;
	height:130px;
	margin:0 auto; 
	background-color: black;
}
*/

.post h1 a { line-height:1.3; }
.post h1 a {
	font-family: Arial;
	font-size: 21px;
	font-weight: 700;
 	color: #333;
	border: none;
	margin: 5px 0; 
}

.post h2 { font-size: 18px; }
.post h3 { font-size: 16px; }
.post h4 { font-size: 14px; }
.post h5 { font-size: 12px; }
.post h6 { font-size: 10px; } 

/* .homepost {
	min-height: 145px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #444;
	line-height: 20px;
  	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
} */
