@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 75px;
	background: url(../_imagesR/banner_small.jpg) no-repeat right 0px;
}

header a.logo {
	width: 275px; height: 60px;
	top: 15px; left: 15px;
	background-image: url(../_imagesR/ddj_logo_small_13_13_13.png);
}

#content {
	max-width: 980px;
	clear: both;
	overflow: auto;
	padding-top: 29px;
	background-image: url(/_imagesR/screenblkbkgrnd5_990x1041.jpg);
	margin-left: -38px;
}

#content .sidebar #menubar {
	display: none;
}


nav {
	display: block;
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #515673;
}

nav a {
	color: #a6abc5;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #a6abc5;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }



footer {
	border-top: 1px solid #a6abc5;
	margin-top: -225px;
}

body { background-image: none;  }
