/* ---------- STANDARD ELEMENTS ---------- */
html{
	width: 100%;
	overflow-y: scroll;
	*overflow-x: hidden;
}
body{
	width: 100%;
	font: normal 12px 'Open Sans', Verdana, Arial, Tahoma, Microsoft sans, Lucida, Helvetica, sans-serif;
}
div{
	
}
span{
	
}
p{
	margin: 0 0 1em 0;
	color:#ecd9a1;
}
a{
	text-decoration: none;
	color:#ecd9a1;
}
a:hover{
	text-decoration: underline;
	
}
b, strong{
	font-weight: bold;
}
i, em{
	font-style: italic;
}
ul{
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: disc;
}
ul li{
	
}
table{
	
}
img{
	
}

/* HEADERS */
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #333;
}
h1{
	font-size: 25px;
	margin: 0 0 5px 0;
	color:#dabd67;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:-1px -1px #1e1f1e;
}
h2{
	font-size: 20px;
	margin: 0 0 5px 0;
	color:#dabd67;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:-1px -1px #1e1f1e;
}
h3{
	font-size: 15px;
	margin: 0 0 5px 0;
	color:#dabd67;
}
h4{
	font-size: 14px;
	color:#dabd67;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 12px;
}

/* TABLE */
table thead{
	
}
table tbody{
	
}
table tfoot{
	
}
table th{
	
}
table tr{
	
}
table td{
	
}

/* FORMS */
form{
	
}
form label{
	
}
form input[type="text"], form input[type="password"]{
	
}
form input[type="radio"]{
	
}
form input[type="checkbox"]{
	
}
form textarea{
	
}
form input[type="submit"]{
	
}

/* OTHER */
.clear{
	clear: both;
}