@charset "utf-8";
/* CSS reset */
img, div { behavior: url(iepngfix.htc) }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color:transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: #231f20;
}

#pagewidth {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 960px;
	float: left;
	display: inline;
}

#visit-container {
	float:left;
	display:inline;
	background-image:url(../images/visit-bk.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	width: 960px;
	margin-bottom: 20px;
}

#news-container {
	float:left;
	display:inline;
	background-image:url(../images/visit-bk.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	width: 440px;
	padding-right:520px;
	margin-bottom: 20px;
}

#galleryframe-container {
	float:left;
	display:inline;
	width: 960px;
	height: 400px;
	margin-bottom: 20px;
	background-image:url(../images/visit-bk.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	overflow: hidden;
}

#competition-container {
	float:left;
	display:inline;
	width:960px;
	min-height:550px;
	height:auto !important;
	height:550px;
	background-image:url(../images/comp-assets.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#competition-left {
	float:left;
	display:inline;
	width:341px;
	height:550px;
}

#competition-right {
	float:left;
	display:inline;
	width:619px;
	min-height:550px;
	height:auto !important;
	height:550px;
}

#content-holder {
	width: 960px;
	float: left;
	display: inline;
	background: url(background/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 2px;
	position: relative;
}

#footer {
	width: 960px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

#footer-left {
	width: 300px;
	float: left;
	display: inline;
	padding: 10px 0 10px 10px;
}

#footer-icons {
	width: 220px;
	float: left;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#footer-center {
	width: 230px;
	float: left;
	display: inline;
	padding: 5px 0 11px 0;
	text-align: right;
}

#footer-right {
	width: 100px;
	float: left;
	display: inline;
	text-align: right;
	padding: 10px 10px 10px 0;
	text-align: right;
}

/* CSS fonts */

.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ecd8af;
	text-decoration: none;
}
.footer-link:hover {
	color: #c56721;
}

p {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
	padding: 0 10px 0 10px;
}

.text-main {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
}

h1 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c6651c;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 0px;
}

h2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c1a47a;
	line-height: 20px;
	font-weight: normal;
	padding: 0 10px 0 10px;
}

h2 a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	color: #c6651c !important;
	line-height: 20px;
	font-weight: bold !important;
}

.highlight-text {
 	font-family: Arial, Helvetica, sans-serif;
	color: #c6651c;
}

#content-holder a:link, #content-holder a:visited {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1a47a;
	line-height: 16px;
	text-decoration: none;
}

#news-container a:link, #news-container a:visited {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6651c;
	line-height: 16px;
	text-decoration: none;
}

#news-container a:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6651c;
	line-height: 16px;
	text-decoration: underline !important;
}

#content-holder a:hover, #content-holder a:active {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6651c;
	line-height: 16px;
	text-decoration: none;
}

.highlight {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c6651c;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

#choose-gallery {
	float:left;
	display:inline;
	clear:both;
	height:30px;
	width:900px;
	margin:10px 0 20px 50px;
}

#choose-gallery a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BAA377;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right:20px;
}

#choose-gallery a:hover {
	color:#c6651c;
}

#gallery-frame-outer {
		float:left;
		display:inline;
		width:500px;
		margin-left:50px;
		margin-top:0px;
		height:545px;
		overflow:auto;
}

#treehouse-icon {
	float:right;
	display:inline;
	margin-top:-186px;
}

.gallery-thumb {
	float:left;
	display:inline;
	width:70px;
	width:70px;
	margin-bottom:10px;
	padding-right:10px;
}
.gallery-thumb img {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
	box-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.gallery-thumb:hover img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* == Updates June 2011 == */


.right {
	float: right;
}
.left {
	float: left;
}

html#home, html#home body, html#treehouse-news, html#treehouse-news body, html#treehouse-gallery, html#treehouse-gallery body  {
	background:#542400 url(../images/new-treehouse-bg.jpg) repeat-x top center;
	margin: 0; padding: 0;
}
html#home #pagewidth, html#treehouse-news #pagewidth, html#treehouse-news #pagewidth {
	width: 980px;
}
html#home #content-holder {
	height: 475px;
	width: 980px;
	position: relative;
	background: url(../images/container-bg.jpg) no-repeat top center;
}
html#gallery #content-holder {
	background: url(../images/news-gallery-bg.jpg) no-repeat top center;
	width: 944px; height: 471px;
	position: relative;
}



h1#camp-bestival {
	background: url(../images/text/main-3.png) no-repeat top center;
	text-indent: -99999px;
	width: 452px; height: 92px;
	position: absolute;
	left: 122px; top: 44px; 
}
p#giveaway-copy {
	background: url(../images/text/main-4.png) no-repeat top center;
	width: 250px; height: 98px;
	text-indent: -99999px;
	position: absolute;
	top: 140px; left: 126px;
}
p#close {
	background: url(../images/text/close-date.png) no-repeat top center;
	width: 101px; height: 27px;
	text-indent: -99999px;
	position: absolute;
	top: 292px; right: 193px;
	z-index: 100
}
p#swing-by {
	background: url(../images/text/swing-by.png) no-repeat top center;
	width: 507px; height: 63px;
	text-indent: -99999px;
	position: absolute;
	bottom: 36px;
	left: 322px;
}
#want-to-win {
	width: 223px; height: 13px;
	display: block; margin: 0 auto 10px;
}
form#competition-form {
	background: url(../images/form-bg.jpg) no-repeat top center;
	margin: 0; padding: 85px 44px 0 44px;
	
	width: 268px; height: 324px;
	
	position: absolute;
	top:-26px; right:-1px;
	overflow: hidden;
}

form#competition-form img {
	margin-bottom: 8px;
}

form#competition-form label, form#competition-form input[type="text"], form#competition-form select {
    margin-bottom: 5px;
    float: left;
}

form#competition-form label {
    color: #48290D;
    display: inline-block;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    width: 82px;
    clear: left;
}

input[type="text"] {
    border: 1px solid #8A6618;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #666666;
    padding: 3px;
    width: 158px;
}
input[type="text"]:focus {
    -moz-box-shadow:inset 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:inset 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow:inset 1px 1px 3px rgba(0, 0, 0, 0.4);}

select#country {
	width: 164px;
}
select[name="dobDay"], select[name="dobMonth"] {
	margin-right: 2px;
}

input[type="checkbox"] {
	clear: left;
}

input#submit-comp {
	display: block;
	width: 81px; height: 38px;
	background: url(../images/nav-sprites/enter.png) no-repeat bottom left;
	border: 0;
	padding: 0;
	text-indent: -99999px;
	clear: both;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

input#submit-comp:hover {
	cursor: pointer;
	background-position: top left;
}

#consent-label, #consent-check {
	float: left;
}

form#competition-form #consent-label {
	clear: none;
	width: 234px;
	font-size: 12px;
	margin-top: 4px;
}

p#closing {
	color: #fff; 
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 20px;
}
p#closing a {
	color: #fff;
	text-decoration: underline;
}

/* new navigation */

#navigation-menu {
	overflow: hidden;
	margin-top: 13px;
	position: relative;
	z-index: 10;
}
#navigation-menu li {
	float: left;
	padding: 0 20px;
	height: 30px;
	background: url(../images/nav-sprites/breakr.png) no-repeat top right;
}
#navigation-menu li.last {
	background:none;
}
#navigation-menu li a {
	display: block;
	text-indent: -99999px;
	height: 15px;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 8px;
}
#navigation-menu li a:hover {
	background-position: top center;
}
#visit {
	background-image: url(../images/nav-sprites/visit.png);
	width: 182px;
}
#news {
	background-image: url(../images/nav-sprites/news.png);
	width: 152px;
}
#gallery {
	background-image: url(../images/nav-sprites/gallery.png);
	width: 69px;
}
#facebook {
	background-image: url(../images/nav-sprites/fb-icon.png);

}
#navigation-menu li a#facebook, #navigation-menu li a#facebook:hover {
	background-position: left top;
	height: 17px;
	margin-top: 2px;	
	text-indent: 0;
	width: 200px;
	color: #E6D7AF;
	font-family: Arial, sans-serif; font-size: 12px;
	text-decoration: none;
	padding-left: 33px;
	padding-top: 6px;
}

#navigation-menu li a#facebook:hover {
	color: #966600;
}



#visit-monkey {
	background: url(../images/nav-sprites/visit-monkey.png) no-repeat bottom left;
	width: 265px;
	height: 13px;
	text-indent: -99999px;
	display: block;
	float: left;
	margin-left: 20px;
}
#visit-monkey:hover {
	background-position: top left;
}
.footer-link {
	margin:5px 10px;
	color: #e6d7af;
}
a.footer-link:hover {
	color: #966600;
}
#drink-responsibly {
	background: url(../images/nav-sprites/drink-responsibly.png) no-repeat bottom right;
	text-indent: -99999px;
	display: block;
	clear: both;
	margin:10px;
}

/* news - gallery */
html#treehouse-news body {
	background: url(../images/news-bg.jpg) no-repeat top center;
	min-height: 500px;
}
html#treehouse-news #content-holder, html#treehouse-gallery #content-holder {
	height: 471px;
	background: none;
}


html#treehouse-gallery body {
	background: url(../images/gallery-bg.jpg) no-repeat top center;
	min-height: 500px;
}

#galleryframe-container {
	background: none;
}

a#bestival {
	display: block;
	text-indent: -99999px;
	background: url(../images/nav-sprites/bestival.png) no-repeat left -2px;
	width: 195px; height: 45px;
	float: left;
	margin-top: 2px;
}
a#bestival:hover {
	background-position: bottom left;
}
a#big-chill {
	display: block;
	text-indent: -99999px;
	background: url(../images/nav-sprites/big-chill.png) no-repeat top left;
	width: 200px; height: 45px;
	float: left;
}
a#big-chill:hover {
	background-position: bottom left;
}


div.disclaimer {margin: 20px auto; text-align:center; height:30px; z-index:99999; clear:both;}
div.disclaimer p {width:780px; font-size: 10px; font-weight: normal; margin: 0 auto 0 auto; color:#ffffff;}
div.disclaimer p a {color:#ffffff;}

#news-paper {
	position: absolute;
	top:90px; left:70px;
	width: 425px;
}
#news-paper p {
	color: #4b2800;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
}
#news-paper p.sign-off, #news-paper p.sign-off a {
	color: #966600;
}
#news-paper p.sign-off a:hover {
	color: #4b2800;
}
#news-paper p.sign-off2 {
	color: #966600;
	font-size: 0.9em;
}
#comp-closed {
	position: absolute;
    right: 13px;
    top: 113px;
    z-index: 10;
}
