/* @override http://prohelmetdecals.com/main.css */

/* @group About */

/* Pro Helmet Decals -- written by Daryn A. St Pierre
BB Graphics - www.bbgraphics.com
prohelmetdecals.com -- All Rights Reserved 2009 */

/* @end */

/* @group Additional CSS */

@import url('fancybox.css');
@import url('nivo-slider.css');

/* @end */

/* @group Presets */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #fff;
	font: normal 0.75em/1.7 "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* revision 1 */
body.white {
	background: url(img/bg-white.gif) repeat-x;
}

/* revision 2 */
body.blue {
	background: url(img/bg-blue.gif) repeat-x;
}

/* @end */

/* @group Header */

/* original */
h1 {
	background: url(img/header.jpg) no-repeat;
	width: 700px;
	height: 150px;
	text-indent: -9999px;
}

/* revision 1 */
h1.header-fading {
	background: url(img/header_athletic.jpg) no-repeat !important;
}

/* revision 2 */
h1.header-white {
	background: url(img/header-white.jpg) no-repeat !important;
}

/* revision 3 */
h1.header-fading {
	background: url(img/header-sidefading.jpg) no-repeat !important;
}

h1 a {
	display: block;
	width: 700px;
	height: 150px;
	border: 0;
}

/* @end */

/* @group Typography / Content */

#content {
	width: 500px;
	float: left;
	color: #000;
	padding: 20px;
	margin: 0;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2 {
	background: url(img/dot_2.gif) repeat-x bottom left;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 165%;
	line-height: 1em;
	color: #003399;
}

h2#home-title {
	background: transparent url(img/home_title.gif) no-repeat bottom center;
	width: 500px;
	height: 45px;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	text-indent: -9999px;
}

h2#home-title-athletic {
	background-image: url(img/home_title_athletic.jpg);
	height: 95px !important;
	width: 500px;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	text-indent: -9999px;
}

h2#home-preceding-title {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

h3 {
	background: url(img/dot_3.gif) repeat-x bottom left;
	padding: 20px 0 8px 0;
	margin: 0 0 10px 0;
	font-size: 130%;
	line-height: 1em;
	color: #009933;
}

h4 {
	background: url(img/dot_3.gif) repeat-x bottom left;
	padding: 20px 0 8px 0;
	margin: 0 0 10px 0;
	font-size: 110%;
	line-height: 1em;
	color: #009933;
}

h5 {
	padding: 20px 0 10px 0;
	line-height: 0.5em;
	color: #009933;
	text-transform: uppercase;
	font-size: 120%;
}

h6 {
	padding: 10px 0 5px 0;
	margin: 0;
	line-height: 0.3em;
	color: #009933;
	font-size: 120%;
}

a:link, a:visited {
	color: #0033cc;
}

a:hover, a:active, a:focus {
	color: #6699ff;
}

p {
	padding: 0 0 10px 0;
}

em {
	
}

small {
	
}

/* lists */

#content ul {
	padding: 5px 5px 5px 20px;
	margin: 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	list-style-type: disc;
}

#content li {
	color: #009933;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

blockquote {
	background-color: #d5ebff;
	border: 1px solid #b2cae2;
	color: #003399;
	padding: 10px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	overflow: auto;
}

blockquote p {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.bqlt {
	color: #33cc66 !important;
	display: block;
	float: left;
	width: 30%;
	text-align: right;
}

.bqrt {
	color: #009933 !important;
	display: block;
	float: left;
	width: 60%;
	text-align: left;
	padding: 0 0 0 5px;
}

/* special */

.special {
	background: #CCFFCC url(img/spc_header.gif) no-repeat top center;
	width: 200px;
	padding: 0;
	margin: 0 auto;
	color: #003399;
	text-align: center;
}

.emph {
	font-size: 20px;
	font-weight: bold;
}

.special p {
	padding: 20px 10px 0 10px;
	font-size: 16px;
}

.spcfooter {
	width: 200px;
	height: 20px;
	padding: 0;
	background: #CCFFCC url(img/spc_footer.gif) no-repeat bottom center;
}

/* floated images */

.imageright {
	float: right;
	padding: 0 0 0 10px;
}

.imageleft {
	float: left;
	padding: 0 10px 0 0;
}

/* @end */

/* @group Content Areas */

.wrapper {
	background-color: #fff;
	width: 700px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -4em;
}

.clr {
	clear: both;
}

.push, .footer {
	height: 4em;


/* .push must be the same height as .footer */
}

.footer {
	background: #003399 url(img/ftr_repeat.gif) repeat-x top left;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 0;
}

.footer p {
	padding: 10px 0 10px 0;
}

.footer a {
	color: #fff;
}

.intro {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	height: 210px;
	display: block;
	padding: 38px 225px 0 45px;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.45em;
}

#intro-baseball {
	background-image: url(img/intro_baseball.jpg);
}

#intro-hockey {
	background-image: url(img/intro_hockey.jpg);
}

#intro-football {
	background-image: url(img/intro_football.jpg);
}

#intro-bat-decals {
	/* background-image: url(img/intro_bat_decals.jpg); */
	background-image: url(img/intro_bat_decals-nobg.jpg);
}

/* @end */

/* @group New Navigation (2010) */

#newnav {
	margin: 0;
	padding: 1px 0 0 0;
	float: left;
	width: 150px;
}

#newnav ul {
	margin: 0;
	padding: 0;
	text-indent: 10px;
	list-style-type: none;
}

#newnav li {
	padding: 0 0 1px 0;
}

#newnav li a, #newnav #current a {
	background-image: url(img/nav_bg_all.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	height: 38px;
	line-height: 38px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	color: #fff;
}

#newnav li a:hover {
	background-position: center;
	color: #fff;
}

#newnav #current a {
	background-position: top;
	color: #009933;
	text-shadow: 0 1px 0 #fff;
}

/* sub navigation */

#newnav #sub {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#newnav #sub li {
	padding: 0;
	margin: 0;
}

#newnav #sub li a {
	font-size: 11px;
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-indent: 0;
	overflow: hidden;
	white-space: nowrap;
}

#newnav #sub li a {
	background: #006633 url(img/nav_bg_hover.gif) repeat-x top;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 0 1px 0 #000;
}

#newnav #sub li a:hover {
	background: #fff url(img/nav_bg_current.gif) repeat-x bottom;
	color: #009933;
	text-shadow: 0 1px 0 #fff;
}

#newnav #subcurrent a {
	background: #fff url(img/nav_bg_current.gif) repeat-x bottom !important;
	color: #009933 !important;
	text-shadow: 0 1px 0 #fff !important;
}

/* @end */


/* @group Navigation */

#nav {
	margin: 0;
	float: left;
	width: 150px;
}

#nav a {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
}

#nav ul {
	margin: 0;
	padding: 0;
	text-indent: 10px;
	list-style-type: none;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	background: #003399 url(img/nav_bg_static.gif) repeat-x bottom;
	color: #fff;
}

#nav a:hover {
	background: #009933 url(img/nav_bg_hover.gif) repeat-x bottom;
	color: #fff;
}

#current a:link,
#current a:visited,
#current a:active,
#current a:hover {
	background: #fff url(img/nav_bg_current.gif) repeat-x bottom;
	color: #009933;
}

/* sub navigation */

#sub {
	padding: 0;
	margin: 0;
}

#sub {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sub a {
	font-size: 11px;
	display: block;
	width: 150px;
	height: 20px;
	text-indent: 10px;
	line-height: 20px;
	text-decoration: none;
}

#sub a:link,
#sub a:visited,
#sub a:active {
	background: #006633 url(img/nav_bg_hover.gif) repeat-x top;
	color: #fff;
}

#sub a:hover {
	background: #fff url(img/nav_bg_current.gif) repeat-x bottom;
	color: #009933;
}

#subcurrent a:link,
#subcurrent a:visited,
#subcurrent a:active,
#subcurrent a:hover {
	background: #fff url(img/nav_bg_current.gif) repeat-x bottom;
	color: #009933;
}

/* @end */

/* @group Tables */

table {
	border-collapse: collapse;
	width: 100%;
}

tr.blue {
	background-color: #d5ebff;
	font-weight: bold;
}

td {
	padding: 3px;
	text-align: center;
	border: 1px solid #b2cae2;
}

td.spcl {
	background-color: #d5ebff;
	font-weight: bold;
}

caption {
	color: #009933;
	font-weight: bold;
	display: block;
}

/* @end */

/* @group Misc */

#keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 10px 0;
	color: #3c63b0;
}

/* logo disclaimer */

#disclaimer {
	padding: 10px;
	margin: 20px 0 0 0;
	font-size: 10px;
	line-height: 18px;
	border-top: 2px solid #eaeaea;
}

#disclaimer p {
	padding: 0;
}

#disclaimer h5 {
	padding: 5px 0 5px 0;
}

.nobreak, .clear {
	clear: both;
}

.big {
	font-size: 1.2em;
}

.boldred {
	padding: 10px;
	display: block;
	clear: both;
	text-align: center;
	font-size: 1.5em;
	color: red;
}

.caption {
	text-align: center;
	padding: 3px 0 5px 0;
	margin: 0;
	font-weight: bold;
}

.hr {
	background: url(img/dot_2.gif) repeat-x center;
	width: 100%;
	height: 0.5em;
	display: block;
	clear: both;
	padding: 20px 0 20px 0;
	border: 0;
}

.half-l, .half-r {
	width: 46%;
}

.half-l {
	float: left;
}

.half-r {
	float: right;
}

.half-wrap {
	background: transparent url(img/dot_3.gif) repeat-y center;
	clear: both;
}

.half-l img, .half-r img {
	border: 1px solid #000;
}

.half-l .caption-wrap, .half-r .caption-wrap {
	height: 190px;
}

a.fancybox {
	position: relative;
}

a.fancybox span {
	background: #cc0000 url(img/image_enlarge.gif) no-repeat bottom center;
	display: block;
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #003399;
}

a.fancybox:hover span {
	background: #ccc url(img/image_enlarge.gif) no-repeat top center;
}

#contactGroup {
	
}

#contactGroup img {
	border: 0 !important;
}

#contactGroup h6 {
	background-color: #eaeaea;
	padding: 8px;
	margin: 0 0 5px 0;
}

#contactGroup h6 img {
	margin: 0 0 -3px 0;
}

a.special-link {
	background: #cc3333;
	display: block;
	padding: 10px;
	margin: 20px 0;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 1.3;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.special-link:hover {
	background: #ff3333;
	color: #ffff99;
	text-decoration: underline;
}

a.special-link span {
	display: block;
	float: right;
	width: 65%;
	overflow: hidden;
}

a.special-link img {
	float: left;
	border: 1px solid #ff6666;
	margin: 2px 0 0 0;
}

a.special-link:hover img {
	border: 1px solid #ff9999;
}

/* @end */

/* @group Nivo Slider (2011) */

.slider {
	background: #fff;
	display: block;
	position: relative;
	clear: both;
	margin: 0 0 40px 0;
	border: 1px solid #ccc;
}

.nivo-controlNav {
	width: 100%;
	display: block;
	clear: both;
	padding: 5px 0;
	margin: 0;
	position: absolute;
	bottom: -36px;
	left: 0;
}

.nivo-controlNav li {
	padding: 0;
	margin: 0;
}

.nivo-controlNav a {
	background: #eaeaea;
	padding: 3px 8px;
	margin: 0 5px 0 0;
	color: #999;
	font-size: 11px;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ccc;
}

.nivo-controlNav a:hover {
	background: #006633 !important;
	color: #fff !important;
	text-shadow: none !important;
}

.nivo-controlNav a.active {
	color: #006633;
	font-weight: normal !important;
}

.slider img {
	top: 0;
	position: absolute;
}

#ns1 {
	width: 500px;
	height: 200px;
	margin: 0 0 50px 0;
}

/* @end */

/* @group Articles */

.article {
	padding: 10px 0;
	margin: 10px 0;
	width: 500px;
	clear: both;
	display: block;
	overflow: hidden;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.article .left, .article .right {
	display: inline;
	overflow: hidden;
}

.article .left {
	float: left;
	width: 140px;
}

.article .right {
	float: right;
	width: 350px;
}

.article .left img {
	background: #eaeaea;
	padding: 5px;
	border: 1px solid #ccc;
}

.article small {
	color: #ccc;
	font-weight: bold;
}

.article h3 {
	background: none;
	clear: none;
	line-height: 130%;
	margin: 0;
	padding: 0 0 5px 0;
}

.article .caption {
	text-align: center;
	text-transform: uppercase;
	color: #ccc;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	display: block;
	margin: 5px 0;
	border-bottom: 1px solid #eaeaea;
}

.article p {
	padding: 0;
	margin: 0 0 5px 0;
}

a.button {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	background: #eaeaea;
	padding: 10px 15px;
	margin: 5px 0 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* @end */
