/* ------------------------------------------------------------------------- CSS RESET ----- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #b19c8a; color:#fff; text-shadow: none; }
::selection { background:#b19c8a; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #b19c8a; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/* --------------------------------------------------------------------------- GENERAL ----- */
body {
	color: #b19c8a;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	background-color: #000000;
	background-image: url(../../ksc_assets/system/tile_street.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

a, a:active, a:visited { 
	color: #e3822d;
	text-decoration: none;
}
a:hover { 
	color: #ffffff !important; 
}

h1, h2, h3, h4 {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #ffffff;
}

h1 {
	font-size: 1.85em;
}

h2 {
	font-size: 1.0em;
	margin: 10px 0 10px 0;
}

h3 {
	font-weight: 900;
	font-size: 1.0em;
	line-height: 0.95em;
	text-transform: uppercase;
}

h4 {
	font-weight: 900;
	font-size: 2.85em;
	line-height: 0.95em;
	text-transform: uppercase;
}

hr {
	color: #ffffff;
}

/* ---------------------------------------------------------------------- PAGE GENERAL ----- */
.page_bg {
	background-image: url(../../ksc_assets/system/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	margin: auto;
}

.wrapper {
	margin: auto;
	width: 960px;
}

.banner {
	position: relative;
	width: 960px;
	height: 542px;
	clear: both;
	margin: 0 0 20px 0;
}

.main {
	display: block;
	width: 960px;
	height: auto;
	margin: 0 0 20px 0;
	float: left;
}

	/* 3 COLUMN LAYOUT (1,2,3 narrow) */
	.main .column1, .main .column2, .main .column3 {
		display: block;
		width: 324px;
		float: left;
	}
	
	.main .column2 {
		width: 312px;
	}

		.main .content1 {
			width: 282px;
			padding: 0 14px 28px 28px;
		}
		
		.main .content2{
			width: 282px;
			padding: 0 14px 28px 14px;
		}		
		
		.main .content3 {
			width: 282px;
			padding: 0 28px 28px 14px;
		}

	.main a.column1 {
		width: 282px;
		padding: 14px 14px 14px 28px;
		-webkit-border-radius: 10px 0 0 0; 
		-moz-border-radius: 10px 0 0 0;
		border-radius: 10px 0 0 0;
	}

	.main a.column2 {
		width: 282px;
		padding: 14px 15px 14px 15px;
	}

	.main a.column3 {
		width: 282px;
		padding: 14px 28px 14px 14px;
		-webkit-border-radius: 0 10px 0 0; 
		-moz-border-radius: 0 10px 0 0;
		border-radius: 0 10px 0 0;
	}

	.main a.column1:hover, .main a.column2:hover, .main a.column3:hover {
		background-color: #e3822d;
	}
	
	/* 2 COLUMN LAYOUT (1 double wide, 3 narrow) */
	.main .column2-1, .main .column2-3  {
		display: block;
		width: 324px;
		float: left;
	}

	.main .column2-1{
		width: 636px;
	}
	
		.main .content2-1 {
			width: 592px;
			padding: 0 14px 28px 28px;
		}

		.main .column2-1 h1 {
			padding: 14px 14px 14px 28px;
		}

		.main .column2-3 h1 {
			padding: 14px 28px 14px 14px;
		}
	
		.subcolumn2-1 {
			width: 312px;
			min-height: 200px;
			float: left;
			padding: 0 14px 0 0;
		}
		
		.subcolumn2-2 {
			width: 250px;
			min-height: 200px;
			float: left;
			padding: 0 0 0 14px;
			border-left: 1px solid #ffffff;
		}
		.ie6 .subcolumn2-2 {	width: 245px; }
		
/* --------------------------------------------------------------------- PAGE SPECIFIC ----- */
#header-container {
	margin: 0 0 16px 0;
}

	#logo {
		margin: 30px 0 0 0;
	}
	.ie6 #logo, .ie7 #logo {
		float: left;
	}

#page {
}

	#page .feature {
		width: 310px;
		height: 266px;
		margin: 0 0 20px 0;
		float: left;
	}
	
		#page .feature a {
			position: relative;
			display: block;
			width: 310px;
			height: 266px;
		}

		#page .feature a:hover {
			background: #e3822d;
		}
			.borderradius #page .feature a:hover {
				-webkit-border-radius: 10px; 
				-moz-border-radius: 10px;
				border-radius: 10px;
			}
		
		#page .feature .rotate {
			position: absolute;
			top: 110px;
			left: -110px;
				top: 0px\9; /* IE8 and below hack */
				left: 0px\9;
			width: 254px;
			height: 42px;
			padding: 3px 12px 0 0;
			font-size: 2em;
			font-weight: bold;
			text-align: right;
		}
		
		#page .feature img {
			margin: 0 0 0 46px;
		}
		
			.borderradius #page .feature img {
				-webkit-border-radius: 0 10px 10px 0; 
				-moz-border-radius: 0 10px 10px 0;
				border-radius: 0 10px 10px 0;
			}

		#page .gutter {
			margin-right: 15px;
		}

#footer-container {
}

	#footer-container footer {
		position: relative;
		color: #b19c8a;
		height: 198px;
		font-size: .85em;
	}
	
		#footer-container footer img {
			-webkit-border-radius: 10px 10px 0 0; 
			-moz-border-radius: 10px 10px 0 0;
			border-radius: 10px 10px 0 0;
		}

	#footer_content {
		position: absolute;
		top: 50px;
		left: 0;
		width: 960px;
	}
		#copyright {
			float: left;
			margin: 25px 0 0 0;
			padding: 20px;
			text-transform: uppercase;
		}
		
		#copyright_text {
			float: right;
			padding: 20px;
			text-align: right;
		}
		
		#footer_nav {
			float: right;
			margin: 20px 0 0 0;
			text-align: right;
		}
		
		#social {
			position: absolute;
			top: 80px;
			left: 15px;
		}
			#social a {
				display: block;
				margin: 0 0 0 3px;
				float: left;
			}

/* --------------------------------------------------------------------------- WIDGETS ----- */

/*------------------------------------------------*/
/*	Page Top, Super Menu 
/*------------------------------------------------*/
#super-menu {
	margin: 20px 15px 10px 0;
	float: right;
	white-space: nowrap;
}
#super-menu ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
#super-menu ul li {
    display:inline;
    position:relative;
	padding: 0 0 0 5px;
}

/*------------------------------------------------*/
/*	Page Top, Magic-Line Main Menu 
/*------------------------------------------------*/
#menu {
	position: relative;
	margin: 0;
	float: right;
    height:34px;
	clear: both;
	border-bottom: 2px solid #e3822d;
}
.menu-wrap:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
.ie7 *:first-child+html .menu-wrap { zoom: 1; }
#menu ul {
	list-style: none;
	position: relative;
}
#menu li {
	display: inline-block;
}
.ie6 #menu li, .ie7 #menu li {
	display: inline;
}
#menu a {
    float:left;
	width: 100px;
    height:34px;
    line-height:34px;
    text-align:center;
    text-decoration:none;
    display:block;
    background-color: transparent;
    font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
    color:#e3822d;
    text-shadow: 0 1px 0 #000000;
    outline:none;
    cursor:pointer;
    overflow:hidden;
}
#menu a:hover {
    background-color:#e3822d;
    color:#ffffff;
}
#menu .selected a {
	color: #ffffff !important;
}

#magic-line {
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 2px;
	width: 100px;
	background: #ffffff;
}
.ie9 #magic-line {
	bottom: 2px;
}
.ie6 #magic-line, .ie7 #magic-line {
	bottom: -2px;
}

/*------------------------------------------------*/
/*	Page Side, Sub Menu's 
/*------------------------------------------------*/
#submenu li {
	width: 100%;
	padding: 5px 0 0 0;
}

#submenu li a {
	width: 100%;
    height:34px;
    line-height:34px;
    text-align:center;
    text-decoration:none;
    display:block;
    background-color: transparent;
    font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
    color:#e3822d; /*dddfdf*/
    text-shadow: 0 1px 0 #000000;
    outline:none;
    cursor:pointer;
    overflow:hidden;
}

#submenu li a:hover {
    background-color:#e3822d; /*404040*/
    color:#ffffff;
}
#submenu li a.selected {
    background-color:#e3822d; /*404040*/
    color:#ffffff;
}

/*------------------------------------------------*/
/*	Page Top, Banner Slider 
/*------------------------------------------------*/
#slider { width: 960px; height: 466px; overflow:hidden; }
#slider ul { list-style: none; }
#slider li { width: 960px; height: 466px; }

#slider_nav { position: relative; left: 50%; float: left; list-style: none; height: 53px; margin: auto; }
#slider_nav li { position: relative; right: 50%; float: left; cursor: pointer; height: 53px; width: 110px; margin: 9px 10px 0 0; }
#slider_nav a { display: block; width: 110px; height: 53px; border: 1px solid #333333; }
#slider_nav a:hover, #slider_nav li.activeSlide a { border: 1px solid #e3822d; }
#slider_nav a:focus { outline: none; }
#slider_nav img { border: none; display: block }

/*------------------------------------------------*/
/*	Page Side, Sponsors Slider
/*------------------------------------------------*/
#slider_sponsors {
    margin: 10px auto;
    width: 272px;
    height: 272px;
	border: 1px solid #333333;
}

#slider_sponsors div {
	display: none; /* default not visible */
	height: 252px;
	width: 252px;
	padding: 10px;
}

	img.sponsors {
		width: 250px;
		height: 250px;
		background: url(../../ksc_assets/system/sponsors.jpg);
		border: 1px solid #333333;
	}

/*------------------------------------------------*/
/*	Page, Gallery Thumbnails
/*------------------------------------------------*/
a.gallery {
	display: block;
	float: left;
	width: 186px;
	height: 140px;
	margin: 0 9px 15px 0;
	border: 1px solid #000000;
	background-color: #333333;
	text-align: center;
    text-shadow: 0 1px 0 #000000;
	font-weight: bold;
}

a.gallery img {
	display: block;
	margin: 8px;
	border: 0;
}

a.gallery:hover {
	background-color: #e3822d;
}

#square150 a.gallery {
	width: 170px;
	height: 190px;
}

a.friends {
	height: 156px;
}

/* ------------------------------------------------------------------------- STORE ----- */
div.steps {
	width: 592px; 
	height: 32px;
}
div.step1 {
	background: url('../../ksc_assets/system/step01.png') no-repeat; 
}
div.step2 {
	background: url('../../ksc_assets/system/step02.png') no-repeat; 
}
div.step3 {
	background: url('../../ksc_assets/system/step03.png') no-repeat; 
}
div.step4 {
	background: url('../../ksc_assets/system/step04.png') no-repeat; 
}
a.cart_step {
	display: inline-block;
	padding: 7px 0px 7px 33px;
	/*margin: 7px 0 7px 33px;*/
}
a.step_1 {
	width: 110px;
}
a.step_2 {
	width: 106px;
}
a.step_3 {
	width: 108px;
}
a.step_4 {
	width: 136px;
}
a.step_disabled {
	color: #666666 !important;
	text-decoration: none;
	cursor: default;
}	
a.step_selected {
	color: #000000;
	text-decoration: none;
	cursor: default;
}
table#cart {
	margin-top: 10px;
	width: 582px;
	border: 0;
	clear: both;
}
table#cart td {
	vertical-align: middle;
}
table#cart th.price {
	text-align: center;
}
table#cart tr td.first_cell {
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	width: 60px;
}
table#cart tr td.first_cell input {
	/*
	background-color: #202020;
	color: #ffffff;
	border: 1px solid #202020;
	*/
	margin-left: 1px;
	text-align: center;
}
table#cart tr td.middle_cell {
	border-top: 1px solid #888888;
}
table#cart tr td.last_cell {
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	text-align: right;
	padding: 0 4px 0 4px;
	width: 60px;
}
table#cart tr.last_row td {
	border-bottom: 1px solid #888888;
}
table#cart tr.sub_total td {
	text-align: right;
	padding: 0 4px 0 4px;
	vertical-align: middle;
	height: 24px;
}
table#cart tr.sub_total td.sub_total {
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
div#cart_toolbar {
	padding: 40px 0 40px 0;
	text-align: right;
	vertical-align: middle;
}
div.row, div.row_alt {
	height: 20px;
}
div.row:hover {
	background-color: #eeeeee;
}
div.row label {
	white-space: nowrap;
	display: inline-block;
	padding-left: 4px;
	min-width: 40px;
	#width: 44px;
	color: #b13a12;
	font-weight: bold;
}
form#mainform_pagelet a, a:active, a:visited { 
	color: #e3822d;
	text-decoration: none;
}
table.size_chart {
	border: 1px solid #000;
}
table.size_chart th {
	text-align: center;
}
table.size_chart tr td {
	padding: 5px;
	border: 1px solid #000;
}
div.product_list_description {
	float: right; 
	width: 300px; 
	margin-bottom: 20px;
}
/*------------------------------------------------*/
/*	UniForm, Alternate Button
/*------------------------------------------------*/
.ksButton{ padding: 10px 22px; line-height: 1; background: #59a20e; border: 1px solid #232323; font-size: 12px; font-weight: bold; color: #fff !important;
	/* CSS3 */
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-o-border-radius:      4px;
	-khtml-border-radius:  4px;
	box-shadow: 1px 1px 0 #232323;
	-webkit-box-shadow: 1px 1px 0 #232323;
	-moz-box-shadow: 1px 1px 0 #232323;
	text-shadow: -1px -1px 0 rgba(0,0,0,.25);
}
.primaryAction:active{ position: relative; top: 1px; }

/* ---------------------------------------------------------------------------- STYLES ----- */
.uppercase {
	text-transform: uppercase;
}

.spacer {
	margin: 20px 0 20px 0;
}

.rgba .quote {
	color: #ffffff;
	padding: 14px;
	background: rgba(100, 100, 100, 0.4);
}

.no-rgba .quote {
	color: #ffffff;
	padding: 14px;
	background: #333333;
}

	.firstletter {
		font-size: 2em;
		font-weight: bold;
	}
	
.quoter { font-style: italic; }
.emphasize { font-weight: bold; }

a.thumb {
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	padding: 2px;
	margin: 4px;
	border: 1px solid #333333;
}

a.thumb:hover {
	border: 1px solid #e3822d;
}

a.heading {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

a.members {
	padding-left: 20px;
	background: url(../system/lock.png) no-repeat center left;
}

img.center {
	display: block;
	margin: 0 auto 0 auto;
}

img.left{
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

.borderradius .corners {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.borderradius .corners_btm {
	-webkit-border-radius: 0 0 10px 10px; 
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.rotate {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-90deg);
}

.rgba .shade { background: rgba(0, 0, 0, 0.6); }
.no-rgba .shade { background: url(../../ksc_assets/system/bg_shade.png); }
.rgba .shade_lite { background: rgba(0, 0, 0, 0.2); }
.no-rgba .shade_lite { background: url(../../ksc_assets/system/bg_shade_lite.png); }
.ie6 .shade, .ie6 .shade_lite { background: #222222; }
.ie7 .shade, .ie7 .shade_lite { background: #222222; } /* extreme performance hit if PNG's left transparent in ie7 */

.shadow { text-shadow: 4px 4px 4px #000; }
.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }
ul.indent { margin: 0 0 0 28px; }
.nopadding { padding: 0; }

/* --------------------------------------------------------------- BOILERPLATE GENERALS ----- */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------------------------------------------ MEDIA QUERY ----- */
@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

.dnf {
	display: none;	/* spam block on forms */
}
