/*
Theme Name: Phoenix County Metals
Theme URI: http://www.phoenixcountymetals.co.uk/
Description: The WordPress theme for Phoenix County Metals.
Version: 1.0
Author: Ricky Oneill
Author URI: http://www.looktouchfeel.com/

*/


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;  
	font-size: 62.5%;	
	color: #000;
	text-align: center;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	background: #737478 url(img/body-bg.jpg) repeat-y 50% 0;
    }





body a img {
	border: none;
}


.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


a:focus,
a:hover,
a:active{
	outline:none;
}



/*------ wrap ------*/


#wrap {
	position: relative;
	margin: 5px auto 20px auto;
	padding: 0 0 0 0;
	width: 1025px;
	text-align: left;
	background: #fff url(img/wrap-bg.gif) repeat-y 0 0;
}




/*------ header ------*/


#header {
	float: left;
	width: 1025px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: #fff url(img/header-bg.jpg) no-repeat 0 0;
}


#header #logo{
	float: left;
	width: 480px;
	height: 74px;
}


#header #logo a{
	float: left;
	width: 480px;
	height: 74px;
	text-indent: -9999px;
}


#header .wpcf7-form{
	float: right;
	width: 280px;
	margin: 0 44px 5px 0;
}


* html #header .wpcf7-form{
	margin: 0 22px 5px 0;
}


#header .wpcf7-form h3{
	font-size: 1.5em;
	padding: 12px 0 7px 0;
}


#header .wpcf7-form label{
	position: absolute;
	left: -10000px;
}


#header .wpcf7-form .field{
	float: left;
	margin: 0 10px 0 0;
}

#header .wpcf7-form .field input{
	float: left;
	width: 185px;
	padding: 2px;
	border: 2px solid #ccc;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
}


* html #header .wpcf7-form .field input{
	width: 175px;
}


#header .submit input{
	display: block;
	border: 1px solid #A31D21;
	background: #A31D21;
	color: #fff;
	padding: 2px;
	font-size: 13px;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	cursor: pointer;
}



/*------ nav ------*/


#nav {
	float: left;
	width: 1018px;
	border-top: 1px solid #DFDFE0;
	border-bottom: 1px solid #DFDFE0;
	font-size: 1.5em;
	position: relative;
}


#nav li{
	float: left;
	border-right: 1px solid #DFDFE0;	
}



#nav li a{
	display: block;
	border: 1px solid #fff;
	background: #fff;
	padding: 8px 40px;
	text-decoration: none;
	color: #000;
}


#nav li a:hover,
#nav li:hover a{
	color: #fff;
	background: #A31D21;
}

#nav li.current_page_item a,
#nav li.current_page_parent a{
	color: #fff;
	background: #961B1E;
}



#nav li ul{
	float: left;
	width: 900px;
	position: absolute;
	bottom: -40px;
	left: -9999px;
	padding: 10px 0;
	z-index: 50;
	background: #fff;
	border-top: 1px solid #DFDFE0;
}




#nav li.current_page_item ul,
#nav li.current_page_parent ul{
	left: 37px;
}


#nav li ul li{
	line-height: 1em;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #000;
}


#nav li ul li.page-item-38{
	border-right: none;
}
	

#nav li ul li a,
#nav li:hover ul li a,
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a{
	border: none;
	background: #fff;
	padding: 2px 5px;
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
}


#nav li ul li a:hover,
#nav li ul li.current_page_item a{
	color: #fff;
	background: #A31D21;
}


#nav li ul li.page-item-53 a:hover,
#nav li ul li.page-item-53.current_page_item a{
	color: #fff;
	background: #2E3192;
}

#nav li ul li.page-item-21 a:hover,
#nav li ul li.page-item-21.current_page_item a{
	color: #fff;
	background: #A31D21;
}

#nav li ul li.page-item-41 a:hover,
#nav li ul li.page-item-41.current_page_item a{
	color: #fff;
	background: #673191;
}

#nav li ul li.page-item-43 a:hover,
#nav li ul li.page-item-43.current_page_item a{
	color: #fff;
	background: #F15C28;
}

#nav li ul li.page-item-48 a:hover,
#nav li ul li.page-item-48.current_page_item a{
	color: #fff;
	background: #099345;
}

#nav li ul li.page-item-50 a:hover,
#nav li ul li.page-item-50.current_page_item a{
	color: #000;
	background: #F1E40E;
}
	


/*------ content ------*/


#content {
	float: left;
	width: 945px;
	padding: 70px 0 0 0;
	margin: 0 0 25px 40px;
	position: relative;
}


* html #content {
	margin: 0 0 25px 20px;
}


#content .contactButton{
	float: left;
	width: 203px;
	height: 47px;
	position: absolute;
	top: 50px;
	right: -33px;
}


* html #content .contactButton{
	right: 0px;
}


* html .page-template-homepage-php #content .contactButton{
	right: -33px;
}


#content .contactButton a{
	display: block;
	width: 203px;
	height: 47px;
	text-indent: -9999px;
	background: url(img/contact-us.gif) no-repeat 0 0;
}


#content .pageTitle{
	width: 700px;
	font-size: 2.3em;
	text-transform: uppercase;
	padding: 0 0 25px 0;
}



#content .subTitle{
	width: 968px;
	font-size: 1.7em;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	background: #A31D21;
}


#content .page53{
	background: #2E3192;
	color: #fff;
}

#content .page41{
	background: #673191;
	color: #fff;
}

#content .page43{
	background: #F15C28;
	color: #fff;
}

#content .page48{
	background: #099345;
	color: #fff;
}

#content .page50{
	background: #F1E40E;
	color: #000;
}


#content .box{
	float: left;
	width: 945px;
	padding: 20px 0 5px 0;
	background: #E7E8E9;
}


#content .box p{
	float: left;
	width: 420px;
	font-size: 1.3em;
	padding: 0 0 15px 20px;
}


#content .box blockquote{
	float: left;
	width: 460px;
}







/*------ homeLinks ------*/


#homeLinks {
	float: left;
	width: 945px;
}


#homeLinks dl{
	float: left;
	width: 301px;
	margin: 0 21px 35px 0;
	padding: 0 0 15px 0;
	background: url(img/home-bottom.jpg) no-repeat 0 100%;
}


#homeLinks dl.last{
	margin: 0 0 35px 0;
}


#homeLinks dl dd{
	float: left;
	width: 140px;
	font-size: 1.2em;
	margin: 5px 0 0 10px;
	color: #fff;
	line-height: 1em;
}


* html #homeLinks dl dd{
	margin: 5px 0 0 5px;
}


#homeLinks dl.wide dd{
	width: 280px;
}


#homeLinks dl dd a{
	color: #fff;
	text-decoration: none;
}


#homeLinks dl dd a:hover{
	background: #ACA696;
}


/*------ preFooter ------*/


#preFooter {
	float: left;
	width: 1018px;
	position: relative;
	padding: 0 0 54px 0;
	background: url(img/preFooter-bg.jpg) no-repeat 0 100%;
}



#preFooter #box{
	float: left;
	border: 1px solid #ccc;
	width: 943px;
	margin: 0 0 0 40px;
	background: url(img/box-bg.jpg) no-repeat 0 0;
}


* html #preFooter #box{
	margin: 0 0 0 20px;
}


#preFooter .download{
	position: absolute;
	bottom: 27px;
	left: 37px;
}


#preFooter .download a{
	display: block;
	padding: 7px;
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
	border: 1px solid #DEDFDF;
	background: #fff url(img/button-bg.jpg) repeat-x 0 0;
}



#preFooter #updates{
	float: left;
	width: 370px;
	padding: 11px 0;
}


#preFooter #updates h4{
	float: left;
	background: #6D6E71;
	font-size: 1.5em;
	color: #fff;
	padding: 6px 10px;
}


#preFooter #updates h5{
	float: left;
	width: 210px;
	padding: 10px 0 5px 0;
	margin: 0 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}


#preFooter #updates h5 a{
	color: #000;
	text-decoration: none;
}


#preFooter #updates h5 a:hover{
	color: #673090;
}


#preFooter #updates p{
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
	font-size: 1.3em;
}


#preFooter #updates p a{
	color: #673090;
	font-weight: bold;
	text-decoration: none;
}


#preFooter #updates p a:hover{
	text-decoration: underline;
}


#preFooter #updates img{
	float: right;
	border: 1px solid #7F7F7F;
}


#preFooter #enquiry{
	float: right;
	width: 540px;
	padding: 11px 0;
}


#preFooter #enquiry .col1{
	float: left;
	width: 260px;
}


#preFooter #enquiry .col2{
	float: left;
	width: 260px;
}


#preFooter #enquiry h4{
	float: left;
	background: #6D6E71;
	font-size: 1.5em;
	color: #fff;
	padding: 6px 10px;
}


#preFooter #enquiry .textarea{
	float: right;
	width: 260px;
	margin: 0 0 0 0;
}


#preFooter #enquiry .textarea textarea{
	width: 250px;
	height: 80px;
	padding: 4px;
	border: 1px solid #ccc;
}


#preFooter #enquiry .field{
	float: left;
	width: 235px;
	margin: 7px 0 0 0;
	font-size: 1.3em;
}


#preFooter #enquiry .field input{
	border: 1px solid #ccc;
	width: 220px;
	padding: 4px;
}




#preFooter #enquiry .checkbox{
	float: left;
	margin: 15px 0 0 0;
	font-size: 1.3em;
}


#preFooter #enquiry .checkbox label{
	margin: 0 0 0 10px;
}


#preFooter #enquiry .submit{
	float: right;
	margin: 15px 0 0 0;
}



#preFooter #enquiry .submit input{
	border: 1px solid #A31D21;
	background: #A31D21;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 1.5em;
	font-family: 'trebuchet ms';
	cursor: pointer;
}




/*------ mainContent ------*/


#mainContent{
	float: left;
	width: 760px;
	position: relative;
}


#mainContent .mainImage{
	float: right;
	margin: -23px 0 0 0;
}


* html #mainContent .mainImage{
	position: relative;
}


#mainContent .intro{
	float: left;
	width: 387px;
	padding: 15px 10px 0 10px;
	margin: 30px 0 30px 0;
	background: #E7E8E9;
}


.page-id-28 #mainContent .intro{
	background: #fff;
}



#mainContent h3{
	font-size: 1.6em;
	width: 510px;
	font-weight: bold;
	margin: 0 0 20px 10px;
}


.page-id-14 #mainContent .text h3{
	width: 387px;
}

#mainContent .intro h3{
	width: auto;
	margin: 10px 0 10px 0px;
}


#mainContent a{
	color: #A31D21;
	text-decoration: none;
}


#mainContent a:hover{
	text-decoration: underline;
}




#mainContent p{
	font-size: 1.3em;
	width: 510px;
	margin: 0 0 20px 10px;
}

.page-id-14 #mainContent .text p{
	width: 387px;
}


#mainContent .intro p{
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	width: auto;
}


#mainContent ul{
	font-size: 1.3em;
	width: 490px;
	margin: 0 0 15px 30px;
}


#mainContent ul li{
	list-style: disc;
	padding: 0 0 15px 0;	
}


#mainContent img.aligncenter{
	clear:both;
	padding: 30px 0 0 0;
}
	


/*------ post ------*/


#content .post{
	float: left;
	width: 580px;
	padding: 20px;
	margin: 13px 0 20px 65px;
	border: 1px solid #DFDFE0;
	background: #fff url(img/post-bg.jpg) repeat-x 0 0;
}


* html #content .post{
	margin: 13px 0 20px 32px;
}


#content .post .news{
	float: right;
	width: 240px;
}


#content .post .news p.date{
	font-size: 1.3em;
	font-weight: bold;
	color: #A31D21;
}


#content .post .news h4{
	font-size: 1.6em;
	padding: 0 0 15px 0;
}

#content .post .news h4 a{
	color: #000;
	text-decoration: none;
}


#content .post .news h4 a:hover{
	text-decoration: underline;
}


#content .post .news span{
	float: right;
	width: 220px;
	padding: 10px 10px 0 10px;
	border: 1px solid #DFDFE0;
	background: #fff;
	font-size: 1.2em;
}


#content .post .news span p{
	padding: 0 0 10px 0;
}


#content .post .news span a{
	color: #A31D21;
	text-decoration: none;
}


#content .post .news span a:hover{
	text-decoration: underline;
}


#content .post .image{
	float: left;
	width: 312px;
	height: 277px;
	position: relative;
}


#content .post .image img{
	position: absolute;
	top: 0;
	left: 0;
}

#content .post .image img.thumbnail{
	top: 7px;
	left: 7px;
}



#content .navigation{
	float: left;
	width: 620px;
	margin: 0 0 0 65px;
	font-size: 1.3em;
}


* html #content .navigation{
	margin: 0 0 0 32px;
}


#content .navigation a{
	color: #A31D21;
	text-decoration: none;
}


#content .navigation a:hover{
	text-decoration: underline;
}


#content .navigation .alignleft{
	float: left;
}


#content .navigation .alignright{
	float: right;
	margin:0 !important;
	padding: 0 !important;
}


#content .post .entry .image{
	float: right;
	margin: 0 0 5px 10px;
}

#content .post .entry p{
	font-size: 1.3em;
	padding-bottom: 15px;
}


#content .post .entry p.date{
	font-size: 1.3em;
	font-weight: bold;
	color: #A31D21;
	padding-bottom: 0px;
}


#content .post .entry h4{
	font-size: 1.6em;
	padding: 0 0 15px 0;
}

#content .post .entry h4 a{
	color: #000;
	text-decoration: none;
}


#content .post .entry a:hover{
	text-decoration: underline;
}





/*------ contact form #wpcf7-f3-p14-o1 ------*/


#wpcf7-f3-p14-o1{
	float: right;
	width: 258px;
	margin: -120px 13px 20px 20px;
	padding: 20px 25px;
	background: #fff url(img/box-bg.jpg) no-repeat 0 0;
	border: 1px solid #DFDFE0;
}


* html #wpcf7-f3-p14-o1{
	margin: -120px 7px 20px 10px;
}



#wpcf7-f3-p14-o1 h4{
	float: left;
	width: 258px;
	background: #6D6E71;
	font-size: 1.5em;
	color: #fff;
	padding: 6px 0;
	text-align: center;
}


#wpcf7-f3-p14-o1 .textarea{
	float: left;
	width: 258px;
	margin: 20px 0 0 0;
}



#wpcf7-f3-p14-o1 .textarea textarea{
	width: 250px;
	height: 80px;
	padding: 4px;
	border: 1px solid #ccc;
}



#wpcf7-f3-p14-o1 .field{
	float: left;
	width: 258px;
	margin: 7px 0 0 0;
}



#wpcf7-f3-p14-o1 .field input{
	border: 1px solid #ccc;
	width: 250px;
	padding: 4px;
}




#wpcf7-f3-p14-o1 .checkbox{
	float: left;
	width: 150px;
	margin: 15px 0 0 0;
	font-size: 1.3em;
}


#wpcf7-f3-p14-o1 .checkbox label{
	margin: 0 0 0 10px;
}


#wpcf7-f3-p14-o1 .submit{
	float: right;
	width: 80px;
	margin: 15px 0 0 0;
}



#wpcf7-f3-p14-o1 .submit input{
	float: right;
	border: 1px solid #A31D21;
	background: #A31D21;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 13px;
	font-family: 'trebuchet ms';
	cursor: pointer;
}

/*------ contentNav ------*/


ul#contentNav{
	float: left !important;
	width: 720px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}


ul#contentNav li{
	float: left !important;
	width: 360px !important;
	list-style: none !important;
	margin: 0 0 60px 0 !important;
	padding: 0 !important;
	}



/*------ sideBar ------*/


#sideBar{
	float: right;
	width: 162px;
	padding: 13px 0 20px 0;
	background: url(img/sideBar-bg.jpg) no-repeat 0 100%;

}


#sideBar dl{
	float: right;
	width: 160px;
	background: url(img/sideBar-dl-bg.jpg) repeat-y 0 0;
	border: 1px solid #DFDFE0;
}




#sideBar dt{
	margin: 10px;
	font-size: 1.5em;
}





#sideBar dd{
	float: left;
	width: 140px;
	height: 112px;
	margin: 0 10px 0 10px;
	padding: 0 0 17px 0;
} 

* html #sideBar dd{
	margin: 0 5px 0 5px;
}



#sideBar dd a{
	float: left;
	width: 140px;
	height: 112px;
	text-indent: -9999px;
}


#sideBar dd.electroplating a{
	background: url(img/sidebar-electroplating.jpg) no-repeat 0 0;
}

#sideBar dd.giftware a{
	background: url(img/sidebar-giftware.jpg) no-repeat 0 0;
}

#sideBar dd.industrial a{
	background: url(img/sidebar-industrial.jpg) no-repeat 0 0;
}

#sideBar dd.metalmerchants a{
	background: url(img/sidebar-metalmerchants.jpg) no-repeat 0 0;
}

#sideBar dd.electronics a{
	background: url(img/sidebar-electronics.jpg) no-repeat 0 0;
}

#sideBar dd.pharmaceutical a{
	background: url(img/sidebar-pharmaceutical.jpg) no-repeat 0 0;
}



/*------ blogBar ------*/


#blogBar{
	float: right;
	width: 162px;
	padding: 13px 0 20px 0;
	background: url(img/sideBar-bg.jpg) no-repeat 0 100%;

}


#blogBar .gutter{
	float: right;
	width: 140px;
	padding: 10px;
	background: url(img/sideBar-dl-bg.jpg) repeat-y 0 0;
	border: 1px solid #DFDFE0;
}


#blogBar .widgettitle{
	font-size: 1.5em;
	padding: 10px 0;
}


#blogBar .widget ul{
	font-size: 1.3em;
	margin: 0 0 20px 0;
}


#blogBar a{
	color: #A31D21;
	text-decoration: none;
}


#blogBar a:hover{
	text-decoration: underline;
}

/*------ footer ------*/


#footer {
	float: left;
	width: 1025px;
	padding: 15px 0 20px 0;
	margin: 0 0 0 0;
	background: url(img/footer-bg.gif) no-repeat 0 100%;
	font-size: 1.2em;
	color: #999999;
}


#footer a{
	color: #999999;
	text-decoration: none;
}


#footer a:hover{
	text-decoration: underline;
}
	

#footer a span{
	color: #1072BA;
}



#footer ul{
	float: left;
	margin: 0 0 0 40px;
}


* html #footer ul{
	margin: 0 0 0 20px;
}


#footer ul li{
	float: left;
}



#footer p{
	float: right;
	text-align: right;
	margin: 0 45px 0 0;
}


* html #footer p{
	margin: 0 22px 0 0;
}
