/*-----------------------------------------------------------------------------
Stylesheet for American Needle / www.americanneedle.com

version:	1.0
date:		April 2010
author:		Jonny Mack
email:		mackjonny@gmail.com
website:	www.jnymck.com + www.beautifulmachine.com
-----------------------------------------------------------------------------*/

/* HEADER
-----------------------------------------------------------------------------*/

body {
	background: url('bg.jpg') repeat;
}

#wrap {
	margin: auto;
	width: 960px;
}

#header {
	margin-top: 10px;
	height: 115px;
}

#header #american-needle {
	float: left;
}

#header #eagle {
	float: right;
}

#search-items {
	float: right;
	width: 100%;
	margin-bottom: 6px;
	clear:both;
}

#search-items a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #686868;
	float: right;
	margin: 5px 0 0 0;
}

#search-items a span {
	font-weight: normal;
}

#search-items #searchform {
	float: right;
}

#search-items input[type="text"] {
	/* Border Radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */

	background: #fff url('input-bg.jpg') repeat-x;
	border: 1px solid #bbb;
	margin-bottom: 0;
	height: 15px;
	width: 185px;
	padding-left: 5px;
}

fieldset.search {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	width: 230px;
}

#search-items .search #search-button {
	position: relative;
	right: 210px;
	top: .25em;
}

#search-items .search .box {
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	background: #fff url('search-glass.png') 5px no-repeat;
	padding-left: 22px;
}

/* MAIN NAVIGATION
-----------------------------------------------------------------------------*/

#nav {
	/* Shadows */
	/*box-shadow: 0 5px 10px #F0F0F0;
	-moz-box-shadow: 0 5px 10px #F0F0F0;
	-webkit-box-shadow: 0 5px 10px #F0F0F0;*/

	display: block;
	float: left;
	height: 35px;
	list-style: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 1px;
	width: 960px;
	z-index: 0;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	height: 0px !important;
	overflow: hidden;
	padding: 35px 0 0 0;
	z-index: 1;
}

#nav a:hover {
	background-position: 0 -35px;
}

#nav a:active {
	background-position: 0 -70px
}

/* Baseball */
#baseball a {
	background: url('nav-baseball.jpg') no-repeat;
	width: 135px;
}
#nav-baseball .selected, #nav-baseball .selected:hover  {
	background-position: 0 -105px
}

/* College 
#college a {
	background: url('nav-snapbacks.jpg') no-repeat;
	width: 135px;
}
#nav-college .selected, #nav-college .selected:hover {
	background-position: 0 -105px
}

*/


/* Snapbacks*/
#snapbacks a {
	background: url('nav-snapbacks.jpg') no-repeat;
	width: 135px;
}
#nav-snapbacks .selected, #nav-snapbacks .selected:hover {
	background-position: 0 -105px
}


/* AN Originals */
#an-originals a {
    background: url('nav-an-originals.jpg') no-repeat;
	width: 135px;
}
#nav-an-originals .selected, #nav-an-originals .selected:hover {
	background-position: 0 -105px
}

/* City */
#city a {
	background: url('nav-city.jpg') no-repeat;
	width: 135px;
}
#nav-city .selected, #nav-city .selected:hover {
	background-position: 0 -105px
}

/* Hockey */
#hockey a {
	background: url('nav-hockey.jpg') no-repeat;
	width: 135px;
}
#nav-hockey .selected, #nav-hockey .selected:hover {
	background-position: 0 -105px
}


/* Tennis */
#tennis a {
	background: url('nav-tennis.jpg') no-repeat;
	width: 135px;
}
#nav-tennis .selected, #nav-tennis .selected:hover {
	background-position: 0 -105px
}

/* Golf */
#golf a {
	background: url('nav-golf.jpg') no-repeat;
	width: 135px;
}
#nav-golf .selected, #nav-golf .selected:hover {
	background-position: 0 -105px
}

/* Bespoke */
#bespoke a {
	background: url('nav-bespoke.jpg') no-repeat;
	width: 135px;
}
#nav-bespoke .selected, #nav-bespoke .selected:hover {
	background-position: 0 -105px
}

/* View Cart */
#cart a {
	background: url('nav-viewcart.jpg') no-repeat;
	width: 150px;
}
#nav-cart .selected, #nav-cart .selected:hover {
	background-position: 0 -105px
}

/* SUB NAVIGATION
-----------------------------------------------------------------------------*/

#sub-nav {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	/* Border Radius */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */

	font-size: 14px;
	line-height: 22px;
	padding: 15px;
	margin: 10px 0 0 0;
	width: 150px;
	float: left;
}

#sub-nav h3 a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

#sub-nav h3 a:hover {
	text-decoration: underline;
}

#sub-nav ul {
	margin-bottom: 15px;
}

#sub-nav ul#last {
	margin-bottom: 0;
}

#sub-nav ul li a {
	color: #585858;
	font-family: Verdana, Helvetica, Arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	text-decoration: none;
}

#sub-nav h3.active a {
        background: none;
        text-decoration: underline;
}

#sub-nav ul li.active a {
        background: #D8D8D8;
        padding: 2px 2px 2px 15px;
}

#sub-nav ul li a:hover {
	background: #D8D8D8;
        padding: 2px 2px 2px 15px;

}

/* CONTENT
-----------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#content {
	/* Shadows */
	box-shadow: 0 0 32px #fff;
	-moz-box-shadow: 0 0 32px #fff;
	-webkit-box-shadow: 0 0 32px #fff;

	background: #fff;
	padding: 10px;
	margin-bottom: 20px;

	clear:both;
}

#content p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 21px;
}

#content hr {
	color: #484848;
        border:none;
        border-bottom:1px solid #484848;
}

#team-select {
        float: left;
}
#team-filter {
        display: inline;
        cursor: default;
}

/* Product Thumb */

#content-column {
float:right;
width:770px;
}

#category-feature {
	background: #fff;
	width: 750px;
	margin: 1px 0 0 0;
	padding: 10px;
	float: left;
	position: relative;
	z-index: 1;
	clear:both;
}

#prod-thumbs {
	float: left;
	width: 100%;
	clear:both;
        margin-top: 5px;
}

.product-pic {
	height:123px;
	text-align:center;
	background:#fff !important;
	clear:both;
	overflow:hidden;
}
.product-pic a {
	display:block;
	height:123px;
}
.product-pic img {
	width:185px;
}
.product {
	float: left;
	width:185px;
height:190px;
	margin: 5px;
	color: #484848;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

.product-first {
	float: left;
	width: 185px;
        height: 172px;
	margin: 5px 10px 5px 0;
	color: #484848;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

.product-last {
	float: left;
	width: 185px;
        height: 172px;
	margin: 5px 0 5px 0;
	color: #484848;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

.product h5, .product-first h5, .product-last h5 {
	text-transform: uppercase;
}
.product h5 a, .product-first h5 a, .product-last h5 a {
	color: #484848;
	text-decoration:none;
}
.product h5 a:hover, .product-first h5 a:hover, .product-last h5 a:hover {
	text-decoration:underline;
}

/* Product Detail */

#prod-detail {
	background: #fff;
	width: 750px;
	margin: 1px 0 20px 0;
	padding: 10px;
	float: right;
	position: relative;
	z-index: 1;
}

#prod-detail img, #prod-detail-thumbs {
	float: left;
}

#prod-description {
	font-family: Verdana, Helvetica, Arial, serif;
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 340px;
}

#prod-description h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#prod-description h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	margin: 2px 0 8px 0;
}

#prod-description p {
	margin-bottom: 10px;
}

#prod-description select {
	display: block;
	margin-bottom: 10px;
}

#prod-description a {
	color: #686868;
	font-family: Verdana, Helvetica, Arial, serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

#prod-description a:hover {
	text-decoration: underline;
}

#buy-now {
	margin-top: 12px;
}

#buy-now #btn {
	/* Border Radius */
        border:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */

	/* Button Shadows */
	-moz-box-shadow: -1px 1px 5px #808080;
	-webkit-box-shadow: -1px 1px 2px #A0A0A0;
	text-shadow: -1px 1px 2px #222;

	background: #375a1b;
	display: inline;
        cursor: pointer;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
        text-transform: uppercase;
}

#buy-now #btn:hover {
	color: #e8e8e8;
}

#buy-now #btn:active {
	position: relative;
	top: 1px;
}

#prod-detail-thumbs img {
	float: left;
	margin: 10px 10px 0 0;
}

/* Search Results */

h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 14px;
	margin-top: 10px;
}

h6 em {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #484848;
	font-size: 14px;
}

#content ol li span {
	color: #484848;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#content ol li span strong a {
	font-size: 14px;
	line-height: 2em;
	color: #0000FF;
}

#content ol li a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: green;
	line-height: 1.5em;
}
#content ol li {
	clear:both;
        margin: 5px 0;
}
#content ol li hr {
	margin: 15px 0 5px 0 !important;
	clear:both;
}

#content ol li img {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

/* GOLF + BESPOKE SUBMISSION FORMS
-----------------------------------------------------------------------------*/

#form-img {
	float: right;
}

#form-content p {
	width: 470px;
	line-height: 1.5em;
	text-align: justify;
}

fieldset {
	/* Border Radius */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */

	margin: 10px 18px 0 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f2f2f2 url('form-bg.png') repeat-x;
}

legend {
	display: none;
}

label {
	display: block;
	cursor: pointer;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	margin: 5px 0;
}

/* Contact Information */

input[type="text"] {
	/* Border Radius */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */

	background: #f9eede;
	border: 1px solid #999;
	margin-bottom: 10px;
	height: 20px;
	width: 200px;
	padding: 2px 5px;
}

#form-contact {
	width: 470px;
	margin-bottom: 15px;
}

#phone1[type="text"] {
	width: 22px;
}

#phone2[type="text"] {
	width: 22px;
}

#phone3[type="text"] {
	width: 30px;
}

.col-first {
	float: left;
	margin-right: 25px;
}

.col {
	float: left;
}

select {
	height: 20px;
	margin-bottom: 16px;
}

#zip {
	width: 40px;
	margin-bottom: 20px;
}

input.radio, input.checkbox, input.submit {
	width: auto;
}

/* Comments */

#message textarea {
	/* Border Radius */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */

	width: 435px;
	height: 133px;
	background: #f9eede;
	border: 1px solid #999;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	padding: 5px;
}

/* Have You Ordered From AN? */

#order {
	margin-top: 20px;
}

#order label {
	float: left;
	margin-right: 20px;
}

/* ABOUT + HISTORY
-----------------------------------------------------------------------------*/

#content #category-img {
	float: right;
}

#leader-copy blockquote p#quote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	line-height: 21px;
	text-indent: 50px;
	color: #5d1a1d;
	margin-top: 40px;
}

span.first-word {
	background:url("quote-first.jpg") no-repeat left top transparent;
	padding-left: 25px;
}

span.last-word {
	background:url("quote-last.jpg") no-repeat right top transparent;
	padding-right: 25px;
}

#leader-copy cite {
	color: #686868;
	display: block;
	font-size: 14px;
	text-indent: 290px;
	margin: -8px 0 40px 0;
}

#content #leader-copy {
	float: left;
	width: 470px;
}

#content #leader-copy p {
	margin: 18px 0;
	line-height: 1.6em;
}

#content #leader-copy p#first {
	margin-top: 0;
}

#content #leader-copy p#last {
	margin-bottom: 0;
}

#clear {
	clear: both;
}

/* CONTACT
-----------------------------------------------------------------------------*/

#form-contact span {
	color: #FF0000;
}

.col-last #contact-state {
	float: left;
}

.col-last #contact-zip {
	float: right;
	margin-bottom: 5px;
}

#contact-message textarea {
	/* Border Radius */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */

	width: 435px;
	height: 133px;
	background: #f9eede;
	border: 1px solid #999;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	padding: 5px;
}

/* NEWS
-----------------------------------------------------------------------------*/

#content #press {
	width: 350px;
	padding-left: 35px;
	float: right;
}

#content #news {
	float: left;
	width: 550px;
}

#content #news h1, #content #press h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #C8C8C8;
	padding-bottom: 10px;
}

#content #news p {
	font-size: 12px;
}

#content #news a {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-top: 15px;
	display: block;
	color: #5d1a1d;
}

#content #news a.post-link {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-top: 0;
	display: inline;
	font-style: italic;
	color: #5d1a1d;
}

#content #news cite {
	color: #686868;
	display: inline;
	text-indent: 0;
	margin: 0;
}

#content #news .news-headline {
	font-size: 16px;
	font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, sans-serif;
	margin-bottom: 3px;
	color: #5d1a1d;
}

#content p.date {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #686868;
	font-size: 12px;
	font-style: italic;
	display: block;
	margin: 18px 0 8px 0;
}

#content p.news-post {
	line-height: 19px;
	margin-bottom: 15px;
}

/* CART
-----------------------------------------------------------------------------*/

#content table.checkout {
	width: 940px;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}

#content table.checkout th, table.checkout td {
	padding: 5px 0 5px 15px;
	vertical-align: middle;
}

#content table.checkout td.img, table.checkout td.cart-price, table.checkout td.remove, table.checkout td.qty {
	width: 80px;
}

#content table.checkout th {
	background: #888;
	border: 1px solid #fff;
	padding: 10px 0 10px 15px;
	color: #fff;
	text-align: left;
}

#content table.checkout tr.even td {
	background: #E8E8E8;
	border-left: 1px solid #fff;
}

#content table.checkout tr.odd td {
        background: #F8F8F8;
        border-left: 1px solid #fff;
}

#content table.checkout #remove-link a {
        font-size: 11px;
        text-decoration: none;
        color: #888;
}

#content table.checkout #remove-link a:hover {
        text-decoration: underline;
}

#content input.quantity {
	width: 15px;
}

#content table.checkout .odd .prod-des a, #content table.checkout .even .prod-des a, #content table.checkout .odd .remove a, #content table.checkout .even .remove a {
	background: none;
}

#checkout-sidebar {
	margin: 0 0 20px 750px;
	width: 195px;
}

#checkout-sidebar #update {
	/* Border Radius */
        border:none;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 10px;
	border-radius: 0 0 10px 10px; /* future proofing */
	-khtml-border-radius: 0 0 10px 10px; /* for old Konqueror browsers */

	background: #eee;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin: 0 0 0 96px;
	padding: 7px;
	position: relative;
	text-decoration: none;
/*	width: 80px;*/
	text-align: center;
	border-top: 2px solid #fff;
	font-family: Verdana, Arial, serif;
}

#checkout-sidebar p {
	display: inline block;
}

#checkout-sidebar #subtotal {
	font-size: 16px;
	margin: 12px 0;
	text-indent: 0;
	width: 191px;
}

#checkout-sidebar #checkout-button {
	/* Border Radius */
        border:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */

	/* Button Shadows */
	-moz-box-shadow: -1px 1px 5px #808080;
	-webkit-box-shadow: -1px 1px 2px #A0A0A0;
	text-shadow: 0px 0px 1px #222;

	background: #375a1b;
	color: #fff;
	cursor: pointer;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        font-weight: bold;
	margin: 10px 0 0 98px;
	padding: 5px 8px;
	position: relative;
	text-decoration: none;
	text-align: center;
        text-transform: uppercase;
}

#checkout-sidebar #checkout-button:hover {
	color: #f9eede;
}

#checkout-sidebar #checkout-button:active {
	top: 1px;
}

/* FOOTER
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	border-top: .125em solid #B8B8B8;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0 auto 10px auto;
	padding-top: 18px;
	text-align: center;
	word-spacing: 10px;
	width: 780px;
}

#footer p {
	color: #888;
	margin-top: 18px;
	font-size: 8px;
	text-transform: uppercase;
	word-spacing: .125em;
	letter-spacing: .125em;
}

#footer span {
	padding: 0 8px 0 8px;
}

#footer li {
	display: inline;
}

#footer li a {
	color: #000;
	letter-spacing: .125em;
}

#footer a {
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .social {  padding-top: 20px;  width: 260px; margin:0 auto; }

.pager {
	float:left;
	width:100%;
	clear:both;
	color: #888;
	text-align:right;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
        margin-top: 10px;
        margin-bottom: 0;
}
.pager a {
	color: #888;
}
.pager-bottom {
	padding-bottom: 20px;
	padding-top: 0;
	margin-top: -1px;
}

#team-select {
        margin-top: 10px;
        margin-bottom: -20px;
        height: 15px;
}


#expressrex-container {
	font-family: Verdana, Helvetica, Arial, serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	text-transform: uppercase;
}

#expressrex-container a {
	color: #484848;
	text-decoration: none;
}

#expressrex-container a:hover {
	text-decoration:underline;
}

#expressrex-container img {
	float: none;
}

.expressrex-title-cell {
	text-transform: none;
}


#checkout-recommendations {
	color: black;
	margin-top: 1em;
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	width: 652px;
	float: left;
}

