body {
    background: url(../i/back.png) center top;
}


h1 {
    font-size: 4em;
    font-weight: normal;
}
h2 {
    font-size: 2em;
    font-weight: normal;
}
h3 {
    font-size: 1.66em;
    font-weight: normal;
}
h4 {
    font-size: 1.33em;
    font-weight: normal;
}

a {
    color: #e07e41;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

form input {
	width: 200px;
	padding: 5px 7px;
	border: 2px inset #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form label {
    display: block;
}
form input.arrow {
    background: url(../i/arrow.png) left top no-repeat;
    height: 22px;
    width: 26px;
    display: block;
    border: none;
    padding: 0;
    overflow: hidden;
    text-indent: -5000px;
    font-size: 1px;
}

form textarea {
	padding: 5px 7px;
	border: 2px inset #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;	
}



.errorlist {
	margin: 10px 0 0 0;
	color: #c00;
	padding-left: 0;
	font-weight: bold;
}

.errorlist li {
	padding-left: 0;
	margin-left: 0;
}

a.button,
button,
form .button,
a.button.grey:hover,
button.grey:hover,
form .button.grey:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #76a62c;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	display: inline;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
    width: auto;
}
a.button.grey,
button.grey,
form .button.grey {
    background: #eee;
    color: #666;
}


#wrap {
    
}

#header {
    display: block;
    position: relative;
    min-width: 960px;
    height: 260px;
}
#header #timdoesntknowleftnright {
    background: url(../i/timdoesntknowleftnright.png) left top no-repeat;
    left: 50%;
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}
#header #logo {
    background: url(../i/allon.png) left top no-repeat;
    height: 0;
    width: 960px;
    margin: 0 auto;
    padding-top: 200px;
    overflow: hidden;
    display: block;
}
#header #left-interior {
    position: absolute;
    right: 50%;
    margin-right: 340px;
    bottom: 0;
    z-index: 1;
}

#header nav {
    display: block;
    height: 60px;
    background: #4c6e24;
    position: relative;
    z-index: 1;
}
#header nav div {
    width: 750px;
    padding-left: 210px;
    margin: 0 auto;
}
#header nav a {
    float: left;
    color: #eee;
    font-size: 16px;
    padding: 0 20px;
    line-height: 60px;
    height: 60px;
    text-decoration: none;
    text-shadow: #222 -1px 1px 0px;
}
#header nav a:hover {
    color: #fff;
}






#content {
    border-top: 8px solid #507c25;
    background: #fff url(../i/contentbg.png) left bottom no-repeat;
    border-bottom: 4px solid #F58F20;
    width: 960px;
    margin: 20px auto;
    padding-top: 1px;
    padding-bottom: 120px;
    min-height: 200px;
}


#footer {
    width: 960px;
    margin: 10px auto 10em;
}

#footer nav {
    border-top: 1px solid #5a8624;
    padding-top: 10px;
    margin-top: 15px;
    font-size:  1.33em;
}
#footer nav a {
    color: #34581a;
    text-decoration: none;
    float: left;
    margin-right: 20px;
}
#signup {
    background: #5d8c2e;
    border-bottom: 8px solid #f58f20;
    height: 140px;
}
#signup section {
    float: left;
    padding: 20px;
    color: #eee;
}
#signup section h2 {
    line-height: 1em;
}
#signup section p {
    font-size: 1.2em;
    margin: 5px 0;
}
#signup section input {
    float: left;
}
#signup section input.arrow {
    margin: 4px 10px;
}
#signup img {
    float: right;
    margin: 20px 10px 0 0;
}

#footer .sponsors {
    height: 100px;
    background: url(../i/sponsors.png) left top no-repeat;
}
#footer .sponsors a {
    float: left;
    height: 100px;
    padding: 0;
    margin: 0;
    text-indent: -5000px;
    font-size: 0px;
}
#footer .sponsors .ballantynes {
    width: 110px;
}
#footer .sponsors .chch {
    width: 65px;
}
#footer .sponsors .tv3 {
    width: 80px;
}
#footer .sponsors .press {
    width: 110px;
}
#footer .sponsors .nzhag {
    width: 80px;
}
#footer .sponsors .startimes {
    width: 50px;
}
#footer .sponsors .casino {
    width: 50px;
}
#footer .sponsors .lindauer {
    width: 90px;
}
#footer .sponsors .airnz {
    width: 120px;
}
#footer .sponsors .bethere {
    width: 85px;
}
#footer .sponsors .ccc {
    width: 120px;
}





body.static #content nav {
    margin: -1px 10px 0;
    padding-top: 5px;
    width: 220px;
    display: inline;
    float: left;
    background: #75a329;
    min-height: 120px;
    color: #eee;
}
body.static #content nav h4 {
    margin-left: 15px;
}
body.static #content nav ul {
    list-style: circle;
    color: #eee;
    margin-bottom: 10px;
}
body.static #content nav ul ul {
    list-style: disc;
}
body.static #content nav ul ul li {
    margin-left: 15px;
}
body.static #content nav a {
    color: #eee;
    text-decoration: none;
    display: block;
    padding: 3px 0;
}


body.static #content article {
    margin: 0 10px;
    width: 640px;
    display: inline;
    float: left;
}
body.static #content article h1 {
    padding-bottom: 10px;
    margin-bottom: 0;
}
body.static #content article hr {
    margin-bottom: 1em;
}
body.static #content article section {
    width: 400px;
    float: left;
    margin-right: 10px;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}
body.static #content article img {
    width: 220px;
    float: left;
    margin-left: 10px;
}

body.news h1 {
    color: #527c2a;
    font-size: 3em;
    margin: 30px 60px 10px;
}
body.news hr {
    margin: 0 60px;
}
body.news article {
    margin: 5px 60px 10px;
    position: relative;
}
body.news article h3 {
    color: #f58f20;
    width: 580px;
    float: left;
    margin: 0;
}
body.news article .label {
    float: left;
    width: 580px;
    margin: 0;
    font-weight: bold;
}
body.news article div {
    width: 460px;
    padding-left: 120px;
    float: left;
    font-size: 0.9em;
}
body.news article img {
    float: right;
    margin-top: 10px;
}


.inlineform {
    border: none;
    width: 100%;
    float: none;
}
.inlineform h5 {
    margin-bottom: 10px;
}
.inlineform label {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}

.checkboxes label,
.checkboxes input {
	display: inline;
	width: auto;
	font-weight: normal;
}


body.home #header {
    overflow: hidden;
    z-index: 10;
    height: 300px;
}
body.home #header #logo {
    background: url(../i/itson.png) center top no-repeat;
    overflow: visible;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 0;
    padding-top: 300px;
}
body.home #header nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 710px;
    margin-left: -230px;
    opacity: 0.9;
}
body.home #header nav div {
    margin: 0;
    padding: 0;
    width: 700px;
}

body.home #content {
    padding: 0;
    margin: -20px auto 1em;
    z-index: 20;
    border: 0;
    background: none;
    position: relative;
}
body.home #content aside {
    float: left;
    display: inline;
    background: #5c8b2b;
    width: 250px;
}
body.home #content .wrap {
    float: left;
    display: inline;
    width: 710px;
}
body.home #content .wrap article {
    background: #fff;
    display: block;
    padding-right: 2px;
}
body.home #content article h2 {
    padding: 10px;
    color: #628f28;
}


body.home .promo {
    background: url(../i/promos.png) left top repeat-x;
    display: block;
    text-decoration: none;
    margin: 10px 10px 20px 5px;
    padding-top: 1px;
}
body.home .promo h2,
body.home .promo h3 {
    color: #3b5a17;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em;
    background: url(../i/smallarrow.png) right bottom no-repeat;
    margin: 15px 15px 0 10px;
}
body.home .promo h2 {
    background: none;
}
body.home .promo h4 {
    color: #f5f5f5;
    font-size: 1.2em;
    line-height: 1em;
    margin: 5px 10px 10px;
}
body.home .promo img {
    margin: 0 2px;
    display: block;
}
body.home .promo input {
    width: 170px;
    margin: 5px 0 20px 10px;
    float: left;
}
body.home .promo input.submit {
    margin: 7px 5px;
    width: 26px;
    float: left;
}
body.home .fb img {
    display: block;
    margin: 10px 10px 10px 5px;
}

body.home h2 {
    margin: 0;
}
body.home #events section {
    width: 216px;
    margin: 0 10px 10px;
    float: left;
    display: inline;
}
body.home #events section h4 {
    background: #75a434;
    color: #f5f5f5;
    padding: 12px 10px;
    position: relative;
}
body.home #events section h4 span {
    position: absolute;
    padding: 12px 10px;
    right: 0;
    top: 0;
}
body.home #events section img {
    margin: 2px 0 0 0;
    display: block;
}
body.home #events section a {
    display: block;
    text-decoration: none;
    color: #444;
    border-bottom: 1px solid #444;
    height: 40px;
    padding: 3px 0;
    background: url(../i/tinyarrow.png) right center no-repeat;
}
body.home #events section a:hover {
    color: #000;
}
body.home #events section a:last-child {
    border: none;
}

body.home #news h3 {
    color: #eee;
    margin: 10px;
}
body.home #news a {
    float: left;
    display: inline;
    width: 216px;
    margin: 0 10px;
    border: 1px solid #88b540;
    border-left: none;
    border-right: none;
    height: 100px;
    color: #2c4911;
    text-decoration: none;
}
body.home #news p {
    margin: 0 10px;
    color: #2c4911;
}
body.home #news a h4 {
    line-height: 1.1em;
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 0;
}


body.event #content {
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
}
body.event #content hgroup {
    color: #f5f5f5;
}
body.event #content hgroup h1 {
    line-height: 1em;
    margin: 0 0 10px;
    font-size: 3em;
    width: 540px;
}
body.event #content hgroup p {
    width: 540px;
    font-size: 1.2em;
    margin: 0 0 5px;
}
body.event #content .wrap {
    border-top: 4px solid #94bb3c;
    background: #fff url(../i/contentbg.png) left 80px no-repeat;
}
body.event #content .wrap article {
    float: left;
    display: inline;
    width: 670px;
    margin: 0 10px 0 40px;
    font-size: 1.1em;
}
body.event #content .wrap article .top {
    min-height: 260px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 1em;
    padding-top: 10px;
}
body.event #content .wrap article .top section {
    border-top: 1px solid #cfcfcf;
    width: 460px;
    margin: 10px 0 10px 210px;
    padding: 10px 0;
    position: relative;
}
body.event #content .wrap article .top section h4 {
    width: 90px;
    position: absolute;
    top: 5px;
    left: 0;
    color: #96b02b;
}
body.event #content .wrap article .top section div {
    padding-left: 90px;
}
body.event #content .wrap article .info {
    width: 280px;
    margin-right: 10px;
    float: left;
    display: inline;
}
body.event #content .wrap article .body {
    width: 370px;
    margin-left: 10px;
    float: left;
    display: inline;
}

body.event .buttons a.button {
	text-align: center;
	width: 150px;
	display: block;
	float: right;
	margin-bottom: 5px;
}

body.event #content .wrap aside {
    float: left;
    display: inline;
    width: 220px;
    padding: 60px 10px 0;
}

body.event #content .wrap aside p {
	margin-top: 0;
}

body.event #content .wrap aside img {
	display: block;
}

body.event #main-image-container {
	height: 250px;
	overflow: hidden;
	position: relative;
}

body.event #main-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url(../static_map/images/loader.gif) 50% 50% no-repeat;
}

body.event #content .wrap aside .image-list {
	display: none;
}

body.event #content .wrap aside .sponsor-image {
	border: 8px solid #eee;
}

body.event .static-map {
	width: 280px;
	height: 220px;
	background-color: #f6f6f6;
	border: none;
}
body.event #footer {
    margin-top: 0;
}

#send-form {
	display: none;
	clear: both;
	padding: 1px;
	border: 1px solid #eee;
	border-width: 1px 0;
	margin: 5px 0;
	font-size: 90%;
}

#send-form textarea {
	width: 90%;
	height: 5em;
}






