body, .header, .user-nav, .content, .footer {
	background: none;
}
.header, .footer {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.header h1 {
    text-indent: 0;
    background: none;
}
.header form input[type="search"], .user-nav li a, .filter-container, .scoped {
	display: none;
}
.site-nav {
	margin-top: 20px;
}
.site-nav li a:link, .site-nav li a:visited {
	color: #334466;
}
.site-nav li#nav-fonts a:link, .site-nav li#nav-fonts a:visited {
	color: #263149;
}
.swap .primary {
    display: none;
}
.swap .secondary {
    width:  100%;
}
.swap .secondary .primary {
    display: block;
}