/*
Theme Name: 	Hussey Copper
Theme URI: 		
Description: 	Custom theme Based on Starkers 4.0
Version: 		1.0.1
Author: 		Andrew Twigg for Landesberg Design
Author URI: 	http://landesbergdesign.com http://andrewtwigg.com
Tags: 			custom
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	font-family: 'Titillium Web', 'Helvetica Neue', Arial, sans-serif;
	font-size: 11pt;
	line-height: 11pt;
}


#container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;	
	background: #fff;
}

header::after {
	content: "";
	display: table;
	clear: both;
}


.notmobile {
	display: none;
}


#logotop {
	width: 50%;
	margin: 0 0 3% 3%;
	display: inline-block;
}

#logotop img {
	display: block;
	width: 100%;
}


.tagline {
	display: none;
}



.wbenc-logo {
	display: block;
	width: 120px;
	margin: 0 0 6% 3%;
}
.wbenc {
	width: 100%;
}

.usa-logo {
	display: block;
	width: 120px;
	margin: 0 0 6% 3%;
}
.usa {
	width: 100%;
}



#searchbutton {
	width: 7%;
	margin: 0 auto 9% 17%;
	display: inline-block;
	vertical-align: bottom;
	
}

.gbutton {
	display:block;
	width: 100%;
}


#content_home {
	display: none;
	position: relative;
	top: -250px;
	margin-bottom: -250px;
}

.surcharge-widget {
	border-top: 4px double #e66a1f;
	border-bottom: 4px double #e66a1f;
	color: #e66a1f;
	padding: 0;
	margin: 3%;
}

.surcharge-widget h3 {
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	padding: 1em 1em 1em 0;
}

.surcharge-widget p {
	padding: 0 0 1em 0;
}



nav.mobile ul {
	diplay: block;
	width: 100%;
}

nav.mobile ul li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	background: #d2deda;
}

nav.mobile ul li a {
	width: 94%;
	display: block;
	color: #484221;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.4em 3% 1.4em 3%;
}

nav.mobile ul li:hover {
	background: #a78253;
	-moz-box-shadow:    inset 0 20px 20px -20px #694505;
   	-webkit-box-shadow: inset 0 20px 20px -20px #694505;
   	box-shadow:         inset 0 20px 20px -20px #694505;
}

nav.mobile ul li:hover a {
	border-bottom: 1px dotted #e5d8c8;
	color: #fff;
}

nav.mobile ul li ul li:last-child a {
	border-bottom: none !important;
}

nav.mobile ul li ul {
	display: none;
}

nav.mobile ul li:hover ul {
	display: block;
	margin: 0;
}

nav.mobile ul li ul li {
	border: none;
	background: #a78253;
}

nav.mobile ul li:hover ul li a{
	font-weight: 300;
	text-transform: capitalize;
	color: #e5d8c8;
	background: #a98354;
	border-bottom: 1px dotted #e5d8c8;
	-moz-box-shadow: 	none;
   	-webkit-box-shadow: none;
   	box-shadow:         none;
	width: 94%;
	padding: 1.4em 3% 1.4em 3%;
	margin: 0;	
}

nav.mobile ul li:hover ul li a:hover {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
	
}

div.mobile div.metanav-widget ul{
	display: block;
	width: 100%;
}

div.mobile div.metanav-widget ul li{
	display: block;
	width: 97%;
	padding: 0 0 0 3%;
}

div.mobile div.metanav-widget ul li a{
	display: block;
	text-decoration: none;
	padding: 1.4em 3% 1.4em 0;
	color: #9b9285;
	border-bottom: 1px dotted #d9d5d0;	
}

#copper_footer {
		text-align: center;
		padding: 6% 0;	
	}

#mdcu29seal, #mdcu29name {
	border: 0; 
}


#homeslider {
	margin: 0 10px;
}


#footerwrap {
	background: #484221;
	width: 100%;
}

footer {
	background: #484221;
	position: relative;
	max-width: 1100px;
	margin: 40px auto 0 auto;
	
}

#logobottom {
	width: 94%;
	margin: 0 auto 0 3%;
	display: block;
}

#logobottom img {
	display: block;
	width: 100%;
}

#search-and-address{
	padding: 6% 0 3% 0;	
	position: relative;
}

#searchall {
	
}

#searchall label{
	display:none;
}

#searchall input#s{
	color: #707d6f;
	font-size: 0.8em;
	margin: 0 0 0 3%;
	display: inline-block;
	width: 74%;
	height: 3em;
}

#searchall input#searchsubmit {
	background: url("parts/images/button_go.png") no-repeat 50% 50%;
	background-size:cover;
	width: 4em;
	height: 3em;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	border-radius: 8px;
}

#smartbuttons {
	margin: 0 0 0 3%;
	padding: 5% 0;
}

.address-widget {
	margin: 3%;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 200;
}

.address-widget a {
	color: #fff;
	text-decoration: none;
}

.address-widget a:hover {
	text-decoration: underline;
}

#smartbuttons a img {
	display: inline-block;
	width: 45%;
	margin: 0;	
}

#smartbuttons a:first-child {
	margin-right: 4%;
}

.lynntilton {
	margin-left: 3%;
}


#copyright {
	padding: 3%;
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 200;
	z-index: 10;
}

#copyright .copyrightleft {
	float: left;
	width: 100%;
	padding-bottom: 1em;
}

#copyright .copyrightright {
	float: right;
	width: 100%;
}


.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

/*** START INTERIOR PAGE STUFF ***/






/* GENERAL PAGE TEMPLATE */

#page_general {
	margin: 0 10px;
	width: auto;
	color: #484321;
}

#page_general_sidebar {
	width: auto;
	}
	

/* IMAGE GALLERY  */

#x {
	padding-bottom: 0;
}

#page_gallery h2 {
	font-size: 3em;
	font-weight: 100;
	color: #7d8a7d;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 5px;	
}


/* IMAGE GALLERY END */

.allpurpose h2{
	font-size: 3em;
	font-weight: 100;
	color: #7d8a7d;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.allpurpose h3{
	color: #b4946d;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 1em;
	font-size: 1.34em;
}

#inside_menu h3 {
	font-size: 2em;
	font-weight: 100;
	color: #7d8a7d;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 5px;
}

#inside_menu h4 {
	color: #b4946d;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 1em;
	font-size: 1.34em;
}


.allpurpose p {
	line-height: 1.2em;
	padding-bottom: 1em;	
}

.allpurpose li {
	list-style: square outside none;
	margin-left: 20px;
	padding-bottom: 10px;
}

#page_general_sidebar img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: -20px;
}
	
#page_general_sidebar p{
	font-size: .75em;
	padding: 20px 0;
}


.posts_page article {
	padding-bottom: 20px;
	border-bottom: 1px solid #b4946d;
	margin-bottom: 60px;
}

.posts_page article a {
	color: #b4946d;
	text-decoration: none;
}

.posts_page article a:hover {
	text-decoration: underline;
}


/* GENERAL PAGE TEMPLATE END */


#sidenav {
	
}

#sidenav h6 {
	display: block;
	font-weight: 500;
	color: #53492a ;
	background: #dcbf9e;
	text-transform: uppercase;
	padding: 1.4em 3% 1.4em 3%;
	margin-bottom: 1px;
}

#sidenav ul {
	diplay: block;
	width: 100%;
}

#sidenav ul li {
	width: 100%;
	display: block;
	background: #f5ece3;
	margin-bottom: 1px;
	list-style: none;
	margin-left: 0;
	padding-bottom: 0;
}

#sidenav ul li a {
	width: 94%;
	display: block;
	color: #53492a;
	font-weight: 400;
	text-decoration: none;
	padding: 1.4em 3% 1.4em 3%;	
}


#sidenav ul li.current_page_item {
	background: #daa03e;
}

#sidenav ul li.current_page_item a {
	color: #fff;
}



/* TABLE PAGE TEMPLATE */


.pdf_download {
	display: block;
	color: #484221;
	text-decoration: none;
	font-weight: 600;
	text-align: right;
	position: relative;
	top: 60px;	
}





#table_content {
	
}

#table_content h3{
	font-size: 2.3em;
	font-weight: 100;
	color: #7d8a7d;
	line-height: 1.2em;
	padding-bottom: 0;
	margin-bottom: -10px;
}

#table_content h4 {
	color: #b4946d;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	font-size: 1.34em;
	border-bottom: 1px solid #b4946d !important;
	margin-bottom: 2.4em;
}



#table_sidebar {
	
}

#table_sidebar p, #table_sidebar ul {
	font-size: 0.9em;
	line-height: 1.4em;
}

#table_sidebar ul li {
	list-style: square outside none;
	margin-left: 20px;
	padding-bottom: 10px;
}

/* TABLE PAGE TEMPLATE END */

/* SIDE NAVIGATION */






/*** END INTERIOR PAGE STUFF ***/


/* 600 and up */
@media screen and (min-width:600px) {
	
	
	.logo-tag {
		display: block;
		width: 260px;
	}
	.wbenc-logo {
		display: block;
		margin: 0 0 20px 84px;
	}
	.wbenc {
		width: 100%;
	}
    
    .usa-logo {
		display: block;
		margin: 0 0 20px 84px;
	}
	.usa {
		width: 100%;
	}

	.mobile {
		display: none;
	}
	.notmobile {
		display: block;
	}

	#content_home {
		display: block;
	}
	
	
	
	#logotop {
		width: 260px;
		margin: 0 0 14px 10px;
	}
	
	header .tagline {
		display: block;
		margin: 0 auto 33px 84px;
		padding: 0;
		color: #a89f92;
		font-size: 1.2em;
		font-weight: 400;
	}
	
	
	#metabox {
		text-align: left;
		position: absolute;
		top: 44px;
		right: 0;
		
	}
	
	.metanav-widget {	
		color: #a89f92;
		font-size: 13px;
		border-left: 1px solid #d7ded6;
		display: inline-block;
		vertical-align: top;
		padding-left: 21px;
		width: 84px;
		height: 92px;
	}
	
	.metanav-widget ul li {
		display: block;
	}
	
	.metanav-widget ul li a {
		display: block;
		color: #a89f92;
		text-decoration: none;
		margin: 0 0 14px 0;
	}
	
	.metanav-widget ul li:last-child a {
		margin-bottom: 0;
	}

	.metanav-widget ul li a:hover {
		color: #7a7164;
		text-decoration: underline;
	}
	
	#mdcu29 {
		display: inline-block;
		border-left: 1px solid #d7ded6;
		padding-left: 1.7%;
		vertical-align: top;
		height: 92px;
	}
	
	#mdcu29seal {	
		width: 64px;
		padding-left: 12px;
		overflow: hidden;
		
	}
	
	#mdcu29name {
		display: none;
	}
	
	/* START OF OLD MENU
	
	.menu-main-container {
		display: block;
		border-top: 20px solid #a1b7a2;
		margin: 0 10px;
		position: relative;	
	}
	ul.menu {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	

	ul.menu li {
		float: left;
		width: 148px;
		height: 148px;
		margin-right: 1px;
		margin-bottom: 1px;	
		background: #fff;
		background: rgba(211, 224, 220, 0.9);
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 2px;
		font-size: 1em;
		line-height: 1.2em;
	}

	ul.menu li:hover {
		background: #a78253;
		-moz-box-shadow:    inset -20px 20px 20px -20px #694505;
		-webkit-box-shadow: inset -20px 20px 20px -20px #694505;
		box-shadow:         inset -20px 20px 20px -20px #694505;
	}

	ul.menu li a {
		display: block;
		color: #484221;
		text-decoration: none;
		padding: 10px 10px 20px 10px;
	}
	
	ul.menu li a:hover {
		text-decoration: underline;
		color: #fff;
		font-weight: 600;
	}
	
	ul.menu li:hover a {
		color: #fff;
	}
	
	ul.menu li ul {
		display: none;	
	}

	ul.menu li:hover ul {
		display: block;	
	}

	ul.menu li ul li {
		height: auto;
		background: none;
		text-transform: none;
		font-weight: 300;
		letter-spacing: normal;
		font-size: 0.9em;
		display: block;
	}
	
	
	
	ul.menu li ul li:hover {
		background: none;
		-moz-box-shadow: 	none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		
	}
	
	ul.menu li ul li a {
		padding: 5px 10px;
		color: #fff;
	}
	
	END OF OLD MENU*/
	
	
	
	
	
	/* START OF NEW MENU */
	
	.menu-main-menu-container {
		display: block;
		border-top: 20px solid #a1b7a2 !important;
		margin: 0 10px !important;
		position: relative;	
	}
	ul.menu {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 100;
	}
	

	ul.menu li {
		float: left;
		width: 148px;
		height: 148px;
		margin-right: 1px;
		margin-bottom: 1px;	
		background: #fff;
		background: rgba(211, 224, 220, 0.9);
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 2px;
		font-size: 1em;
		line-height: 1.2em;
		position: relative;
	}

	ul.menu li:hover {
		background: #a78253;
		-moz-box-shadow:    inset -20px 20px 20px -20px #694505;
		-webkit-box-shadow: inset -20px 20px 20px -20px #694505;
		box-shadow:         inset -20px 20px 20px -20px #694505;
	}

	ul.menu li a {
		display: block;
		color: #484221;
		text-decoration: none;
		padding: 10px 10px 20px 10px;
		width: 128px;
		height: 118px;
		cursor: default;
	}
	
/**	ul.menu li a:hover {
		text-decoration: underline;
		color: #fff;
		font-weight: 600;
	} **/
	
	ul.menu li:hover a {
		color: #fff;
	}
	
	ul.menu li ul {
		display: none;	
	}

	ul.menu li:hover ul {
		display: block;
		position: absolute;
		top: 50px;
		left: 0px;
			
	}

	ul.menu li ul li {
		height: auto !important;
		background: none;
		text-transform: none;
		font-weight: 300;
		letter-spacing: normal;
		font-size: 0.9em;
		display: block;
	}
	
	
	
	ul.menu li ul li:hover {
		background: none;
		-moz-box-shadow: 	none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		
	}
	
	ul.menu li ul li a {
		padding: 3px 10px;
		color: #fff;
		width: auto;
		height: auto;
		cursor: pointer;
	}
	
	ul.menu li ul li a:hover {
		text-decoration: underline;
		color: #fff;
		font-weight: 600;
	}
	
	
	/* END OF NEW MENU */
	
	
	#content_home h1 {
		color: #7e8a7d;
		font-size: 3em;
		line-height: 1.5em;
		font-weight: 200;
		width: auto;
		margin-left: 10px;
		margin-right: 400px;
		padding-bottom: 00px;
	}
	
	
	#page_general {
		padding-top: 305px;
	}
	
	.allpurpose h2{
		border-bottom: 4px double #b4946d;
		font-size: 3em;
		margin-bottom: .6em;
		padding-bottom: 5px;
	}
	
	.surcharge-widget {
		margin: 10px;
	}
	
	.surcharge-widget div, .surcharge-widget h3, .surcharge-widget p {
		display: inline-block;
		margin-right: 1em;
	}
	
	
	
	
	
	
	footer {
	}
	
	
	
	#searchall input#s{
		color: #798579;
		font-size: 0.8em;
		margin: 0;
		display: block;
		width: 90% !important;
		height: 25px;
		font-size: 0.9em;
	}
	
	#searchall input#searchsubmit {
		display: none;
	}
	
	/*
	form#searchform label{
		display:none;
	}
	
	
	form#searchform input#s{
		color: #798579;
		background: #e5e5e5;
		
	}
	
	
	form#searchform input#searchsubmit {
		display: none;
	}
	*/
	
	
	
	
	#logobottom {
		margin-left: 10px;
		width: 300px;	
	}
	
	footer .tagline {
		display: block;
		margin: 2% auto 140px 94px;
		padding: 0;
		color: #a89f92;
		font-size: 1.3em;
		font-weight: 400;	
	}
	
	.lynntilton {
		display: block;
		margin: 2% auto 0 94px;
		padding: 0;
	}
	
	#search-and-address{
		position: absolute;
		top: 3%;
		right: 0;
		width: 33%;
	}
	
	.address-widget {
		font-size: 0.9em;
	 	width: 100%;
		margin-left: 0;
	}
	
	#copyright {
		font-size: 0.75em;
		display: block;
		border-top: 1px solid #86846d;
		width: auto;
		margin: 4% 10px 0 94px;
		padding: 1% 0 3% 0;
	}
	
	#copyright .copyrightleft {
		float: left;
		width: 33%;
	}
	
	#copyright .copyrightright {
		float: right;
		width: 36%;
	}

	
}	




/* 700 and up */
@media screen and (min-width:700px) {

	
	header {
		position: relative;
	}

	/*
	form#searchform label{
		display:none;
	}
	
	form#searchform input#s{
		color: #798579;
		background: #e5e5e5;
		font-size: 0.9em;
		margin: 0 0 0 auto;
		height: 25px;
		display: block;
		width: 300px;
	}
	
	form#searchform input#searchsubmit {
		display: none;
	}
	*/
	
	#content_home h1 {
		padding-bottom: 0px;
	}
	
	
	#page_general_main {
	width: 64%;
	margin-right: 3%;
	float: left;
	}
	
	#page_general_sidebar {
	display: block;
	float: left;
	width: 33%;
	}
	
	#sidenav {
		width: 18%;
		float: left;
	}
	
	
	
	#sidenav h6 {
		display: block;
		font-weight: 600;
		color: #53492a ;
		background: #dcbf9e;
		text-transform: uppercase;
		padding: .8em 3% .7em 6%;
		margin-bottom: 2px;
	}
	
	#sidenav ul {
		diplay: block;
		width: 100%;
		background: #f5ece3;
		padding-bottom: 1em;
		margin-bottom: 2px;
	}
	
	#sidenav ul li {
		width: 100%;
		display: block;
		background: #f5ece3;
		margin-bottom: 0;
	}
	
	#sidenav ul li a {
		width: 91%;
		display: block;
		color: #53492a;
		font-weight: 400;
		text-decoration: none;
		padding: .4em 3% .4em 6%;	
	}
	
	#sidenav ul li a:hover {
		background: #a1b7a2;
	}
	
	#sidenav ul li.current_page_item {
		background: #a1b7a2;
	}
	
	#sidenav ul li.current_page_item a {
		color: #fff;
	}

	
	
	
	
	#table_content, #inside_menu {
		margin-left: 2.4%;
		width: 79.6%;
		float: left;
	}
	
	#table_sidebar {
		width: auto;
		clear: both;
		padding-left: 20.4%;
	}
	
	
}

@media screen and (min-width:768px) {

	#metabox {
		width: 355px;
	}
	
	
	#content_home h1 {
		padding-bottom: 0px;
	}
	
	#mdcu29name {
		display: inline;
		border: none;
		width: auto;
		padding: 0 0 0 5px;
	}
	
	
	#page_general {
		padding-top: 160px;
	}
	
    .wbenc-logo {
		float: left;
		
	}

	.wbenc {
		float: left;
		width: 100%;
	}
    
    .usa-logo {
		float: left;
		
	}

	.usa {
		float: left;
		width: 100%;
        position: relative;
        top: -30px;
	}
    
	

}


@media screen and (min-width:960px) {

	.logo-tag {
		float: left;
		width: 260px;
	}
	.wbenc-logo {
		float: left;
		margin: 44px 0 0 40px;
	}

	.wbenc {
		float: left;
		width: 100%;
	}
    
    .usa-logo {
		float: left;
		margin: 44px 0 0 40px;
	}

	.usa {
		float: left;
		width: 100%;
        position: relative;
        top: -30px;
	}

	#sidenav {
		width: 16.5%;
		float: left;
	}
	
	#content_home {
		padding-bottom: 60px;
	}
	
	#table_content, #inside_menu {
		margin: 0 2%;
		width: 63%;
		float: left;
	}
	
	#table_sidebar {
		width: 16.5%;
		padding-left: 0;
		float: left;
		clear: none;
	}

}
