/*
Theme Name: Hestan Advantage Theme
Description: Custom designed theme specially for Hestan Advantage
Version: 0.9
Author: Rob Williams, Results Marketing & Advertising <web@resultsinc.ca>
Tags: custom template
*/

/* Default Styles */

html, body {
    width:                  100%;
    font-family:            'Sarabun', 'Arial', sans-serif;
	font-weight:			300;
    line-height:            1.4em;
    background:             white;
}
body { height: 100%; }

p { padding: 0 0 1em 0; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 1em 1em;
	display: inline;
}

img.alignleft {
	display: inline;
}

img.aligncenter {
    display: block;
}

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin: 0 auto; }


/* Basic styles */

a { text-decoration: none; color: #eb7d30; font-weight: 800; }
a:hover { color: #a44e13; }

h1 {}
h2 {}
h3 {}
h4 {}

main { width: 95%; max-width: 1024px; margin: 0 auto; }
main img { margin-bottom: 1rem; }
.margin_top { margin-top: 2rem; }
.margin_bottom { margin-bottom: 2rem; }

