/**
 *  chui_pink_original.css
 *    The original CHUI style, with pink colours.
 *
 *    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: #ff97be;
	background-image: url(../images/bg_pink.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	font-family: Trebuchet MS, Tw Cen MT, Verdana;
	font-size: x-small;
}


#header, #header h1, #header h2 {
	background-color: #333;
}


.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, #footer ul, #footer li {
	background-color: #333;
}
#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;
}