/* klixo/try css (c) Klixo Limited. daniel@klixo.net.nz 
  Unauthorised copying or use is prohibited. Customers of Klixo.net.nz may freely
  use this script.
*/
/* ********************* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */

/* ********************* General Stylesheet for common web elements ********************* */
html, body  
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	color: #000; /* primary font color */
	background-color: #000; /* body background colour */
	padding: 0px;
  margin: 0px;
}
/* Heading colours and styles */
h1, h3, h5
{
	color: #006;
}
h2, h4, h6
{
	color: #D70000;
}
h1
{
	margin-top: 5px;
}
/* Slideshow */
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
.clear
{
	clear: both;
}
.clear_left
{
	clear: left;
}
/* ********************* // End of General Stylesheet for common web elements // ********************* */

/* ********************* General Stylesheet for ALL pages ********************* */
#divMain  
{
  margin: 10px auto 10px auto;
  visibility: visible;
  width: 800px;
  position: relative;
}
/* Masthead of the page */
div#title
{
	background-color: #093;
	width: 800px;
	height: 165px;
	padding: 0px;
	position: relative;
}
div#title img
{
  border: none;
}
div#biker
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 263px;
	height: 94px;
	z-index: 300;
}
div#whk-mtb
{	
	position: absolute;
	top: 140px;
	left: 30px;
	z-index: 500;
}
div#whk-mtb2
{
	position: absolute;
	top: 142px;
	left: 32px;
	z-index: 400;
}
div#whk-mtb h1, div#whk-mtb2 h1
{
	margin: 0px;
	font-size: 150%;
}
div#whk-mtb2 h1
{
	color: #000;
}
div#whk-mtb h1
{
	color:#fff;
}
div#flash
{
	position: absolute;
	top: 90px;
	left: 530px;
	width: 263px;
	height: 94px;
	z-index: 300;
}
/* Client Menu (Table-based Tab) */
div#menu
{
  width: 800px;
  background-color: #000;
  text-align: center;
  height: 45px;
}
/* Main Body */
#divBody
{
  background-color: #ccc; /* Main background colour */
  width: 800px;
  height: auto;
  padding: 0px;
}
/* side panel */
#divPanel
{
	background-color: #007D03;
	border: solid 2px #006;
	width: 175px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	padding: 5px 10px 15px 10px;
	margin: 5px 5px 10px 20px;
	color: #fff;
}
span.news_date
{
	color: #006;
	font-weight: bold;
}
#divPanel a:link, #divPanel a:visited, #divPanel a:hover, #divPanel a:active
{
	color: #006;
	font-weight: bold;
}
/* Heading style for the side panel */
#divPanel h4
{
	font-size: 2.0em;
	color: #FDD90F;
	margin: 0px;
}
#divPanel h5
{
	font-size: 100%;
	margin: 0px;
	color: #FDD90F;
}
/* Main Story Body */
div.story
{
	padding: 10px 30px 10px 30px;
	min-height: 380px;
}
/* Footer of webpages */
div#footer
{
	background-color: #000;
	width: 800px;
	color: #fff;
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #fff;
}
div#footer table
{
	width: 800px;
	padding: 10px 0px;
}
div#footer table img
{
	border: none;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* ********************* // End of General Stylesheet for ALL pages // ********************* */

/* ********************* Stylesheet for Specific Pages (Gallery/List/List Archive/Contact, etc.) ********************* */
/*LIST ITEM*/
div.list_item
{
	width: 700px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
.nomargin, div.list_item h3, div.list_item p
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
	width: 350px;
}
/* Table specific styling */
table.form
{
	width: 500px;
	margin-bottom:5px;
	border-left: solid 1px #006;
}
table.form caption
{
	background-color: #007D03;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
	border: solid 1px #006;
	font-weight: bold;
	color: #fff;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-right: solid 1px #006;
	border-bottom: solid 1px #006;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	font-weight: normal;
	border-right: none;
}
table.form td
{
	padding-left: 5px;
}
/* Gallery Table Style */
td.gallery_img
{
  vertical-align: bottom;
}
/* Newsletter */
.inline
{
	display: inline;
}
/* ********************* // End of Stylesheet for specified pages (Gallery/List/List Archive/Contact, etc.) // ********************* */
