
/* ------------------------------ */
/*                                */
/*   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;
	outline: none;
	}

a img {
	border: none;
	outline: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #9dd1f4;
	background-image: url(http://www.walkgisborne.co.nz/template/images/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	}

img {
	-ms-interpolation-mode:bicubic;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://www.walkgisborne.co.nz/template/images/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #84c4ef;
	}
	
#header {
	height: 159px;
	}

#content {
	vertical-align: top;
	padding: 10px 15px 10px 15px;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	padding: 0 0 0 315px;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-bottom: .25em;
	font-size: 3em;
	color: #348cb3;
	line-height: 0.8em;
	font-family: 'Reenie Beanie', arial, serif;
	}

h2 {
	margin-bottom: .25em;
	font-size: 3em;
	color: #348cb3;
	font-style: italic;
	line-height: 0.8em;
	font-family: 'Reenie Beanie', arial, serif;
	}

h3 {
	margin-bottom: .25em;
	font-size: 2.5em;
	color: #348cb3;
	font-style: italic;
	line-height: 0.8em;
	font-family: 'Reenie Beanie', arial, serif;
	}

h4 {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 2.2em;
	color: #fff;
	background-color: #348cb3;
	padding: 2px 2px 2px 5px;
	margin-bottom: .25em;
	}

p {
	color:#000;
	padding:0 10px 0 10px;
	margin-bottom: 1.25em;
	}

.small {
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	width: 100%;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #0000ee;
	text-decoration: underline;
	}

a:hover	{
	color: #04045c;
	}

.subnav {
	color: #12a1b1;
	font-size: x-small;
	text-align: center;
	background-image: url(http://www.walkgisborne.co.nz/template/images/topnav-bg.png);
	background-position: top center;
	background-repeat: repeat-z;
	padding: 5px 5px 5px 5px;
	}
	
.subnav a {
	
	padding: 10px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
.subnav a:hover {
	color: #12a1b1;
	background-color: #fff;
	}
