
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #f8c200;
	background-image: url(http://www.hotfest.co.nz/templateimages/background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #403e27;
	font-family: arial;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 760px;
	background-color: #e5e3f0;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {							/* for TABLE based header */
	background-color: #f8c200;
	background-image: url(http://www.hotfest.co.nz/templateimages/bg-header.gif);
	}

#rightheader {						/* for TABLE based header  */
	text-align: right;
	}
	
#randomright {		
	text-align: right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 216px;
	width: 463px;
}

#headerdiv {						/* DIV based header  */
	width: 760px;
	background-color: #f8c200;
	position: relative;
	text-align: center;				/* text-align for Fixed-Width Centered layouts  */
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	padding-bottom: 20px;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 70px 15px 35px 30px;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #403e27;
	}

h1 {
	margin-bottom: .5em;
	font-size: 20px;
	color: #0000cd;						
	}

h2, h3 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: large;
	color: #964799;
	}

h3 {
	font-size: large;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #0000cd;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */

	}

h4 {
	font-size: medium;
	color: #964799;
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

hr {
	color: #7c51a0;
	}

#footer {
	text-align: center;
	width: auto;
	margin-bottom: 10px;
	}

#poweredby {
	float: center;
	margin: 0 15px 0 15px;
	}

#poweredshell {
	text-align: center;
	
	}

.small {
	font-size: x-small;
	}

#splatbuttons {
}

/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #7c51a0;
	font-size: medium;
	text-decoration: underline;
	}

a:hover	{
	color: #ee1c24;
	}

.subnav {
	color: #fff;
	font-size: x-small;
	padding: 10px 20px 5px 20px;
	text-align: center;
	}

#navcolumn, #navcolbase {
	vertical-align: top;
	}

#navcolumn {
	vertical-align: top;
	padding-top: 35px;
	}


#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-image: url(http://www.hotfest.co.nz/templateimages/nav-top.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	}

#navigator {
	width: 154px;
	background-image: url(http://www.hotfest.co.nz/templateimages/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	}

.button1, .button2, .currentpage, .submen {
	font-family: arial;
	color: #ee1c24;
	font-size: small;
	font-weight: medium;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 154px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 30px;
	text-decoration: none;
	display: block;
	color: #403e27;
	width: auto;
	}

.currentpage a {
	background-image: url(http://www.hotfest.co.nz/templateimages/nav-active.gif);
	background-repeat: no-repeat;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #ee1c24;
	}

.submen a {
	font-weight: normal;
	padding: 4px 10px 5px 35px;
	font-size: 1em;
	}