/**
 *  chui_colour_maori.css
 *    Insipred by New Zealand, this theme is dedicated to the Maori culture.
 *
 *    Inherits from chui_layout.css
 *
 *    @version 0.0.3100
 *    @copyright Stephen Karl Lang 2006 - 2007
 *    @author Stephen Karl Lang <s.lang@screwlessdesign.co.uk>
 */


html, body {
	color: white;
	background-color: #000;
	background-image: url(../images/bg_maori.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	font-family: Trebuchet MS, Tw Cen MT, Verdana;
	font-size: x-small;
}


#header {
	border-bottom: 1px solid #333;
}


#header, #header h1, #header h2 {
	background-color: #000;
}


.module_sub_wrapper {
	background-color: #333;
	border: 5px solid #666;
}


.module_content {
	border-top: 1px solid white;	
}
.module_content li {
	border-bottom: 1px solid #666;
}
.module_content a {
	color: white;
	text-decoration: none;
}
.module_content a:link {
    color: white;
}
.module_content a:visited {
    color: #ccc;
}
.module_content a:hover, a:active {
    color: #666;
}

#footer {
	background-image: url(../images/bg_maori_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	border-top: 1px solid #333;
}

#footer, #footer ul, #footer li {
	background-color: transparent;
}
#footer li a {
	color: white;
	text-decoration: none;
}
#footer li a:link, #footer li a:visited {
	color: #ccc;
}
#footer li a:hover, #footer li a:active {
    color: white;
}