/*
 * This file is left empty. Any style settings that you wish to apply, overriding
 * the rest of the theme settings, you should define them here.
 */

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #6666CC;
	font-weight: normal;
	margin:0;
	padding: 0; 
	line-height: 1.1em;
}





h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}





h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #A84C09;
	text-decoration: none;
}




/* post title */
h2.posttitle {
	color: #4C4C4C;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-size: 24px;
	border-bottom: dotted 1px #CCCCCC;
}
h2.posttitle a, h2.posttitle a:visited {
	color: #000;
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #528f6c;
	text-decoration: none;
}
