/*
Theme Name: BHT
Version: 1.0
Theme URI: http://www.blackhilltransport.com.au/
Description: BHT
Author: Nayden Keft
Author URI: http://www.perfectemployee.net

BHT by Nayden Keft || http://www.perfectemployee.net
*/

/* CSS RESET */
@import url('layout/css/core/reset.css');

/* CORE CSS */
@import url('layout/css/core/core.css');

/* TYPOGRAPHY & GENERAL CLASSES */
@import url('layout/css/core/typography.css');

/* SHORTCODES CSS */
@import url('layout/css/core/shortcodes.css');

/* NAVIGATION CSS */
@import url('layout/css/core/nav.css');

/* WIDGETS CSS */
@import url('layout/css/core/widgets.css');

/*
<style type="text/css">
h1 {
margin-top: 0;
font-size: 32px;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif color:#006666;
}
 h2 {
margin-top: 0;
font-size: 23px;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif color:#006666; }
 h3 {
margin-top: 0; font-size: 18px; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif  color:#006666; }
 h4 {
margin-top: 0; font-size: 15px; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif  color:#006666; }
 h5 {
margin-top: 0; font-size: 12px; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif  color:#00245e; }
 h6 {
margin-top: 0; font-size: 11px; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif  color:#00245e; }
</style>
*/