/* 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.
*/
/* ALL SETTINGS IN THIS SECTION CAN BE SAFELY CHANGED */
html, body  
{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF; /* primary font color */
	background-color: #111; /* body background colour */
}
a:link
{
	color: #BBF;
}	
a:visited
{
	color: #C9C;
}
/* Heading colours and styles */
h1
{
  font-family: 'Lucida Console', Monaco, monospace;
  font-size: 1.6em;
  font-style: italic;
  font-weight: bold;
  color: #CCC;
}
h2
{
  font-family: 'Lucida Console', Monaco, monospace;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  color: #CCC;  
}
h3, h4, h5, h6
{
  font-family: 'Lucida Console', Monaco, monospace;
  color: #CCC;
}

img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
table#tabs a:link, table#tabs a:visited
{
  color: #CCC;
}
table#tabs a:hover
{
	color: #FFF; /* Tab link hover colour */
}
table#footText
{
	width: 750px;
	border: 0px;
	color: #444;
	font-style: italic;
	font-size: 0.9em;  
	margin-top: 5px;
}
#divBody
{
  background-color: #333; /* Main background colour */
}
/* side panel */
#divPanel
{
	width: 200px;
	float: left; /* panel postion = left or right */
	font-size: 0.7em;  
	font-family: 'Lucida Console', Monaco, monospace;
	color: #fff;
}
#divPanel img
{
	border: solid 1px #000;
}
/* Heading style for the side panel */
#divPanel h4
{
	color:#FF1C23;
	border-bottom: 0px;
}
/* Masthead of the page */
div#title
{
	background-color: #221E1F;
}
/* Footer of webpages */
div#footer
{
	background-color: #333;
	text-align: right;
	font-family: 'Lucida Console', Monaco, monospace;
	font-size: 0.8em;
}
div#footer a:link, div#footer a:visited
{
	color: #CCC;
}
div#footer a:hover, div#footer a:active
{
	color: #FFF;
}
/* Paragraph text in footer */
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #006;
}
table#tabs td
{
	background-color: #333; /* Non-active Tab Colour */
	text-transform: uppercase;
	font-family: 'Lucida Console', Monaco, monospace;
	border-top: solid 1px #000;
	border-bottom: solid 1px #CCC;
	font-size: 0.8em;
}
table#tabs td span
{
	font-size: 60%; /* Secondary tab item font size */
}
table#tabs td a					
{
	color: #CCC; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #333; /* Active Tab Colour */
}
td.gallery_img
{
	font-size: 0.8em;  
	font-family: 'Lucida Console', Monaco, monospace;
	color: #fff;
}
td.gallery_img img
{
	border: solid 1px #000;
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px;
}	
a:hover, table#tabs a:hover
{
	text-decoration: underline;
}
#divBody
{
  visibility: visible;
  width: 750px;
  height: auto;
  padding: 0px;
  border-left: solid 1px #ccc;
}
#divMain  
{
   margin: 0px auto;
   visibility: visible;
   width: 740px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 750px;
	padding: 0px;
}
div#title_text
{
	position: relative;
	top: -55px;
	left: 532px;
	color: #FFF;
	font-size: 70%;
	text-align: center;
	width: 225px;
	height: 40px;
	margin-bottom: -40px;
}
div.story
{
	padding: 10px 30px 10px 30px;
	font-size: 0.9em;
	font-size: 0.9em;
}
div.details
{
	border-left: solid 1px #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#footer
{
	color: #FFF;
	height: auto;
	width: 730px;
	font-size: 0.8em;
	padding: 15px 10px;
	border-left: solid 1px #CCC;
	margin: 0px;
	text-align: center;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 750px;
}
table#tabs td
{
	padding: 5px 7px;
	text-align: center;
}
table#tabs td.current
{
	border: solid 1px #000;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-bottom: none;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
input.textbox
{
	width: 300px;
	border: solid 1px #000000;
}
textarea
{
	width: 300px;
	height:200px;
	font-family: arial, Verdana, Geneva, sans-serif; 
	border: solid 1px #000000;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
p.bottom
{
	color: #333;  
	font-size: 67%;
}
p.bottom a:link, p.bottom a:visited
{
	margin: 0px;
	color: #CCC;
}
p.bottom a:hover, p.bottom a:active
{
	color: #FF1C23; 
}
