
* {
	background: none;
	border: 0;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
	color: #333;
	background: #fff;
    text-align: center;
}

body.home {
    background-color: #333;
}

p {
	margin: 1em 0;
}

img {
	max-width: 100%;
}

img.round {
	border-radius: 3px;
}

hr {
	background: url(../images/ribbon.png) no-repeat center center;
	height: 20px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

header,
footer,
article,
address,
aside,
section {
	display: block;
}

article {
	padding-bottom: 0;
}

address {
	font-style: normal;
}

blockquote {
	background: url(../images/blockquote-left.png) no-repeat left top, url(../images/blockquote-right.png) no-repeat right top;
	color: #d5ab2b;
	display: block;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin: 0 20px;
	padding: 0 50px;
	text-align: center;
}

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

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 35px 0 5px 0;
}

h1 {
    font-family: 'Bodoni Moda';
    color: #353535;
    font-size: 62px;
    text-transform: uppercase;
    margin-top: 40px;
    text-align: center;
    letter-spacing: -2px;
}

h2 {
	color: #b7903c;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	text-transform: uppercase;
}

h3 {
	color: #ebbf38;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
}

h4 {
	color: #d5ab2b;
	font-size: 114%;
}

h5 {
	color: #d5ab2b;
	font-size: 100%;
}

h6 {
	color: #ccc;
	font-size: 100%;
}

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

a {
	color: #d5ab2b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* TABLES
-------------------------------------------------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}

th, td {
	padding: 10px;
    border: 0.5px solid #aaa;
}

th {
	background: #222;
	color: #fff;
	text-align: left;
}

tr.odd td {
	background: #f4f4f4;
}

/* LISTS
-------------------------------------------------------------------------------------------------------------------*/

ol, ul, dl {
	margin: 1em 0 1em 20px;
}

ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul li {
	background:url(../images/bullet.gif) no-repeat left 6px;
	padding-left: 20px;
}

dt {
	color: #222;
}

dd {
	margin: 0 0 20px 20px;
}