/*======================================================================*/
/* FONT STYLESHEET														*/
/*======================================================================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-transform: none;
	color: #444;
}

h1, h2, h3,
h4, h5, h6, p {
	margin: 0;
}

p.postdate {
	font-style: italic;
	color: #888;
	margin-bottom: 5px;
}

.page-title p.editpost {
	margin: 10px 0 0 0;
}
p.editpost a {
	color: #e65c5c;
	background: none;
}

h1 {
	font-family: Times, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	text-transform: none;
	color: #444;
	border-bottom: 2px none #366999;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Times, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	text-transform: none;
	color: #444;
	border-bottom: 1px none #c3772a;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

h3, h4 {
	font-family: Times, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	text-transform: none;
	color: #444;
	border-bottom: 1px none #c3772a;
	padding-bottom: 0px;
	margin-top:	20px;
	margin-bottom: 5px;
}

h5, h6 {
	font-family: Times, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	text-transform: none;
	color: #444;
	border-bottom: 1px none #c3772a;
	padding-bottom: 0px;
	margin-top:	10px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	line-height: 1.35em;
}

a {
	color: #e55725;
	text-decoration: none;
	transition: color 0.3s;
}

a:visited {
	color: #e55725;
}

a:hover {
	color: #444;
	text-decoration: none;
}


/*======================================================================*/
/* RESPONSIVE															*/
/*======================================================================*/
@media only screen and (max-width : 1024px) {
	h1 { font-size: 28px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 16px; }

}

@media only screen and (max-width : 768px) {
	h1 { font-size: 26px; }
	h2 { font-size: 20px; }
	h3, h4 { font-size: 18px; }
	h5, h6 { font-size: 14px; }
	p, li { font-size: 14px; }
}

@media only screen and (max-width : 568px) {
	h1 { font-size: 24px; }
	h2 { font-size: 18px; }
	h3, h4 { font-size: 16px; }
}

@media only screen and (max-width : 480px) {
	h1 { font-size: 20px; }

}