@charset "utf-8";
/* 1 column fixed layout with header and footer  */
body {
	/* background: #666666; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	/*width: 960px;
	background: #fff;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 150%;
}

#header {
	/*height: 192px;*/
	background: #170a05 url("../images/header_bg.jpg") no-repeat fixed 50% top;
	position: relative;
}
#header h1 {
	margin: 0;
}

#header h1.logo a
{
	display: block;
	background: url("../images/neilson-logo.png") no-repeat 10px 10px;
	height: 50px;
	width: 164px;
	text-indent: -10000px;
	padding-top: 15px;
}

.home #header, .boardorder_thankyou #header, .swag #header, .links #header, .links #header, .contacttom #header, .contact_thankyou #header, .boards #header  {
	height: 300px;
}

.pricelist #header, .boardorder #header, .dealers #header, .shop_inventory #header, .terms #header {
	height: 225px;
}

#header #top-bar {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	height: 72px;
}

#header-content {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header-featured {
	width: 940px;
	height: 224px;
	margin: 0 auto;
	overflow: hidden;
	/*position: relative;*/
}

#header-featured h2 {
	margin: 25px 0 15px 0;
	/*padding-top:20px;*/
}
#header-featured img.board {
	float: right;
	margin:0 0 0 20px;
	padding-top:20px;
}

/* styles for fixed top nav */
#header #top-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#header-featured {
	height: 296px;
}
#header-featured img.board {
	margin-top: 72px;
}
#header-featured img.longboard {
	margin-top: 100px;
}
#header-featured h2 {
	margin-top: 97px;
}
/* end styles for fixed top nav */

ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	right: 0;
}

#header-main ul.nav {
	top: 24px;
	left: 299px;
}

ul.nav li {
	display: inline;
}

ul.nav li a {
	display: block;
	float: left;
	margin-left: 12px;
	padding: 4px 10px;
	transition: all 0.2s ease 0s;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ul.nav li a.active {
	background-color: rgba(255, 255, 255, 0.4);
} */
body.boards a.boards, body.sups a.sups, body.pricelist a.pricelist, body.boardorder a.boardorder, body.swag a.swag, body.dealers a.dealers, body.contacttom a.contacttom {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
}

ul.nav li a:hover {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.7);
}
ul.nav li a.social-icon {
	margin-top: -3px;
}
ul.nav li a.social-icon img {
	height: 29px;
	width: 29px;
}

ul.nav li a.social-icon:hover, ul.nav li a.social-icon:focus {
	background-color: transparent;
}

#mainContentContainer {
	/*background: #f4f4f4 url("../images/fade-bg.png") repeat-x top left;*/
	background: #aeb3b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #aeb3b6 0%, #f4f4f4 300px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeb3b6), color-stop(300px,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aeb3b6 0%,#f4f4f4 300px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aeb3b6 0%,#f4f4f4 300px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aeb3b6 0%,#f4f4f4 300px); /* IE10+ */
	background: linear-gradient(to bottom,  #aeb3b6 0%,#f4f4f4 300px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb3b6', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #f4f4f4;
}
#mainContent {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	/*background-color: #fff;*/
}
#mainContent h1 {
	margin-top:0;
	padding-top:10px;
}
#mainContent p {
	color: #333;
}

/* Columns */
#mainContent #two-column, #mainContent #three-column {
	margin:0;
	padding:0;
}
#mainContent #two-column li {
	width: 450px;
	/* border-bottom: 1px solid #ccc; */
	margin: 0 20px 20px 0;
	float: left;
	line-height:140%;
}
.dealers #two-column li {
	border-bottom:1px solid #ccc;
	padding-bottom: 15px;
}
#mainContent #three-column li {
	width: 290px;
	margin-right: 20px;
	float: left;
	line-height:2;
}
#mainContent #two-column .dealerlogo {
	width:220px;
	height:140px;
	float: left;
	display: block;
}
#mainContent #two-column .dealerlogo img{
	border:2px solid #ccc;
}
#mainContent #two-column h3 {
	margin:0;
	padding-top:0;
}
/* Shop Inventory styles */
.view-inventory {
	display:block;
	float: right;
	margin: -5px 20px 8px 0;
	/*background: url(../images/simple_button-blue.png) repeat-x;*/
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	width: 250px;
	padding: 6px 0;
	text-align:center;
	border:1px solid #FFF;
	text-shadow: 1px 1px 0 #777;
	font-weight:bold;
	font-size: .8em;
	text-transform:uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	text-decoration: none;
	opacity:.85;
	/* pulse test code 
	 border: none;
	 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
	-webkit-animation: pulse 1.75s infinite 2s cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.75s infinite 2s cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.75s infinite 2s cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.75s infinite 2s cubic-bezier(0.66, 0, 0, 1);
	*/
}
/*
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
*/
.view-inventory:hover {
	border-color:#281810;
	color: #281810;
	text-shadow: none;
	/*background-position: 0 -200px;*/
	cursor: pointer;
	/* pause pulse on hover */
	/*-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;*/
}
.view-inventory:active {
	/*background-position:  0 -200px;*/
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.shopboards {
	margin: 0 auto;
	padding-top:10px;
}
.shopboards ul {
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.shopboards li {
	width:142px;
	margin:6px;
	padding-bottom:4px;
	color:#333;
	background-color: #CCC;
	list-style-type:none;
	float:left;
	text-align:center;
	line-height:1.3em;
	border-radius: 4px;  
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
}
.shopboards li img {
	border:none;
	margin-bottom: 4px;
	padding-top:4px;
}
/* End Shop Inventory styles */

/* Board Model styles */
#mainContent .modelinfo {
	float: left;
	width: 600px;
	padding-right: 20px;
}
#mainContent .fins {
	float:left;
	width: 270px;
	margin-left: 20px;
	padding-left:25px;
	border-left:1px solid #666;
	min-height: 300px;
}
#mainContent .fins h4 {
	margin-left:-5px;
}
#mainContent .fins img {
	margin-left:-25px;
}
#mainContent .fins img.fin-brands {
	margin:10px 0 0 0px;
}
.boards h3 {
	margin: 3em 0 0;
}
/* Board Model styles */

/* Database Page Numbering */
.db_pages { 
	font: 10px Arial, Helvetica, sans-serif; 
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 1px;
	background-color: #87ABDE;
}
.db_pages a {
	padding: 2px 6px;
	border: solid 1px #244B83;
	background: #87ABDE;
	color: #111;
	text-decoration: none;
	margin: 1px;
}
.db_pages .current-page {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #e3e3e3;
	text-decoration: none;
	margin: 1px;
}
.db_pages a:hover {
	border-color: #000000;
	text-decoration: none;
	background-color:#244b83;
	color: #FFF;
}

/* Styles for PayPal BuyNow button  */
.buybuttonwrapper {
	float:right;
	margin: 10px 5px 0 0;
}
input.buybutton, input.buybutton:visited, .more_info {
	display:block;
	margin: 0 0 8px 100px;
	/*background: url(../images/simple_button-blue.png) repeat-x;*/
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	width: 130px;
	padding: 3px 0;
	text-align:center;
	border:1px solid #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
	font-weight:bold;
	font-size: .8em;
	text-transform:uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	text-decoration: none;
	opacity:.85;
}
input.buybutton:hover, .more_info:hover {
	border-color:#281810;
	text-shadow: none;
	/*background-position: 0 -200px;*/
	cursor: pointer;
}
input.buybutton:active, .more_info:active {
	/*background-position:  0 -200px;
	padding:11px 0 9px;*/
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
/* End PayPal styles */

.clear {
	clear:both;
}
.alignright {
	text-align: right;
}
/* jQuery styling on boards page tooltips */

#screenshot {
	position:absolute;
	border:1px solid #281810;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px #666; /* Opera 10.5, IE9 */
	-moz-box-shadow: 5px 5px 5px #666; /* FF3.5+ */
	-webkit-box-shadow: 5px 5px 5px #666; /* Saf3.0+, Chrome */
	background:#ccc;
	padding:20px;
	display:none;
	color:#281810;
	}

/* Homepage FB and Blog Feed styles */

.remoteinfo {
	float:left;
	width:45%;
	/*background-image: url("../images/notebook_paper_bg.gif");*/
	background-image: url("../images/bodytile.jpg");
	border:1px solid #ccc;
	margin:10px;
	padding:8px;
	font-size:.9em;
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.remoteinfo h2 {
	margin-left:20px;
	font: 1.3em Helvetica, Arial, sans-serif;
	font-weight: 500;
}
#fbcontent li {
	list-style-type:none;
	margin-bottom:8px;
}
#fbcontent li img {
	float: right;
	background: #ccc;
	padding: 3px;  
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#fbcontent li .postedby {
	display: block;
	clear: both;
	font-size: .8em;
	/*color: #999;*/
	color: #333;
}
#rssfeed li {
	list-style-type:none;
	margin-bottom:8px;
}

/* END Homepage FB and Blog Feed styles */

.pricelist hr {
	clear: both;
}
.pricelist blockquote img {
	float: right;
}

#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #170a05 url("../images/header_bg.jpg") no-repeat fixed 70% 100%;
	text-align: right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .hidden {
	display: none;
}
#footer .shop-days {
	font-weight: bold;
	color: #333;
}