body {
	background: #fff;
}

/*Core Layout*/
#wrapper, .wrap {
	margin: 0;
	width: auto;
}
#left-col {
	padding: 8px;
	width: auto;
	float: none;
}
#right-col {
	padding: 8px;
	width: auto;
	float: none;
}

/*Header*/
#header {
	padding: 0;
	background: #550909;
	border-bottom: 3px solid #fff;
}
#logo {
	width: auto;
	float: none;
}
#logo a {
	width: 300px;
	height: 77px;
	background: url(../images/logo-m.png) no-repeat left top;
}
#head-right {
	padding: 0 10px 10px 10px;
	width: auto;
	float: none;
}

/*Search*/
#search {
	margin: 0 0 .25em 0;
}

/*Topnav*/
.topnav {
	margin: 0 0 .25em 0;
}

/*Navigation*/
#navigation {
	padding: 8px;
}

/*Catalog Info*/
#catalog-info {
	background: #511112;
}
#edition {
	padding: 8px;
	width: auto;
	float: none;
}
#edition a {
	color: #fff;
}

/*CL Menu Controls - Shows in Mobile Context*/
#cl-menu-control {
	display: block;
}

/*CL Menu Show Hide - Available in Mobile Context*/
#cl-menu,
#cl-menu.hide {
	display: none;
}
#cl-menu.show {
	display: block;
}

/*Breadcrumb*/
#breadcrumb {
	padding: 8px;
	width: auto;
	float: none;
	border-right: 0;
}
#breadcrumb ul li {
	padding: 0;
	display: block;
}

/*Footer*/
#footer {
	border-top: 0;
}
#foot-left {
	padding: 0;
	width: auto;
	float: none;
	text-align: center;
	position: relative;
	top: 80px;
}
#foot-social {
	margin: 0 auto;
	width: 170px;
	float: none;
	position: relative;
	top: -36px;
	background: url(../images/socialmedia.gif) no-repeat top center;
}
#foot-right {
	padding: 0 0 20px 0;
	width: auto;
	float: none;
	text-align: center;
	position: relative;
}

/*Two Columns*/
#content .cola {
	width: auto;
	float: none;
}
#content .colb {
	width: auto;
	float: none;
}

/*Print Popup*/
#print-dialog {
	width: 90%;
}