/* sports SKATEBOARDING */

body {
	font:12px verdana, arial;
	color: #ebebe5;
	min-width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #2d2d28;
}

/*
 * Container surrounding all content on the page
 */
.fw-container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background: #7f7e73;
	border: ;
}

a,
a:visited {
	color:#dbd16f;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}

/*
 * This can be used to decorate around any advertisements that appear on the page (non-premium users only)
 * It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement
 */
.fw-advertisement {
	margin:0 auto;
	padding-top: 10px;
	width:750px;
	border:0;
	text-align: center;
	background: transparent url('http://www.knight47.com/index_files/images/bg-ad.jpg') no-repeat bottom left; 
}

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.fw-head {
	height: 214px;
	margin:0;
	border:0;
	background: transparent url('http://www.knight47.com/index_files/top_image.jpg') no-repeat top left;

}

/*
 * Site Title
 */
.fw-head h1 {
	font:bold 26px arial;
	color: #fff;
	width: 300px;
	border: ;
	margin: 0px 0px 0px 26px;
	padding: 24px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

/*
 * Site Small Title
 */
.fw-head h3 {
	font:bold 13px arial;
	color: #fff;
	width: 280px;
	border: ;
	margin: 10px 0px 0px 26px;
	text-align: left;

}

.fw-logo {
	width:0px;
	height:0px;
	display:none;
}

.fw-home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.fw-nav-menu {
	background: #2d2d28;
	padding: 10px 26px 10px 26px;
	font-family: arial;
	font-weight: bold;
	color: #dbd16f;
}

.fw-nav-menu ul {
	margin:0px;
	padding:0px;
	border: ;
	background: transparent;
	list-style:none;
	text-align:center;
	cursor:default;

}

/*
 * Individual NavBar LI's
 */
.fw-nav-menu li {
	margin:0px 15px 0px 0px;
	display: inline;
}

/*
 * Individual NavBar links
 */
.fw-nav-menu a {
	text-decoration:none;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-with-mini {
	float:left;
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	font-size: 12px;
	overflow: hidden;
	background: #7f7e73 url('http://www.knight47.com/index_files/images/bg-content.gif') no-repeat top left; 
}

/*
 * The fw-no-mini class is applied to the fw-content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.fw-content {
	float:none;
	width:100%;
}

.fw-content h2 {
	font:bold 20px arial;
	color: #c3dbf4;
	margin: 0px 0px 10px 0px;
	padding-top: 15px;
}

.fw-paragraph {
	margin: 0px 26px 0px 26px;
	clear: both;
}

.fw-text {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}

.fw-mini-pars {
	float:right;
	width:30%;
}

.fw-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.fw-mini-pars dd {
	margin-top:.2em;
	color:#333;
}

.fw-footer {
	font-size: 10px;
	font-family: verdana, sans-serif;
	background: #6f6e64;
	margin: 15px 0px 0px 0px;
	padding: 6px 0px 6px 26px;
	clear: both;
	
}

.fw-footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px
}

.fw-tracker {
	margin: 0px 0px 0px 26px;
	padding: 10px 0px 15px 0px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	clear: both;
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;
	background:#FFF;
	border:1px solid #666666;
}

textarea {
	font:1em tahoma,verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 0
}

/* The following styles are for the blog.
* Remember, if a CSS property is already defined in blog.css,
* you must use the !important rule.
*/

/* 
* blog entry container 
*/
.fwBlogEntryDisplay {
	border-bottom: 0 !important;
	margin: 0px !important;
	margin-bottom: 30px !important;
	padding: 0px !important;
}

/* 
* blog entry title
*/
.fwBlogEntryTitle {
	font:bold 20px arial !important;
	color: #c3dbf4 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	padding-top: 15px !important;
}

/* 
* blog entry date
*/
.fwBlogEntryDate {
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 12px !important;
	font-family: arial !important;
	color: #c3dbf4 !important;
}

.fwBlogEntryDate BR {
	display: none;
}

/* 
* blog entry body
*/
.fwBlogEntryBody {
	border-bottom: solid 4px #6f6e64 !important; 
}

/* 
* blog comments
*/
.fwBlogCommentContainer{
	border: 0 !important;
	padding: 10px !important;
	margin: 10px 0px 0px 0px !important;
	background-color: #6f6e64 !important;
}

/* Google ad colors */

#googlecolors1 {
background-color:#003e79; /*bg*/
color:#c2daf9; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color:#fff; /*link*/
}
#googlecolors2 {
background-color:#122640; /*border*/
color:#fff; /*url*/
}

/* start of light box code */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
	#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	





