/* 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;
}
h1
{
	margin-top: 0px;
}
h2, h4, h6
{
	color: #FF0102;
}
a:hover
{
	color: #00F; /* Tab link hover colour */
	text-decoration: underline;
}
.clear
{
	clear: both;
}
/* ********************* // 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
{
	width: 800px;
}
div#topshadow
{
	background-image: url(../pics/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	height: 30px;
	width: 800px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-right: solid 1px #000;
}
img#logo
{
  border: none;
}
/* Slideshow */
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
	border: solid 1px #000;
	border-top: none;
	width: 800px;
	height: 180px;
}
/* Client Menu (Table-based Tab) */
div#menubar
{
  width: 100%;
  border: solid 1px #000;
  background-color: #2908A4;
}
table#tabs
{
}
table#tabs td
{
	 /* Non-active Tab Colour */
	padding: 5px 15px;
	font-weight: bold;
	border-right: solid 1px #000;
	background-color: #2908A4;
}
table#tabs td p
{
	font-size: 88%; /* Non-active tab item font size */
}
table#tabs td span
{
	font-size: 60%; /* Secondary tab item font size */
}
table#tabs td.current
{
	background-color: #FF0102;
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td a					
{
	color: #FFF; /* Non-active Tab link color */
	text-decoration: none;
}
table#tabs a:hover
{
	color: #FFF; /* Non-active Tab link hover colour */
	text-decoration: none;
}
table#tabs td.current a
{
	color: #000; /* Active Tab link color */
	text-decoration: none;
}

table#tabs td.current a:hover
{
	color: #000; /* Active Tab link hover colour */
	text-decoration: none;
}

/* Main Body */
#divBody
{
  background-image: url(../pics/bg-bot-shadow.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF; /* Main background colour */
  border-left: 1px solid #000; /* left body border */
  border-right: 1px solid #000; /* right body border */
  visibility: visible;
  width: 800px;
  height: auto;
  padding: 0px;
}
/* side panel */
#divPanel
{
	background-color: #DDF;
	width: 175px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 10px 20px;
}
/* Heading style for the side panel */
#divPanel h4
{
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* Main Story Body */
div.story
{
	padding: 0px 30px 30px 30px;
	min-height: 280px;
}
div.story p
{
	margin-top: 0px;
	margin-bottom: 17px;
}
/* Footer of webpages */
div#footer
{
	background-color: #2908A4;
	border-top: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 760px;
	padding: 20px;
	color: #FFF;
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #FFF;
}
/* 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;
	padding-bottom: 20px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
div.item_right h3
{
	margin: 0px;
}
div.item_right p
{
	margin: 5px 0px;
}
.nomargin
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000;
	width: 516px;
	color: #000;
}
/* Form specific styling */
input, textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
}
/* Table specific styling */
table.form
{
	width: 500px;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #DDD;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #EEE;
	font-weight: normal;
}
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.) // ********************* */
