/*
Theme Name: KYS Wake
Theme URI: http://www.kyswakeboards.com/
Description: The default KYS Wakeboard theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: Bryan Volz
Author URI: http://www.louisvillewebgroup.com/
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Bryan Volz,
	whose site you will find at http://www.louisvillewebgroup.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #e9eacf;
	background-image:url(http://www.kyswakeboards.com/images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

img {border:0}
body a:link { 
	color:#590000;
	text-decoration:none;
 	text-align:center;
	}
body a:visited { 
	color:#590000;
	text-decoration:none;
 	text-align:center;
	}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image:url(http://www.kyswakeboards.com/images/content_bg.jpg);
	background-attachment:scroll;
		background-repeat:no-repeat;
	background-position: center 275px;
}


/*Global Elements */

h1,h2,legend {
background-color:#a50101;
background-image:url(http://www.kyswakeboards.com/images/h1_bg.png);
background-position:top;
background-repeat:repeat-x;
}

h1 { 
font-size:14px; font-weight:bold; padding: 4px;
width: 13em;
}

h2 { font-size: 14px; font-weight:bold; padding: 3px; }
h3 { color:#CCCCCC; font-size:12px;}
h4 { color:#CCCCCC; font-size:10px;}

.align_right {
text-align:right;
}

/* Custom Div Styles */

#header {
height: 241px;
width:100%;
background-image:url(http://www.kyswakeboards.com/images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#header h1 {
visibility:hidden;
height: 0px;
}

/* Navigation */
#navigation {
	height: 33px;
	width:800px;
	min-width:799px;
	overflow:hidden;
	}
#navigation a:link, a:visited {
color:#590000;
text-decoration:none;
font-weight:bold;
font-size:12px;
}
#navigation a:hover, a:visited:hover {
color:#590000;
font-weight:bold;
font-size:12px;
}

#nav {
padding:0;
margin:0;
width:800px;
min-width:800px;
font-size:12px;
}

.home_icon {
	float:left;
	position:relative;
	margin:-5px 5px 0px 0px;
}

#navigation li {
	background-image:url(http://www.kyswakeboards.com/images/navbar_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline;
	padding:10px;
	margin:0;
	height: 33px;
	float:left;
	width:auto;
	border:#dee2d8 1px solid;
}

#navigation li:hover {
background-image:url(http://www.kyswakeboards.com/images/currentnav_bg.jpg);
width:auto;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:visited:hover {
	font-size:12px;
}

.oneColFixCtr #mainContent {
	padding: 0 4px 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:15px 0 0 0;
}


/* Floating box elements on the front page */
div.float {
  	float: left;
  	margin: 0 3px 15px 3px;
	position: relative;
	border:solid 1px #dde7d4;
	width:190px;
	height:190px;
	background-image:url(http://www.kyswakeboards.com/images/featured_bg.jpg);
	background-repeat:repeat-x;
	color:#590000;
	font-size:10px;
  }
  
div.float a:link {
	color:#590000;
	text-decoration:none;
 	text-align:center;
 } 
div.float a:hover {
	color:#444;
	text-decoration:none;
 	text-align:center;
	font-size:11px;
	font-weight:bold;
	text-shadow:1px 1px 1px #BBB;
 }  

div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }

.post .entry {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid #ffaa24;}

div.lines {
background-image:url(http://www.kyswakeboards.com/images/lines.png);
background-repeat:repeat-x;
height:20px;
width:auto;
margin-bottom: 10px;
}

.featured {
width:102px;
height:157px;
text-align:center;
padding: 5px 3px 0px 3px;
margin-left:40px;
border: 0px;
}
  
  /*Columns */
 #columns {
 width: 800px;
 height:auto;
 font-size:12px;
 }
 
 #left_column {
 width:520px;
 float:left;
 position:relative;
 }
 
 #left_column a:link {
 color:#CCCCCC;
 }
 
 #left_column a:hover {
color:#590000;
 }
 #left_column a:visited {
 color:#CCCCCC;
 }
 
 #right_column {
 float:right;
 width:250px;
 background-image:url(http://www.kyswakeboards.com/images/rightbar_bg.png);
 background-position:top left;
 background-repeat:no-repeat;
 }
 
 #right_content {
 padding: 10px;
 font-size:12px;

 }
 
 /*Search Form for Sidebar */
.input { 
color: #a50101;
background: #ede4d6;
border: 1px solid #a50101;
font-size:20px;
width: 215px;
margin-bottom: .75em;
} 

.quick-search-button{
margin: 0 0 0 160px;
background-image:url(http://www.kyswakeboards.com/images/searchbutton.png);
background-repeat:no-repeat;
background-position:center;
border: 0px solid;
background-color: transparent;
height:20px;
width:60px;}

.quick-search-button:hover{
background-image:url(http://www.kyswakeboards.com/images/searchbutton_hover.png);
background-repeat:no-repeat;
background-position:center;
}

 fieldset.search {
 margin-left: 5px;
 border:solid 1px #333;
 width: 220px;}
 
 legend.search {}
 
 span.advanced_search {
 margin-top: 1em;
 color:#FFFFFF;
 font-size:10px;
 font-family:Helvetica, Arial, sans-serif;
 }
 
 span.advanced_search a:link {
 color:#FFFFFF;
 }
 span.advanced_search a:visited {
 color:#FFFFFF;
 }
 
 /* Item list for sidebar */
 .items li{
 margin-left: -15px;
 padding-left: 1.5em;
 background-image:url(http://www.kyswakeboards.com/images/bullet_bg.png);
background-repeat: no-repeat;
background-position:left center;
list-style: none;
 }
 
 .items li a:link {
 color:#FFFFFF;
 font-weight:normal;
 }
 
 .items li a:visited, a:visited:hover {
 color:#FFFFFF;
  font-weight:normal;
 }
 
 
 #pre-footer {
 clear:both;
 width:100%;
 height:2px;
 }
  /*Footer */
 #footer {
 width:100%;
 background-image:url(http://www.kyswakeboards.com/images/footer_bg.png);
 background-repeat:repeat-x;
 font-size:10px;
 color:#757575;
 }
 
 #footer a:link {
  font-size:10px;
 color:#757575;
 }
 #footer a:visited {
  font-size:10px;
 color:#757575;
 }

#footer_container {
width:800px;
margin:0 auto 0 auto;
padding:5px;
background-image:url(http://www.kyswakeboards.com/images/footer_temp_bg.png);
background-repeat:no-repeat;
height:84px;
}

#footer_left {
float:left;
width:400px;
text-align:left;
margin-left: 0px;
position:absolute;
}
#footer_right {
margin-left: 400px;
float:right;
width:400px;
text-align:right;
}

/* Styles For Lightbox Gallery */
.lightbox {
width: 100px;
height: 100px;
border: 1px solid #000000;
margin: 10px;
}


/* Products */
/* product sections border color */
.product-detail,
.product-primary,
.product-secondary,
.product-options,
.imageanddetails,
.product-bundle,
.product-misc {
    border-color: #A30118 /*~ content-box.border-color */;
}/* Floating box elements on the front page */

.category-page {
text-align:center;
clear:both;
float:none;
}

.category-row {
text-align: center;
width: 110px;
height:120px;
padding:0;
}

.clearfix {
float:left;
display:block;
margin-right: 30px;
text-align:center;

}

.categories .category {
    float: left;
    width: 100%;
    text-align: center;
}

div.category {
  	float: left;
  	margin: 0 0 0 5px;
	padding:0;
	position: relative;
	border:solid 1px #dde7d4;
	background-image:url(http://www.kyswakeboards.com/images/featured_bg.jpg);
	background-repeat:repeat-x;
	color:#590000;
	font-size:10px;
	width:800px;
	height:115px;
	text-align:center;
  }

.content-product {
background-image:url(http://www.kyswakeboards.com/images/featured_bg.jpg);
	background-repeat:repeat-x;
	color:#590000;
}

.category img{
width:40px;
height:60px;
	text-align:center;

}

.category dt {
margin: auto;
text-align:center;
padding: 10px;
}
.category dl {
text-align:center;
margin: auto;
padding: 10px;
}

.category dd {
margin:auto;
padding:inherit;
}

dd>h4{
margin: auto;
padding:inherit;
}

dt>h4 {
margin:auto;
padding:inherit;
}

div.rowstart {
  	float: left;
  	margin: 0;
	border:solid 1px #dde7d4;
	width:200px;
	height:115px;
	background-image:url(http://www.kyswakeboards.com/images/featured_bg.jpg);
	background-repeat:repeat-x;
	color:#590000;
	font-size:10px;
       overflow:hidden;
	   padding:0;
  }
  
div.content {
width:800px;
padding:5px;
margin:-10px 0 0 -10px;
}
div.content-category {
padding:10px;
float:none;
}

.content-category-header {
margin:0;
padding:0;
}
dt.smallimage {
margin:0;
padding:0;
}

div.category, div.rowstart a:link {
	color:#590000;
	text-decoration:none;
 	text-align:center;

 
 } 
div.category, div.rowstart p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }
  
  .category-list {
background-color: transparent;
border: 0;
}

.category-list ul {
color: #e9e;
text-align:left;
}

.category-list li{
 margin-left: -15px;
 padding-left: 1.5em;
 background-image:url(http://www.kyswakeboards.com/images/bullet_bg.png);
background-repeat: no-repeat;
background-position:left center;
list-style: none;
text-align:left;
color:#e9e;
 }

div.lines {
background-image:url(http://www.kyswakeboards.com/images/lines.png);
background-repeat:repeat-x;
height:20px;
width:auto;
margin-bottom: 10px;
float:none;
clear:left;
}

  /*Columns */
 #columns {
 width: 800px;
 height:auto;
 font-size:12px;
color: #e9eacf;
margin:20px 0 10px 0;
 }
 
.main-content {
color: #e9eacf;
border:0;
width:800px;
padding:0;
}
 
.welcome {
color:#e9eacf;
border:0;
}

.right { 
 visibility:hidden;
 margin: 0 0 0 540px;
 float:right;
 padding: 0 0 0 5px;
 position:absolute;
 width:275px;
 background-image:url(http://www.kyswakeboards.com/images/rightbar_bg.png);
 background-position:top left;
 background-repeat:no-repeat;
overflow:hidden;
 }
 
.container-right {
 padding: 10px;
 border:0;
 }
 
.quick-search {
background-color: transparent;
border:0;
}

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

 /*Search Form for Sidebar */
.input { 
color: #a50101;
background: #ede4d6;
border: 1px solid #a50101;
font-size:20px;
width: 215px;
margin-bottom: .75em;
} 

.btn, .quick-search-button{
margin: 0 0 0 160px;
background-image:url(http://www.kyswakeboards.com/images/searchbutton.png);
background-repeat:no-repeat;
background-position:center;
border: 0px solid;
background-color: transparent;
height:20px;
width:60px;}

.btn, .quick-search-button:hover{
background-image:url(http://www.kyswakeboards.com/images/searchbutton_hover.png);
background-repeat:no-repeat;
background-position:center;
}

#searchQuickForm { 
background-color: transparent;
border:0;
}


 fieldset.search {
 margin-left: 5px;
 border:solid 1px #333;
 width: 220px;}
 
 legend.search {}
 
 span.advanced_search {
 margin-top: 1em;
 color:#FFFFFF;
 font-size:10px;
 font-family:Helvetica, Arial, sans-serif;
 }
 
 span.advanced_search a:link {
 color:#FFFFFF;
 }
 span.advanced_search a:visited {
 color:#FFFFFF;
 }
 
 .categories {
 float:left;
 width: 720px;
 margin: 0 40px 10px 40px;
 clear:both;
 text-align:center;
 }
 
 /* Item list for sidebar 
 .categories li{
 margin-left: -15px;
 padding-left: 1.5em;
 background-image:url(http://www.kyswakeboards.com/images/bullet_bg.png);
background-repeat: no-repeat;
background-position:left center;
list-style: none;
 }

li.category {
 margin-left: -15px;
 padding-left: 1.5em;
 background-image:url(http://www.kyswakeboards.com/images/bullet_bg.png);
background-repeat: no-repeat;
background-position:left center;
list-style: none;

color: #e9e;
text-align:left;
 }*/
 
 #pre-footer {
float:none;
 clear:both;
 width:100%;
 height:2px;
 }
  /*Footer */
 #stretchy_footer {
 height:94px;
 float:none;
 clear:left;
 width:100%;
 background-image:url(http://www.kyswakeboards.com/images/footer_bg.png);
 background-repeat:repeat-x;
 font-size:10px;
 color:#757575;
 margin:15px 0 -10px 0;
 } 
 #stretchy_footer a:link, a:visited {
  font-size:10px;
 color:#757575;
 }
.footer_extra {
background-color: transparent;
visibility: hidden;
}
.navigation2 {
background-color: transparent;
}
.footer-section {
background-color: transparent;
}
#footer_container {
width:800px;
margin:0 auto -10px auto;
padding:5px;
height:84px;
background-image:url(http://www.kyswakeboards.com/test/images/footer_temp_bg.png);
background-repeat:no-repeat;
}
#footer_left {
float:left;
width:400px;
text-align:left;
margin-left: 0px;
position:relative;
}
#footer_right {
margin-left: 400px;
float:right;
width:400px;
text-align:right;
margin-top: -80px;
}
/** Test for centering the static boxes and navigation **/
.center_content {
margin: 0 auto 0 auto;
text-align: center;
}

/** Import the Column Styles **/
  /*Columns */
 #columns {
 width: 800px;
 font-size:12px;
margin:0 auto 0 auto;
 }
 
 #left_column {
 width:525px;
 float:left;
 position:relative;
 text-align:left;
 }
 
 #left_column a:link {
 color:#CCCCCC;
 }
 
 #left_column a:hover {
color:#590000;
 }
 #left_column a:visited {
 color:#CCCCCC;
 }
 
 #right_column {
 float:right;
 width:250px;
 background-image:url(http://www.kyswakeboards.com/images/rightbar_bg.png) top left no-repeat;
 text-align:left;
 }
 
 #right_content {
 padding: 10px;
 }
 
 /*Search Form for Sidebar */
#right_content .input { 
color: #781351;
background: #ede4d6;
border: 1px solid #781351;
font-size:20px;
width: 215px;
margin-bottom: .75em;
} 

.quick-search-button{
margin: 0 0 0 160px;
background-image:url(http://www.kyswakeboards.com/images/searchbutton.png);
background-repeat:no-repeat;
background-position:center;
border: 0px solid;
background-color: transparent;
height:20px;
width:60px;}

.quick-search-button:hover{
background-image:url(http://www.kyswakeboards.com/images/searchbutton_hover.png);
background-repeat:no-repeat;
background-position:center;
}

 fieldset.search {
 margin-left: 5px;
 border:solid 1px #333;
 width: 220px;}
 
 legend.search {}
 
 span.advanced_search {
 margin-top: 1em;
 color:#FFFFFF;
 font-size:10px;
 font-family:Helvetica, Arial, sans-serif;
 }
 
 span.advanced_search a:link {
 color:#FFFFFF;
 }
 span.advanced_search a:visited {
 color:#FFFFFF;
 }
 
 /* Item list for sidebar */
 .items li{
 margin-left: 25px;
 padding-left: 1.5em;
 background-image:url(http://www.kyswakeboards.com/images/bullet_bg.png);
background-repeat: no-repeat;
background-position:left center;
list-style: none;
 }
 
 .items li a:link {
 color:#FFFFFF;
 font-weight:normal;
 }
 
 .items li a:visited, a:visited:hover {
 color:#FFFFFF;
  font-weight:normal;
 }

 /* Page Styles and Search Result Styles */
 
 #breadcrumb {
 	color: #e9eacf;
 }
 .breadcrumb {
 	color: #e9eacf;
 }
 .breadcrumb a:link {
 color: #e9eacf;
 }
 .breadcrumb a:hover {
 color: #a50101;
 }
 .breadcrumb a:visited {
  color: #e9eacf;
}
 .breadcrumb a:visited:hover {
  color: #e9eacf;
}
 
 div.rowstart product {
 width: 800px;
 }

.form-item {
text-align:left;
}

.form-item>label {
width:250px;
}

div.checkout {
margin: 20px 0 0 -5px;
width: 800px;
}
.product-description {
color:#333333;
padding: 0 5px 0 5px;}

.product-detail {
color:#333333;
background-color:#F6F9F0;
border:solid 1px #dde7d4;
background-image:url(http://www.kyswakeboards.com/images/items_bg.jpg);
background-repeat:repeat-x;
margin: 0 0 -30px -5px;
width:800px;
padding: 5px;}
	
.product-image img {
border:solid 1px #dde7d4;
margin: 10px 10px 10px 0;}

.product-row {
width:100%;
margin-bottom:10px;}

.product {
width: 100%;
border:solid 1px #dde7d4;}

.content-product {
width: 100%;
border:solid 1px #dde7d4;}

.product-row>.rowstart {
width:100%;
text-align:left;
font-size:12px;}
.rowstart>.content-product {
text-align:left;
font-size:12px;
border:0;}

.rowstart>.content-product p{
text-align:left;
font-size:14px;}

.rowstart>.content-product dl{
text-align:left;
font-size:14px;}


/* Form */
form, input, .wpcf7-form, .wpcf7-form p {
	text-align:left;
}