/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

select {
	min-width: 120px;
}


/* BASE CSS */

body {
    background: #FFF;
    font-family: "Ruda", sans-serif;                    /* 300, 700, 900 */
    font-size: 18px;
    color: #646566;
}

h1 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;

    color: #100F10;
    font-size: 2.3em;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;

    color: #100F10;
    font-size: 1.7em;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5em;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #646566;
    font-size: 1.26em;
}

h4 {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;

    color: #646566;
    font-size: 1.16em;
    font-weight: 400;
    text-transform: uppercase;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 0.9em;
}

p, address {
    margin: 10px 0;
    color: #646566;
    font-size: 1em;
    line-height: 1.34em;
}

a {
    text-decoration: none;
    color: #F26722;
    outline: 0;
}

small {
    line-height: 1.34em;
    color: #A8A9AB;
    font-size: 0.778em;
}

p small {
    padding: 0;
}

strong {
    font-weight: 900;
}


ul {
    text-decoration: none
}

ol {

}

li {
    margin-bottom: 10px;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p.left {
    text-align: left;
}

p.center {
    text-align: center;
}

p.right {
    text-align: right;
}

.hidden {
    display: none;
}

hr {
    background-color: #DDDDDD;
    border: 0 none;
    height: 1px;
    margin: 40px 0;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}