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

/* Layout small screens */

header {
	height: auto;
}

header a.logo {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	background-image: url(../images/DD-Logo-2C.gif);
	background-repeat: no-repeat;
}
header h1 {
	text-align: left;
	font-size: 1.1em;
	padding: 20px 10px 15px 15px;
	line-height: 1.2em;
}

nav {
	width: 100%;
}
nav div.navWrapper {
	padding: 15px;
}
article {
	width: 100%;
}
article div.articleWrapper {
	padding: 15px;
}

