/* 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: Tahoma, Geneva, sans-serif;
	font-size: 0.95em;
	color: #000; /* primary font color */
	background-color: #8CB260; /* body background colour */
	padding: 0px;
	margin: 0px;
}
/* Heading colours and styles */
h1, h3, h5
{
	color: #222;
}
h2, h4, h6
{
	color: #660000;
}
/* H1 links */
a:hover
{
	color: #1C9BDC; /* Tab link hover colour */
	text-decoration: underline;
}
/* Slideshow */
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
.clear
{
	clear: both;
}
/* ********************* // End of General Stylesheet for common web elements // ********************* */

/* ********************* General Stylesheet for ALL pages ********************* */
#divMain  
{
  margin: 0px auto;
  visibility: visible;
  width: 950px;
  position: relative;
}
/* Masthead of the page */
div#title
{
	border: none; 
	background-color: #F8F7E4;
	width: 950px;
	padding: 0px;
}
div#title h1, div#title h2
{
	position: relative;
	height: 50px;
	width: 500px;
	margin-right: -500px;
	margin-bottom: -50px;
	margin-top: 0px;
	font-size: 3em;
	font-weight: bold;
	text-align: left;
	float: left;
}
div#title h1 a:link, div#title h1 a:visited, div#title h1 a:hover, div#title h1 a:active
{
	text-decoration: none;
	color: #F9D616;
}
div#title h1
{
	color: #F9D616;
	z-index: 1000;
	top: 205px;
	left: 5px;
}
div#title h2 a:link, div#title h2 a:visited, div#title h2 a:hover, div#title h2 a:active
{
	text-decoration: none;
	color: #000;
}
div#title h2
{
	color: #000;
	z-index: 500;
	top: 207px;
	left: 6px;

}
div#title img
{
  border: none;
}
/* Client Menu */
div#menubar
{
  width: 946px;
  border-top: 2px solid #BAD80A;
  background-color:#BAD80A;
  border-left: solid 2px #BAD80A;
  border-right: solid 2px #BAD80A;
}
ul.navigation 
{
  width: 100%;
  background-color: #fff;
  display: block;
  min-height: 30px;
  margin: 0px;
  padding: 0px;
}

ul.navigation li 
{
  display: inline;
  float: left;
  width: 110px;
  min-height: 30px;
  color: #222;
  background-color: #fff;
}

ul.navigation li a 
{
  display: block;
  text-align: center;
  width: 110px;
  min-height: 30px;
  color: #222;
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.navigation li a:hover
{
  color: #fff;
  background-color: #222;
}
ul.navigation li.selected a
{
  color: #fff;
  background-color: #222;
  text-decoration: none;
}
ul.navigation li.selected
{
  background-color: #222;
}
/* Main Body */
#divBody
{
  background-color: #F8F7E4; /* Main background colour */
  border: none;
  visibility: visible;
  width: 946px;
  height: auto;
  padding: 0px;
  border-left: solid 2px #BAD80A;
  border-right: solid 2px #BAD80A;
}
/* side panel */
#divPanel
{
	background-color: #F9D616;
	width: 175px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	padding: 15px 10px 15px 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#subscribe form{
	margin: 0px;
}
input.textbox_sub
{
	width: 175px;
	border: solid 1px #000000;
	margin-bottom: 3px;
}
/* Heading style for the side panel */
div#divPanel a:link, div#divPanel a:visited, div#divPanel a:hover, div#divPanel a:active 
{
	color: #568E14;
}
#divPanel h4
{
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}
#divPanel p
{
	margin: 0px 0px 10px 0px;
}
/* Main Story Body */
div.story
{
	padding: 10px 30px 10px 30px;
	width: 668px;
	min-height: 480px;
}
/* Footer of webpages */
div#footer
{
	background-color: #BAD80A;
	border-top: 4px solid #BAD80A;
	width: 916px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	border-left: solid 2px #BAD80A;
	border-right: solid 2px #BAD80A;
}
/* 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: 650px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 480px;
}
.nomargin
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* 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.) // ********************* */
