/*
Theme Name: Henderson Sports Group - Fall 2011
Theme URI: http://durkangroup.com
Description: Custom Theme for Henderson Sports Group
Author: Clinton Robbins
Author URI: http://durkangroup.com
version: 1.0
*/

@font-face {
	font-family: HelveticaMdCnO;
	src: url('css/helveticaneueltpro-mdcno-webfont.eot');
	src: local('☺'), url('css/helveticaneueltpro-mdcno-webfont.woff') format('woff'), url('css/helveticaneueltpro-mdcno-webfont.ttf') format('truetype'), url('css/helveticaneueltpro-mdcno-webfont.svg#webfontwo1Ygn3r') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* basics */

body {
	background:#c0c0c0 url(images/bg.png) repeat-x left top;
	padding-bottom:50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#444;
	}
	
.content, .entry {
	color:#444;
}

.content .dark, .dark .entry, .dark {
	color:#fff;
}

h1, h2, h3, h4 { 
	margin:0 0 12px 0;
	font-family: HelveticaMdCnO, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	text-transform:uppercase;
	text-decoration:none;
}

h1, h1 a, h1 a:hover, h1 a:visited {	
	font-size:22pt;
	color: #333;
	text-decoration: none;
	font-weight:normal;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size:18pt;
	color: #333;
	text-decoration: none;
	font-weight:normal;
}

.box h2, .box h2 a, .box h2 a:hover, .box h2 a:visited {
	font-size:15pt;
}

.dark h2, .dark h2 a, .dark h2 a:hover, .dark h2 a:visited {
	color: #fff;
}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size:14pt;
	color: #333;
	text-decoration: bold;
	font-weight:normal;
}

.dark h3, .dark h3 a, .dark h3 a:hover, .dark h3 a:visited {
	color: #ccc;
}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size:10pt;
	color: #333;
	text-decoration: bold;
	font-weight:normal;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

hr {
	color:#fff;
	border-width:0;
	border-bottom:1px solid #999;
	margin-bottom: 18px;
}

.dark hr {
	color:#000;
	border-bottom:1px solid #343435;
}

pre {
	
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size:0.6em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

p {
	margin-bottom: 18px;
}

small {
	font-size:0.85em;
}

.clear {
	clear: both;
}

.error {
	color:#C00000;
	padding:5px 8px;
	border:2px solid #C00000;
	background:#eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.success {
	color:#008000;
	padding:5px 8px;
	border:2px solid #008000;
	background:#eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* links */

a {
	color: #cc0000;
	text-decoration:underline;
}

a:visited {
	color: #cc2e2e;
}

a:active, a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* lists */

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

/* columns framework */
.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .columns {height: 1%;}
.columns{ display:inline-block; }
.columns{ display:block; }

.columns .column{
	float:left;
	overflow:hidden;
	display:inline;
}
.columns .last{ float:right; }

.col2 .first{ width:400px; }
.col2 .last{ width:325px; }

.page-template-page-promo-php .col2 .first { width:450px; margin-right:0;}
.page-template-page-promo-php .col2 .last { width:300px; margin-left:0;}

.col2-footer .first{ width:788px; border-right:1px solid #5b5b5b; min-height:150px; }
.col2-footer .last{ width:155px; border-left:1px solid #fff; min-height:150px; padding-left:15px;}

.col3 .first{ width:286px; }
.col3 .second{ width:286px; margin-left:30px; }
.col3 .last{ width:286px; }

/* container */
#wrapper {
	width:1250px;
	margin:0 auto;
	position:relative;
	background:url(images/bg.jpg) no-repeat top left;
}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:2100;
}
	
/* header */

#header {
	height:82px;
}

#header h1{
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#header h1 a {
	background:url(images/logo2.png) no-repeat;
	width:210px;
	height:82px;
	display:block;
	float:left;
}

/* main menu */

#menu {
	float:right;
	font-family: HelveticaMdCnO, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	z-index:2000;
}


#menu ul {
	margin:0;
	padding:0;
	list-style: none;
}

#menu ul li {
	list-style: none;
	position:relative;
	margin: 0;
	padding: 0;
	float:left;
}

#menu ul li a {
	line-height:82px;
	padding:0 10px;
	color: #444;
	display:block;
	float:left;
	text-shadow: 1px 1px 0px #fff;
	text-transform:uppercase;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#000;
	text-decoration:none;
}

#menu ul .current-menu-item a {
	color:#000;
}

#menu ul li span {
	padding:0px 3px;
	background:url(images/bg-menu-tick.png) no-repeat right 11px;
}


/* featured pics */
.featured-pics {
	width:960px;
	height:480px;
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.featured-pics .slideshow {
	width:960px;
	height:480px;
	position:relative;
	overflow:hidden;
}

.featured-pics .slide {
	position:relative;
}

.featured-pics .featured_nav {
	position:absolute;
	bottom:10px;
	right: 20px;
	z-index:1000;
}

.featured-pics .featured_nav a {
	text-indent:-9999px;
	background:url(images/slider-pager.png) no-repeat;
	height:10px;
	width:10px;
	line-height:10px;
	display:block;
	float:left;
	margin:0 2px;
}

.featured-pics .featured_nav a.activeSlide {
	background:url(images/slider-pager-current-white.png) no-repeat;
}

/* content */

.content {
	padding:20px 00px;
	line-height:1.6em;
	min-height:100px;
	}
	
.box {
	background:#ccc url(images/bg-content-gradient.png) repeat-x top left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:8px 10px;
	padding:10px;
}

.box-flush {
	padding:0;
}

.entry-title a, .entry-title a:visited {}
.entry-title a:active, .entry-title a:hover {}
.entry-meta abbr, .entry-utility abbr {	border: none; }
.entry-meta abbr:hover, .entry-utility abbr:hover { border-bottom: 1px dotted #666; }
.entry-content, .entry-summary { clear: both; }
.entry-summary p:last-child {	margin-bottom: 12px; }
.entry-meta {
	color: #888;
}
.entry-utility {
	clear: both;
	color: #888;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}	

.post-edit-link {
	-moz-border-radius:0 0 4px 4px;
	background:#000 url(images/edit.png) no-repeat 5px 2px;
	color:#eaeaea;
	padding:5px 8px 5px 26px;
	position:absolute;
	right:-120px;
	top:0;
	font-weight:bold;
	font-size:8pt;
	z-index:9000;
}


/* sidebar */

#sidebar {
	border-left: 1px solid #ddd;
	}

#sidebar h2{}

#sidebar ul {
	list-style: none;
	}

#sidebar ul li {
	
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style: square;
}


/* comments */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* alignment */

.content img {
	margin: 0;
	height: auto;
	max-width: 960px;
}

.content .attachment img {
	max-width: 900px;
}

.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin: 0 7px 2px 0;
}

.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin: 0 0 2px 7px;
}

.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter {
	text-align:center;
	}
	
.terms {
	line-height: 1.1em;
}
	
/* Images */
	
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.content .wp-caption img {
	margin: 5px 5px 0;
}

.content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.content .wp-smiley {
	margin: 0;
}

.content .gallery {


	margin: 0 auto 18px;
}

.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.content .gallery img {
	border: 2px solid #cfcfcf;
}

.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.content .gallery dl {
	margin: 0;
}

.content .gallery img {
	border: 10px solid #f1f1f1;
}

.content .gallery br+br {
	display: none;
}

.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* footer */

#footer {
	clear: both;
	margin-bottom:60px;
	overflow:hidden;
	}

#footer a {
	color: #000;
	text-decoration: underline;
}

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

/* footer slides */
.footer-slides {
	width:155px;
	min-height:150px;
	position:relative;
	z-index:1;
}

.footer-slides .slideshow {
	width:155px;
	min-height:150px;
	position:relative;
	overflow:hidden;
}

.footer-slides .slide {
	position:relative;
}

.footer-slides .slide a {
	text-decoration:none;
}

.footer-slides .footer_nav {
	position:absolute;
	bottom:0px;
	right: 0px;
	z-index:1000;
}

.footer-slides .footer_nav a {
	text-indent:-9999px;
	background:url(images/slider-pager.png) no-repeat;
	height:10px;
	width:10px;
	line-height:10px;
	display:block;
	float:left;
	margin:0 2px;
}

.footer-slides .footer_nav a.activeSlide {
	background:url(images/slider-pager-current-grey.png) no-repeat;
}

/* brands */

#brands {
	
}


#brands ul {
	margin:0;
	padding:0;
	list-style: none;
}

#brands ul li {
	list-style: none;
	position:relative;
	margin: 0;
	padding: 0;
	float:left;
}

#brands ul li a {
	height:60px;
	width:260px;
	padding:0;
	color: #444;
	text-indent:-9999px;
	display:block;
	float:left;
	text-decoration:none;
	outline:none;
}

#brands ul li.henderson a {
	background:url(images/logos/logo-henderson-divewear.png) no-repeat center top;
}

#brands ul li.hyperflex a {
	background:url(images/logos/HSG_Hyperflex_logo.png) no-repeat center top;
}

#brands ul li.neosport a {
	background:url(images/logos/HSG_Neosport_logo.png) no-repeat center top;
}

#brands ul li.stormr a {
	background:url(images/logos/HSG_Stormr_logo.png) no-repeat center top;
}

#brands ul li.specops a {
	background:url(images/logos/logo-henderson-spec-ops-wetsuits.png) no-repeat center top;
}


/* buttons */
.button {
	line-height:25px;
	height:25px;
	padding:0 10px;
	background:url(images/bg-button-red.png) repeat-x;
	color:#fff !important;
	text-shadow: 1px 1px 0px #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	-moz-box-shadow: 1px 2px 2px #000;
	-webkit-box-shadow: 1px 2px 2px #000;
	box-shadow: 1px 2px 2px #000;
}

.button-red {
	background:url(images/bg-button-red.png) repeat-x;
}

.button-blue {
	background:url(images/bg-button-blue.png) repeat-x;
}

.button:hover {
	color:#000 !important;
	text-decoration:none;
	text-shadow: 1px 1px 0px #fff;
}

.button-large {
	line-height:34px;
	height:34px;
	padding:0 20px;
	background:url(images/bg-button-red-large.png) repeat-x;
	font-size:16px;
}

.button-large-red {
	background:url(images/bg-button-red-large.png) repeat-x;
}

.button-large-blue {
	background:url(images/bg-button-blue-large.png) repeat-x;
}

/* tables */
table {
	border-spacing:1px;
	font-size:8pt;
	margin-bottom:18px;
}

table tr th {
	text-align:left;
	font-weight:bold;
	background-color:#ddd;
	font-size:9pt;
	padding:1px 2px;
}

table tr td {
	text-align:left;
	padding:1px 2px;
	background-color:#eaeaea;
}

table tr:hover td {
	background-color:#faf3dd;
}

table.no-bg tr th {
	background-color:transparent;
}

table.no-bg tr td, table.no-bg tr:hover td {
	background-color:transparent;
}

table.size-chart tr:first-child th {
	font-style:italic;	
	padding-left:5px;
	font-size:10pt;
}

table.size-chart tr th {
	text-align:center;
}

table.size-chart tr td {
	text-align:center;
}
