/*
Theme Name: Pierce Aluminum
Version: 1.0
*/
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li, table,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.wideview{
width: 960px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
/*-- end reset */

.title{
	padding: 30px 10px 0 0;
	text-align: center;
	color: #000;
	font-size: 16px;
}
 
/* Basic Configurations */
ul {
	list-style: none;
}

a {
	color: #879cb4;
	text-decoration: none;
}

.the-content {
	font-size: 17px;
	line-height: 1.41;
}

.the-content a {
	color: #889cb4;
	text-decoration: underline;
}

.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
	line-height: normal;
	padding-bottom: 9px;
}

.the-content h1 {	
	font-size: 28px;
	color: #889cb4;
	padding-bottom: 17px;
}

.the-content h2 {
	font-size: 17px;
	text-transform: uppercase;
}

.the-content h3 {
	font-size: 15px;
}

.the-content h4 {
	font-size: 14px;
}

.the-content h5 {
	font-size: 13px;
}

.the-content h6 {
	font-size: 12px;
}

.the-content ol,
.the-content ul {
	padding-left: 15px;
	margin-left: 0;
}
.the-content ol { list-style: decimal; }

.the-content ul {
	list-style: disc;
}

.the-content li ol,
.the-content li ul {
	padding-left: 20px;
}

.the-content li {
	padding: 2px 0;
}

.the-content ul ul {
	list-style: circle;	
}

.the-content li ul,
.the-content li ol {
	padding-bottom: 0;
}

blockquote {
    background: #eaedf2 url(images/quote.gif) no-repeat;
    font-style: italic;
    margin: 20px 25px 20px 30px;
    padding: 10px 10px 10px 41px;
    text-align: left;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 2px 20px 0 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 0 0 0 13px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 533px !important; /* prevent too-wide images from breaking layout */
	padding:0;
	text-align: left;
}
.wp-caption img {
	margin-top: 6px;
}
.wp-caption p.wp-caption-text {
	color: #898989;
	font-size: 12px;
	margin: 10px 0;
	line-height: 1.4;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.the-content blockquote,
.the-content table,
.the-content p,
.the-content ul,
.the-content ol,
.the-content dd,
.the-content pre,
.the-content hr {
	margin-bottom: 18px;
}
.the-content ul ul,
.the-content ol ol,
.the-content ul ol,
.the-content ol ul {
	margin-bottom: 0;
}
.the-content pre,
.the-content kbd,
.the-content tt,
.the-content var {
	font-size: 12px;
	line-height: 21px;
}
.the-content code {
	font-size: 12px;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

.the-content tr th,
.the-content thead th {
	font-weight: bold;
	padding: 4px 15px;
}
.the-content tr td {
	padding: 4px 15px;
}
.the-content tr.odd td {
	background: #f2f7fc;
}

.the-content hr {
	border: 0;
	border-bottom: 1px solid #555826;
	clear: both;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px, 0;
	
}
td, th {
  border: 1px solid #999;
  padding: 0.5rem;
  /*white-space: nowrap;*/
}
a img {
	border: none;
}

/* --------------------------MENU------------------------*/

li.current-menu-item a{
	background: #879cb4;
	color: #000;
	background-size: cover;
}

/*-- end basic conf*/
  
 /*	::[Container]::
================================================= */
body {
	background: #ffffff;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
    color: #5e6d7e;
	font-size: 17px;
	min-width: 960px;

}
.wrap {
    width:960px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	padding-top: 10px;
}

.wrap_product {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
   
}

.wrap2 {
	width: 1260px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
}

.products{
	width: 1260px;
	margin: 0 auto;
	display: inline-block;
}

.wpDataTables input[type="text"]{
	width: 100%;
}


/*==================================MENU DROP DOWN================================= */
.side-menu{
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	clear: both;
}

.side-menu ul ul{
	display: none;
}

.side-menu li:hover > ul{
	display: block;
}

.side-menu ul{
	background: #eaedf2;
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;
	border: 1px solid #879cb4;
	margin-bottom: 20px;
}

/*
.side-menu ul:after{
	content: "";
	clear: both;
	display: block;
}
*/

.side-menu ul li{
	float: left;
}

.side-menu ul li:hover{
	background: #879cb4;
	color: #fff;
}
.side-menu ul li:hover a{
	color: #000;
	visibility: visible; display: inherit;
	
}
.side-menu ul li a{
	display: block;
	padding: 5px 15px;
	color: #000;

	
}

.side-menu ul ul{
	background: #879cb4;
	padding: 0;
	position: absolute;
	top: calc ( 100% - 2px );
}

.side-menu ul ul li{
	float: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	
}

.side-menu ul ul li a{
	padding: 5px 15px;
	color: #879cb4;
	border: 1px solid #879cb4;
}
.side-menu ul ul li a:hover{
	background: #fff;
	color: #879cb4;
	border: 1px solid #879cb4;
	visibility: visible; display: inherit;
}

.side-menu ul ul ul{
	position: absolute;
	left: 100%;
	top: 0;
}
/*=================END MENU====================*/
.wpDataTables{
	margin-top: 5px;
}

.simpleCart_items{
	margin-top: 25px;
	padding-bottom: 20px;
}
.simpleCart_items table{
	margin: 0 auto;
}
.paproducts{ 
	border: 1px solid #879cb4;
	/* text-align: center; */
	width: 1260px;
	min-height: 800px;
	/*height: 950px;*/
	padding: 5px;
	/*overflow-x: scroll;*/
	font-size: 12px;
	z-index: 9999;
	margin: 5px auto;
}
.paproducts h2{
	font-size: 1.7em;
	color: #000;
	font-weight: 400;
	font-style: 'Helvetica', sans-serif;
	padding: 2px;
	text-align: center;
	
}
.pafinder{
	font-family: 'Helvetica', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	color: #000;
	overflow-x: scroll;
	
}
.pafindertitle{
	font-family: 'Helvetica', sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}




/*  Checkout Buttons 
=================================================  */

.checkoutrow{
	float: left;
	width: 400px;
	margin: 15px;

}

.checkoutButton button{
	background: #879cb4;
	padding: 5px 8px;
	margin-top: 25px;
	margin-right: 15px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: left;
}

/*	::[Header]::
================================================= */
header {
	background: #879cb4;
	position: relative;
	z-index: 9;
}
.logo-container {
	position: absolute;
	top: 9px;
	left: 11px;
}
	#logo {
		background: url(/images/logo.png) no-repeat;
		width: 170px;
		height: 117px;
	}
	#logo a {
		display: block;
		width: 170px;
		height: 117px;
		text-indent: -9999px;
	}	
nav {
	padding-left: 120px;
}
.header-text {
	background: url(/images/gradient.png) center top repeat-y;
	text-align: center;
	padding: 10px 20px 1px;
}

/*	::[Home Page]::
================================================= */
.main-upper {
	background: #eaedf2;
}
	.homepage-slideshow-container {
		position: relative;
	}
	.homepage-slideshow {
		position: relative;
		width: 960px;
		height: 504px;
		overflow: hidden;
		z-index: 1;
	}
	.home-slide {
		width: 960px;
		height: 504px;
		position: relative;
	}       
	    .slide-text {
			background: url(/images/trans_black.png);
			position: absolute;
			width: 324px;
			min-height: 94px;
			z-index: 9;
			left: 0;
			padding: 12px 44px 15px;
			bottom: 34px;
			font-size: 14px;
			color: #ffffff;
			line-height: 1.28;
		}
		.slide-text a {
			font-weight: bold;
			color: #889cb4;
		}
		.slide-title {
			line-height: normal;
			font-size: 28px;
			padding-bottom: 2px;
		}
		.slide-prev,
		.slide-next {
			position: absolute;
			z-index: 9;
			bottom: 77px;
			left: 9px;
		}
		.slide-next {
			left: 382px;
		}
	
.home-left {
    float: left;
	width: 580px;
	line-height: 1.58;
	padding: 34px 40px 50px;
}
	 .content22-button {
		background: #879cb4 url(/images/arrow_big.png) left no-repeat;
		border: 2px solid #bec6d5;
		display: inline-block;
		vertical-align:middle;
        text-decoration: none;
		font-size: 12px;
		text-align: left;
		font-weight: bold;
		line-height: 1;
		padding: 10px 36px 12px;
		float:left;
        color:#FFFFFF;
	}

     .content-button

    {
        background: url(/images/arrow_big.png) no-repeat left;
        padding-left: 35px;
       /* min-width: 200px;*/
        max-width:200px;
        height: 35px;
        line-height: 35px;
        color: #000;
        font-size: 14px;
        box-sizing: border-box;
        display: block;
       /**clear: both;*/ 
       /* margin-bottom: 4px;*/
        font-weight: 200;
        border-radius: 30px 30px 30px 30px;
        border: 1px solid #bec6d5;
        background-color: #bec6d5;
   }

.home-right {
    float: right;
    width: 287px;
    padding: 27px 0 50px;
}
	.home-news-title {
		color: #889cb4;
		font-size: 28px;
	}
	.news-entry {
		padding: 30px 0 27px;
		font-size: 13px;
		color: #58595b;
		line-height: 1.46;
		border-top: 1px solid #bec6d5;
	}
	.first-news {
		border-top: 0;
		padding-top: 5px;
	}
	.news-entry a {
		color: #58595b;
	}
	.news-image {
		border: 3px solid #bec6d5;
		float: left;
		margin: 2px 7px 0 0;
	}
	.news-entry-title {
		font-size: 15px;
		color: #5e6d7e;
		text-transform: uppercase;
		line-height: normal;
		padding-bottom: 6px;
	}
	.news-entry-title a {
		text-decoration: none;
		color: #5e6d7e;
	}
	.news-more {
		color: #58595b;
		font-weight: bold;
		text-decoration: none;
	}
	.news-more img {
		vertical-align: middle;
	}

/*	::[Main]::
================================================= */
#main {
	position: relative;
	z-index: 1;
}
.splash-container img {
	vertical-align: top;
}

.main-content {
	float: right;
	width: 710px;
	padding: 10px 0 50px;
	min-height: 300px;
}
	.the-content img {
	}

	
/*	::[Blog]::
================================================= */
.entry {
	border-bottom: 1px solid #bec6d5;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
	.entry-image {
		float: left;
		width: 106px;
	}
	.entry-text {
		padding-left: 125px;
	}
	.full-width {
		padding: 0 !important;
		float: none !important;
	}
	
	.the-content .news-more img {
		border: none;
	}
	.news-more,
	.the-content .news-more {
		color: #58595b;
		white-space: nowrap;
		text-decoration: none;
	}
	
	.entry-title,
	.the-content .entry-title {
		text-transform: uppercase;
		font-size: 17px;
	}
	.the-content .entry-title a {
		text-decoration: none;
		color: #5e6d7e;
	}
	
	.the-content p.meta {
		font-size: 14px;
		margin-bottom: 10px;
		font-style: italic;
	}
	
.pagination {
	text-align: center;
	font-weight: bold;
}
	.pagination a {
		text-decoration: none;		
	}
	.pagination img {
		border: none;
		vertical-align: middle;
	}
	
#comments-wrap {
	border-top: 1px solid #e2e2e2;
	padding: 15px 0 20px;
	margin-top: 30px;
}

.comment-author {
	background: #f4f4f4;
	padding: 8px 8px 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.comment-author .avatar {
	margin-right: 6px;
}
.comment-body {
	padding-bottom: 10px;
}
.comment-meta {
	margin-bottom: 5px;
	font-size: 10px;
}

#respond {
	padding: 30px 20px 20px;
}

.the-content ol.commentlist li {
	list-style: none;
}
.the-content ol.commentlist {
	margin-bottom: 0;
}
.the-content #comments {
	padding: 2px 0 20px;
}

/*	::[Sidebar]::
================================================= */
.page-sidebar {
	width: 177px;
	float: left;
	padding: 10px 0 50px;
   
}
.sub-nav {	
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bec6d5;
}
	.sub-nav ul {
		background: #eaedf2;
		padding: 21px 0 21px;
	}
	.sub-nav li {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.sub-nav li a {
		background: url(/images/gradient_subnav.png) repeat-y;
		display: block;
		text-decoration: none;
		color: #ffffff;
		padding: 5px 18px;
	}
	.sub-nav li li a {
		background: none;
		color: #5e6d7e;
	}
	.sub-nav li ul {
		padding: 8px 0 0;
	}
	.sub-nav li.current_page_item a,
	.sub-nav li.current-menu-item a,
	.sub-nav li a:hover {
		text-decoration: underline;
	}
	.sub-nav li.current_page_item li a,
	.sub-nav li.current-menu-item li a {
		text-decoration: none;
	}
	.sub-nav li a:hover {
		text-decoration: underline !important;
	}

.widget {	
	margin-bottom: 20px;
	background-color: #EAEDF2;
	padding: 10px;
	font-size: 15px;
	/*text-transform:uppercase;*/
}
	.button-callout-widget a {
		background: #879cb4 url(/images/arrow_widget_btn.png) right 5px no-repeat;
		display: block;		
		text-decoration: none;
		border: 3px solid #bec6d5;
		font-weight: bold;
		font-size: 20px;
		color: #ffffff;
		padding: 5px 7px 4px;
	}

/*	::[Product]::
================================================= */
.the-content .product-listing,
.product-listing {
	font-size: 11px;
}
.the-content .product-listing th,
.the-content .product-listing td {
	padding: 2px 4px;
	border: 1px solid #5E6D7E;
	text-align: center;
}
.the-content .product-listing td {	
	background: #EEEEEE;
}
.the-content tr:nth-of-type(odd) td {
	background: #D8D8D8;
}
.wpsc_loading_animation {
	position: absolute;
	top: 5px;
	left: 135px;
	width: 100px;
}
.add-to-cart-wrapper {
	position: relative;
}
.wpsc_loading_animation img {
	border: 0 !important;
	vertical-align: middle;
}
.the-content .wpsc_category_details img {
	border: 0;	
	margin-bottom: 10px;
}
.the-content .wpsc_category_details p {
	margin-bottom: 15px;
	font-size: 10px;
}

.product-finder-wrap {
	width: 270px;
	padding: 10px 15px;
	margin: 10px 0;
	border: 1px solid #D5D5D5;
}

.product-finder-wrap label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding: 0 10px 5px 0;
}
.product-finder-wrap select {
	float: left;
	width: 140px;
}

.the-content .landing-cat-title {
	padding-top: 20px;
}

/*	::[Footer]::
================================================= */
footer {
	background: #879cb4 url(/images/gradient.png) center top repeat-y;
	border-top: 12px solid #879cb4;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding: 14px 0 14px;
}
	footer a {
		color: #ffffff;
		text-decoration: underline;
	}
	.footer-menu {
		padding-top: 5px;
		font-size: 14px;
	}
	.footer-menu li {
		display: inline-block;
		border-left: 1px solid #ffffff;
		padding: 0 3px 0 5px;
		line-height: 0.9;
	}
	.footer-menu li:first-child {
		border-left: 0;
	}
	

/* Shopping Cart
==================================================== */

table.checkout_cart {
	width: 100%;
}

	table.checkout_cart tr.header th {
		text-align: left !important;
		padding: 5px !important;
		background: #EEE;
	}
	
	table.checkout_cart tr td {
		padding: 5px !important;
		border-bottom: 1px solid #CCC;
	}
	

div.widget_wpsc_shopping_cart h3.widget-title {
	display: none;
}

div.widget_wpsc_shopping_cart th {
	font-size: 14px;
}


div.widget_wpsc_shopping_cart table .cart-widget-count {
	width: auto !important;
}

div.widget_wpsc_shopping_cart small {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}


body #checkout_page_container .wpsc_make_purchase {
	float: none;
	bottom: auto;
}
		

.hideme {
	display:none;
}

/*  Menu Hacks 
==================================================== */


body.tax-wpsc_product_category nav ul.sf-menu li#menu-item-75 > a { background: none !important; }

body.tax-wpsc_product_category .page-sidebar ul.menu > li:first-child { display: none; }

nav ul.sf-menu li a { font-size: 14px !important; }

@media print
  {
  
	header{
		height: 130px;
		margin-bottom: 1em;
	}

	nav, .header-text, #cartCheckout{
	display: none;}

	.paproducts{
		height: auto;
		border:0;
		width: 90%;
		margin: 0 auto;
		overflow-x: hidden;
		
	}

	.side-menu{display: none;}

	footer a:after{
		content: "("attr(href) ")";
		font-size:0.8em;
		font-weight:normal;
}

	#pierceForm, .title{
		display: none;
	}
	.simpleCart_items table{
		width:80%;
	}
	.checkoutrow{
		display: none;
	}
  .item-name{
	  font-family: sans-serif;
	  font-size: 15px;
	 
  }
  p {	
  		font-size:16px;
  		color:red;}
  }
/*gridview buttonsize*/
.delete_item_button
    {
       /*-webkit-transform: rotate(90deg);*/ 
        
        font-size:12px;
       
    }
.delete_item_button:hover {
        background-color:#879cb4;
        color:#FFFFFF;
    }

.add_to_cart_button {
      font-size:12px;
}
.add_to_cart_button:hover {
        background-color:#879cb4;
        color:#FFFFFF;
    }


.form_button {
      font-size:14px;
      width:130px;     
}


.form_button:hover {
        background-color:#879cb4;
        color:#FFFFFF;
    }

#LineCard li {
            font-size:12px;
}

#LineCard  td{
    background-color:transparent;
}
