@charset "utf-8";
/* Global Styles */

@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates); 	/* added by ADDC to use in headings*/
@font-face {
	font-family: 'Hobo';
	src: url(_fonts/hobo.ttf) format('truetype');
}
@font-face {
	font-family: 'Dead Kansas';
	src: url(_fonts/Dead-Kansas.ttf) format('truetype');
}
body {
	font-size: 20px;
	font-weight: bold;
	color: #8C0F13;
	font-family: "Montserrat Alternates", sans-serif;
}
p {
	margin: 0;
	padding: 5px;
}
hr {
	clear: both;
}
a:link,
a:visited {
	color: #8C0F13;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Hobo', sans-serif;
	font-weight: 200;
	margin: 10px 5px;
}


ul,
ul li {
	display: inline-block;
	margin: 0 !important;
	padding: 0 25px;
	list-style-type: none;
}
#navigation ul li a,
.footerDisclaimer a,
.footerNote a {
	color: #BFBEBE;
}
#navigation ul li a:hover,
.footerDisclaimer a:hover,
.footerNote a:hover {
	color: #fafafa;
	text-decoration: underline;
}
#wrapper {
	margin: 10px auto;
	width: 100%;
	min-width: 300px;
	max-width: 1000px;
	height: 100%;
	min-height: 600px;
}
aside {
	width: 28%;
	float: right;
}
aside h2 {
	margin-top: 100px;
}
aside ul li {
	list-style-type: square !important;
	list-style-position: outside;
	padding: 0;
}
#content {
	width: 70%;
	float: left;
	margin-top: -75px;
}
header #navigation,
footer {
	background-color: #8C0F13;
	margin: 5px auto;
	padding: 5px;
	color: white;
	text-align: center;
}
footer {
	clear: both;
	font-size: 12px;
	padding: 5px;
}
footer .footerDisclaimer {
	float: left;
	padding-left: 10px;
}
footer .footerNote {
	float: right;
	padding-right: 10px;
}
header h1 {
	font-family: "Dead Kansas", sans-serif;
	font-size: 3em;
}
#logo {
	background-image: url(_images/---logo-small.png);
	width: 317px;
	height: 385px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	float: right;
	top: 0;
}
#ddf-logo {
	height: 400px;
	background-image: url(http://drc.artistikdreamlife.com/wp-content/uploads/logo4tile-new.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 500px;
}
