
/* ---------- BASE ---------- */

body {
    font: 15px/24px 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
    color: #313131;
}

/* ---------- HEADERS ---------- */

h1, h2, h3, h4, h5, h6 {
    color: #959595;
    font-weight: normal;
    line-height: 110%;
    margin-bottom: 10px;
}

h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 20px;
    font-weight: 300;
}

h2.black {
	color: #000;
}

h3 {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ---------- LINKS ---------- */

a {
	color: #930E29;
}

/* ---------- DIVIDER ---------- */

.hr {
	border-top: 1px solid #ddd; /*#fff*/
	line-height: 1px;
	font-size: 1px;
	margin: 40px 0;
	height: 1px;
}
.hr hr {
	display: none;
}

/* ---------- PARAGRAPH ---------- */

p {
	margin-bottom: 20px;
}

/* ---------- FORMS ---------- */

fieldset {
	background-color: #fffbcc;
	border-color: #e6db55;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
}
fieldset legend {
	margin-bottom: 0px;
	background: none;
	position: relative;
	top: -1.6em;
	padding: 0 5px;
	font-weight: bold;
	
}
fieldset input:focus {
	background-color: #fff;
}
input.submit, p.submit input {
	background: #e4e4e3 url('../images/input-btn.gif') repeat-x;
	border: 1px solid #999;
	color: #333;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 2px 10px;
	width: auto;
}
input.submit:focus, p.submit input:focus {
	outline: 0;
	background: #e4e4e3;
}

ol {
	margin-left:18px;
}
ol > li {
	margin-bottom:20px;
}

/* ---------- RTE ---------- */

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }