/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom h1 {
	color: #5f689d;
	font: bold 24px/24px Verdana, Helvetica, "Helvetica Neue";
}

body.custom h2 {
	color: #006400;
	font: bold 20px/24px Verdana, Helvetica, "Helvetica Neue";
}

body.custom h3 {
	color: #800000;
	font: bold 20px/24px Verdana, Helvetica, "Helvetica Neue";
}

body.custom h4, h5 {
	font: bold 20px/24px Verdana, Helvetica, "Helvetica Neue";
}

body.custom h6 {
	font: bold 10px/14px Verdana, Helvetica, "Helvetica Neue";
}

body.custom a {
	font-weight: bold;
}

body.custom #container {
	margin-left: 20px;
	margin-right: 20px;
}

body.custom div#footer, body.custom div#footer-container {background: url(custom/images/footer.png); }

body.custom #leaf-2 {
}

body.custom div.leaf-content {

}

