/*--------------------------------------------------------------------------------------------------*/
/*---add Font Face you want for entire site- HERE IF YOU WANT!!!------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
sup{
	font-size:11px;
	}
body{
	font-size:13px;
	line-height:1.5;
	}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 36px;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
  margin-bottom:24px;
}

li {
	margin-left: 30px;
	margin-bottom: 5px;
	display: list-item;
}


p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin: 0 0 14px;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin-bottom: 14px;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub {
	top: 0.4em; 
}


/* `Hyperlinks
----------------------------------------------------------------------------------------------------*/
a, a.active{
	outline:none;
	border:none;
	font-weight: bold;
	color: #c0ae00;
}
a:hover {
	font-weight: bold;
	color: #eae07b;
}
a:focus {
    outline: none;
	border:none;
}

/* `Colors
----------------------------------------------------------------------------------------------------*/

.gold {
	color: #c0ae00;
}

.blue {
	color: #0066a4;
}