@charset "UTF-8";
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;
	}
.normal {font-weight:normal;
text-decoration:none;}
.normal a:visited {font-weight:normal;
text-decoration:none;}
.normal a:hover{font-weight:normal;
text-decoration:none;}
.normal a:visited:hover{font-weight:normal;
text-decoration:none;}
.normal a:active{font-weight:normal;
text-decoration:none;}

.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;
	overflow:hidden;
	}
#navigation a:link, a:visited {
color:#590000;
text-decoration:none;
font-weight:bold;
}
#navigation a:hover, a:visited:hover {
color:#590000;
font-weight:bold;
}

#nav {
padding:0;
margin:0;
width:800px;
}

#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;
}

.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 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;
}