/* 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: Arial, Helvetica, sans-serif;
	color: #000; /* primary font color */
	background-color: #757E97; /* body background colour */
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #0042F0;
}
h3
{
	margin: 0px;
}
h2, h4, h6
{
	color: #FF851F;
}
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	color: #0000FF; /* Tab link hover colour */
}
h3 a:link, h3 a:visited
{
	text-decoration: none;
	color: #0042F0;
}
h3 a:hover, h3 a:active
{
	text-decoration: underline;
	color: #0042F0;
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px none #C0C0C0; /* left body border */
  border-right: 1px none #C0C0C0; /* right body border */
}
/* side panel */
#divPanel
{
	background-color: #DDDDFF;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
/* Heading style for the side panel */
#divPanel h3
{
	border-top: solid 1px #B80000;
}
/* Masthead of the page */
div#title
{
 	width: 780px;
	background-color: #FFF;
	padding-bottom: 10px;
}
/* Footer of webpages */
div#footer
{
	border-bottom: solid 8px #0042F0;
	clear: both;
	background-color: #FFF;
	background-image: url(/pics/footer-ohope-chartered-club.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 55px;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	background-color: #FFF; /* Non-active Tab Colour */
}
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 a					
{
	color: #000; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #FFFFFF; /* Active Tab Colour */
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #000000; /* Active Tab link color */
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px;
	margin-bottom: 10px;
}	
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: underline;
}
#divBody
{
  visibility: visible;
  width: 780px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 780px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div.story
{
	padding: 10px 30px 10px 30px;
	font-size: 80%;
}
div#footer
{
	width: 750px;
	padding: 100px 15px 5px 15px;
	font-size: 70%;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 780px;
	margin-top:0px;
	border-bottom: solid 1px #EEE;
}
table#tabs td
{
	padding: 3px 7px;
	text-align: center;
}
table#tabs td.current
{
	border-color: #C0C0C0;
	background-color: #EEE;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
	margin-bottom: 10px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
div.item_right p
{
	margin: 0px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
	width: 780px;
	height: 195px;
	border: none;
}
div#location
{
	position: relative;
	border: solid 1px #0042F0;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
input, textarea
{
	font-family: Arial, Helvetica, 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;
	font-weight: bold;
}
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;
}
textarea
{
	width: 330px;
}
/*BACKGROUND STYLES */
.bg_1
{
	background-image: url(/pics/bg_storyarea1.jpg); 
	background-repeat: no-repeat;
}
.bg_2
{
	background-image: url(/pics/bg_restuarant.jpg); 
	background-repeat: no-repeat;
}
.bg_3
{
	background-image: url(/pics/bg_storyarea2.jpg); 
	background-repeat: no-repeat;
}