/*----------------------------------------------------------------------

BRUNSWICK BOWLING - Consumer Styles

DEVELOPED BY: MIGHTY // MIGHTYINTHEMIDWEST.COM
DESIGN BY: AUXILIARY // AUXILIARYINC.COM

Author:			Chris Chiles
Author:			Andrew Philpott
Date Created:	11/09/2009
Last Modified:	03/03/2010

Copyright 2010, All Rights Reserved.

----------------------------------------------------------------------*/


/* HEADER
----------------------------------------------------------------------*/
#header #nav > li.div {
	/*padding: 0 24px 0 25px;*/
	padding: 0 32px 0 33px; 
}
#header #nav > li > a {
	background: url('/assets/images/consumer-nav.png') no-repeat 0px 0px;
}
#header #nav li.balls > a {
	background-position: 0px 0px;
	width: 43px;
}
#header #nav li.bags > a {
	background-position: -43px 0px;
	width: 37px;
}
#header #nav li.accessories > a {
	background-position: -80px 0px;
	width: 95px;
}
#header #nav li.shoes > a {
	background-position: -175px 0px;
	width: 46px;
}
#header #nav li.apparel > a {
	background-position: -221px 0px;
	width: 62px;
}
#header #nav li.the-pros > a {
	background-position: -283px 0px;
	width: 67px;
}
#header #nav li.blog > a {
	background-position: -507px 0px;
	width: 36px;
}
#header #nav li.pro-shop-resources > a {
	background-position: -350px 0px;
	width: 154px;
}
#header #nav li.balls > a:hover {
	background-position: 0px -13px;
}
#header #nav li.bags > a:hover {
	background-position: -43px -13px;
}
#header #nav li.accessories > a:hover {
	background-position: -80px -13px;
}
#header #nav li.shoes > a:hover {
	background-position: -175px -13px;
}
#header #nav li.apparel > a:hover {
	background-position: -221px -13px;
}
#header #nav li.the-pros > a:hover {
	background-position: -283px -13px;
}
#header #nav li.blog > a:hover {
	background-position: -507px -13px;
}
#header #nav li.pro-shop-resources > a:hover {
	background-position: -350px -13px;
}
#find-pro-shop-btn {
	display: block;
	height: 20px;
	width: 97px;
	float: right;
	background: url('/assets/images/main-sprite.png') no-repeat -482px 0px;
	text-indent: -9999px;
	margin: 0 10px 0 10px;
}
#find-pro-shop-btn:hover {
	background: url('/assets/images/main-sprite.png') no-repeat -482px -20px;
}


/* HOMEPAGE
----------------------------------------------------------------------*/
#home .banner {
	padding-top: 0px;
	float: left;
	width: 630px;
	height: 75px;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 20px;
	color: #FFF;
}
#home .banner h3 {
	margin: 28px 25px 0 10px;
	width: 115px;
	height: 18px;
	background: url('/assets/images/text.png') no-repeat -215px -57px;
	text-indent: -9999px;
	float: left;
}
#home .banner a {
	margin: 4px 11px 0 0;
	padding: 4px;
	float: left;
}
#home .banner a img {
	float: left;
}
#home .banner a:hover {
	background: #393939;
}


/* BALL DETAIL
----------------------------------------------------------------------*/
#primary #content #core {
	margin: 5px 0 0 0;
}
#ball-specs {
	width: 470px;
	padding: 10px 10px 5px 10px;
	margin-bottom: 29px;
	float: left;
	font-size: 12px;
	background: #1a1a1a;
}
#ball-specs dt {
	width: 150px;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
#ball-specs dd {
	width: 315px;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
}
#ball-specs dd.stats {
	position: relative;
	top: 2px;
	font-size: 10px;
}
dd.stats div {
	width: 90px;
	height: 9px;
	position: absolute;
	top: 1px;
	left: 86px;
	padding: 1px;
	border: 1px solid #fff;
}
dd.stats div > div {
	height: 7px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 5px;
	border: 0;
	text-indent: -9999px;
	background: #fff;
	max-width: 88px;
}
dd.stats .high {
	position: absolute;
	left: 230px;
}
dd.stats .actual {
	position: absolute;
	left:  180px;
	color: #fff;
	width: 41px;
	height: 11px;
	line-height: 10px;
	top: 1px;
	text-align: center;
	border: 1px solid #424242;
	border-left: 0;
}
#ball-specs + h1 {
	clear: left;
}

#ball-detail #content .related {
	width: 220px;
	padding: 0;
	background: none;
}
#information-docs {
	float: right;
	width: 200px;
	background: #1a1a1a;
	margin: 0;
	padding: 0 10px;
}
#information-docs ul {
	margin: 10px 0;
}
#related-list {
	float: right;
	width: 220px;
	margin: 0;
	background: #1a1a1a;
}
#related-list li {
	width: 100%;
	height: 70px;
	padding: 0;
	background: none;
	margin: 0 0 5px 0;
	float: left;
}
#related-list a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
#related-list a:hover {
	color: #fff;
	background: url('/assets/images/bg-related-products.png') repeat-x;
}
#related-list img {
	float: left;
	margin: 5px 0 0 10px;
}
#related-list div {
	float: left;
	width: 130px;
	height: 60px;
	margin: 5px 5px 0 10px;
	padding: 0;
}
#related-list div span {
	display: block;
	float: left;
	width: 130px;
	height: 60px;
	margin: 0;
	display: table;
}
#related-list div span p {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.pro-tip {
	float: right;
	width: 220px;
	background: #1a1a1a;
}
.pro-tip p {
	line-height: 140%;
	margin: 5px 10px 10px 10px;
}
#lane-photo {
	clear: right;
	float: right;
	width: 220px;
	background: #1a1a1a;
	margin-top: 5px;
}
#lane-photo img {
	float: left;
	margin: 10px 0 20px 0;
}
#lane-photo h3 {
	margin: 10px;
	height: 13px;
	text-indent: -9999px;
	background: url('/assets/images/text-links.png') no-repeat 0px -137px;	
}
#bags #primary #content .callout, #accessories #primary #content .callout, #shoes #primary #content .callout {
	margin-top: 5px;
}


/* PROS
----------------------------------------------------------------------*/
#pro-headlines {
	width: 100%;
	background: #1a1a1a;
	padding: 10px 0;
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 10px;
}
#pro-headlines ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#pro-headlines ul li a {
	text-decoration: none;
}
#pro-headlines ul li a span {
	color: #199dda;
}
#pros #primary #content .copy p.intro {
	margin-bottom: 1.2em;
}
#pros #content .copy h3.title {
	font-family: Arial, Helvetica;
	padding: 2px 0 0 23px;
	background: url('/assets/images/crown.png') no-repeat left top;
	margin: 0;
	font-size: 14px;
}
#pros #content .copy h3.title.large {
	font-family: Arial, Helvetica;
	padding: 2px 0 0 23px;
	background: url('/assets/images/crown.png') no-repeat 0px 5px;
	margin: 0 0 5px 0;
	font-size: 22px;
}
#pros #content .copy ul.info {
	margin: .5em 0 1.5em 23px;
}
#pros #content .copy .other p, #pros #content .copy .other ul, #pros #content .copy ul.website {
	margin: .5em 0 1.5em 24px;
}
#pros #content .copy ul.website li {
	background: none;
	padding-left: 0;
}
#pros dl.pros {
	margin: 0 0 30px 24px;
	line-height: 140%;
}
#pros dl.pros dt {
	float: left;
	width: 40%;
}
#pro-headlines {
	position: relative;
}
.tickercontainer { /* the outer div with the black border */
	position: absolute;
	left: 180px;
	width: 530px; 
	height: 27px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 530px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 550px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
}


/* PRO SHOP
----------------------------------------------------------------------*/
#pro-shop #primary .content {
	width: 100%;
	font-size: 14px;
	line-height: 140%;
}

#resource-list li {
	padding: 0;
	margin: 0 10px 10px 0;
	float: left;
	background: none;
}
#resource-list .even {
	margin-right: 0;
}
#resource-list a {
	width: 202px;
	height: 30px;
	padding: 9px 0 0 35px;
	font-family: Arial, Helvetica;
	font-size: 16px;
	text-decoration: none;
	background: url('/assets/images/btn-resources.png') no-repeat;
	display: block;
}
#resource-list a:hover {
	color: #fff;
	background-position: -239px 0;
}



/* FACEBOOK PROMOTION */
.email-form {
	font-size: 12px;
}
.email-form table {
	padding: 5px 0 5px 0;
}
.email-form td {
	vertical-align: top;
	padding-right: 20px;
}
.email-form label {
	margin: 0 0 3px;
	display: block;
}
.email-form label.inline {
	display: inline;
	position: relative;
	top: 1px;
}
.email-form em {
	font-style: normal;
	font-weight: bold;
	color: #199DDA;
	font-size: 14px;
}
.email-form input.text, .email-form .textarea {
	padding: 2px 0;
	margin: 0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 13px normal 'Helvetica', 'Arial', sans-serif;
	display: block;
	border: 2px solid #FFF;
	width: 100%;
}
.email-form input.text:focus, .email-form .textarea:focus {
	border: 2px solid #2598cd;
}
.email-form .single input.text, .email-form .single .textarea {
	margin-bottom: 0;
}
#contact-address {
	margin-bottom: 5px;
}
#contact-city,
#contact-state,
#contact-zip {
	margin-bottom: 0;
}
.email-form h2 {
	margin-top: 15px;
}
.email-form input.error,.email-form textarea.error {
	border: 2px solid #FF0000 !important;
}
.checkbox.error + abbr + label {
	color: #ff0000;
}
.email-form #error-msg {
	font-weight: bold;
	margin-bottom: 15px;
}
.email-form h3 {
	margin: 10px 0 5px 0;
	font-size: 13px;
}
.email-form abbr {
	display: none !imporant;
}
.email-form .last-td {
	padding-right: 0;
}
#submit {
	clear: both;
}
#submit button {
	border: none;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	background: #1a1a1a;
	padding: 10px;
	height: 33px;
}
#submit button span {
	display: block;
	width: 99px;
	background: url('/assets/images/button-links.png') no-repeat 0px -176px;
}
#submit button {
	margin: 22px 0 0;
}
#submit button:hover {
	background: #13739f url('/assets/images/bg-button-small.png') repeat-x top;
}
#pattern-library #submit button span {
	width: 236px;
	background: url('/assets/images/button-links.png') no-repeat 0px -267px;
}
#submit p {
	font-size: 11px;
	width: 500px;
}



input.file {
	padding: 2px 0;
	margin: 0 10px 10px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 13px normal 'Helvetica', 'Arial', sans-serif;
	display: block;
	border: 2px solid #FFF;
	background: #FFF;
	position: relative;
}

#social-nav {
	float: right;
	margin-right: 20px;
}
#social-nav li {
	float: left;
}
#social-nav li + li {
	margin-left: 10px;
}
#social-nav a {
	background: url(/assets/images/btn-social-nav-1.png) no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}
a#facebook-link {
	background-position: 0 0;
}
a#facebook-link:hover {
	background-position: 0 -20px;
}
a#youtube-link {
	background-position: -40px 0;
}
a#youtube-link:hover {
	background-position: -40px -20px;
}
a#twitter-link {
	background-position: -20px 0;
}
a#twitter-link:hover {
	background-position: -20px -20px;
}


/* RSVP PAGE */

#rsvp #primary #content .content {
	width: auto;
}
.copy .rsvp-form li {
	background: none;
	padding: 0;
}
.rsvp-form input[type="text"] {
	padding: 2px 0;
	margin: 0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 13px normal 'Helvetica', 'Arial', sans-serif;
	display: block;
	border: 2px solid #FFF;
	width: 50%;
}
.rsvp-form input[disabled] {
	background: #aaa;
	border-color: #aaa;
}
.rsvp-form input[type="text"]:focus {
	border: 2px solid #2598cd;
}
.rsvp-form input.error {
	border: 2px solid #FF0000 !important;
}
.rsvp-form label.error {
	display: none!important;
}
.rsvp-form li + li {
	margin-top: 15px;
	margin-bottom: 10px;
}
.rsvp-form li + li label {
	margin-right: 20px;
}
.rsvp-form li + li + li {
	margin-top: 0;
	margin-bottom: 0;
}
.rsvp-form button {
	border: none;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	background: #1a1a1a;
	padding: 10px;
	height: 33px;
}
.rsvp-form button span {
	display: block;
	width: 53px;
	background: url('/assets/images/button-links.png') no-repeat 0px -154px;
}
.rsvp-form button {
	margin: 22px 0 0;
}
.rsvp-form button:hover {
	background: #13739f url('/assets/images/bg-button-small.png') repeat-x top;
}
