/* 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: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000; /* primary font color */
	background-color: #eee; /* body background colour */
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
/* Heading colours and styles */
h1, h3, h5
{
	color: #000;
}
h2, h4, h6
{
	color: #E9C515;
}
/* Slideshow */
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
.clear
{
	clear: both;
}
hr
{
	border-top: solid 1px #E9C515;
	border-bottom: solid 1px #ccc;
	border-right: none;
	border-left: none;
}
/* ********************* // End of General Stylesheet for common web elements // ********************* */

/* ********************* General Stylesheet for ALL pages ********************* */
#divMain  
{
  margin: 10px auto 10px auto;
  visibility: visible;
  width: 770px;
  position: relative;
}
/* Masthead of the page */
div#title
{
	/*border: 1px solid #C0C0C0; */
	background-color: #E9C515;
	width: 770px;
	/*padding: 15px;*/
}
div#title img
{
  border: none;
}
div#main_logo
{
	float: left;
	width: 760px;
	height: 270px;
	padding: 10px 0px 0px 10px;
}
div#main_logo h1
{
	color: #000;
	font-size: 300%;
	margin: 0px;
	text-align: right;
	margin-right: 110px;
}
div#right_logo
{
	float: right;
	background-color: #fff;
	width: 199px;
	height: 280px;
}
div#right_logo img
{
	position: relative;
	top: 140px;
	left: 25px;
}
/* Client Menu */
div#menubar
{
	width: 770px;
	background-color: #E9C515;
}
table#tabs
{
	/*margin-top:10px;*/
	background-color: #E9C515;
}
table#tabs td
{
	 /* Non-active Tab Colour */
	border-bottom: 1px solid #C0C0C0;
	border-left: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2em;
}
table#tabs td.current
{
	background-color: #FFF; /* Active Tab Colour */
	border: solid 1px #C0C0C0;
	border-bottom: none;
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td a					
{
	color: #000; /* Non-active Tab link color */
	text-decoration: none;
}
table#tabs a:hover
{
	color: #00F; /* 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: #00F; /* Active Tab link hover colour */
	text-decoration: none;
}
/* Main Body */
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px solid #C0C0C0; /* left body border */
  border-right: 1px solid #C0C0C0; /* right body border */
  visibility: visible;
  width: 768px;
  height: auto;
  padding: 0px;
	float: left;
}
/* side panel */
#divPanel, .divPanel
{
	background-color: #eee;
	border: solid 1px #E9C515;
	width: 175px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	padding: 5px 10px 10px 10px;
	float: right;
	margin-left: 10px;
}
#divPanel img, .divPanel img
{
	border: none;
}
/* Heading style for the side panel */
#divPanel h4
{
	font-size: 1.0em;
}
/* Main Story Body */
div.story
{
	padding: 10px 30px 10px 30px;
	width: 710px;
	min-height: 480px;
}
/* Footer of webpages */
div#footer
{
	background-color: #E9C515;
	border-top: none;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	width: 738px;
	padding: 5px 15px 5px 15px;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #00F;
}
/* ********************* // 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
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
}
/* 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.) // ********************* */
