/*@import 'http://venus.sinuous.net/__libs/yui/2.5.2/build/reset/reset.css';
@import 'http://venus.sinuous.net/__libs/yui/2.5.2/build/base/base.css';*/
@import '/sites/teanaubackpackers.co.nz/themes/default/style.css';
/*THEME CUSTOMISATION*/

a{
	color:#a1b100;
	cursor:pointer;
	}
h2{
	color:#2e0e4d; 
	font-size:27px;
	font-weight:normal;
	margin-bottom:25px;
	display:inline;
	}

body, html{
	background:#161616 url(images/wallpaper.jpg) no-repeat center top;
	color:#393939;
	margin:0;
	padding:0;
	}

h1#logo{
	background:url(images/logo.png) no-repeat;
	height:250px;
	width:135px;
	padding:0; 
	margin:0;
	position:absolute;
	top:55px;
	left:85px;
	}

#navigation-content ul li a{
	color:#2e0e4d;
	}
#navigation-content ul li a:hover{color:#a1b100;}

#navigation-content ul li ul li a{
	color:#828d00;
	}
	
#navigation-content .selected{color:#a1b100}

#navigation-content ul li ul li a.selected{
	color:#2e0e4d;
	}

#footer{
	background:url(images/footer-background.jpg) top no-repeat;
	color:#fff;
	}
#page-top{
	background:url(images/page-top.png) no-repeat;
	}
.ad-more-info{
	background:url(images/ad-more-info.png);
}
#header{
	background:url(images/header-photo.jpg) no-repeat;
	}

/* FADING HEADER */

#head-image{width:959px; height:329px; position:absolute; z-index:2;}

#head-image IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#head-image IMG.active {
    z-index:10;
    opacity:1.0;
}

#head-image IMG.last-active {
    z-index:9;
}


