@charset "UTF-8";
/* CSS Document */

/* Layout | Global rules for all sizes */

body { margin: 0; padding: 0; }

header a.logo {
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Layout | Large screen, default for older browsers */

header {
	height: 110px;
	padding-top: 10px;
	border-bottom: 10px solid #008265;
}

header a.logo {
	width: 235px;
	height: 100px;
	top: 10px;
	left: 10px;
	background-image: url(../images/DD-Logo-2C.gif);
}

header h1 {
	margin: 0;
	text-align: right;
	font-size: 1.5em;
	padding-top: 30px;
	padding-right: 10px;
	line-height: 1.5em;
}

nav {
	width: 30%;
	float: left;
}
nav div.navWrapper {
	padding: 15px;
}
article {
	width: 70%;
	float: left;
}
article div.articleWrapper {
	padding: 10px;
}

footer {
	color: #eee;
}

@media screen and (max-width:980px) {
	footer { padding-left: 15px; }
}