/* winter.css */

A {
	color: #0768A9;
}

H1 {
	color: #0768A9;
}

H2 {
	color: #0768A9;
}

H3 {
	color: #0768A9;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */

DIV#page {
	/* 'Proper' buffers were 90px on the left and 105px on the right, 85% is close enough */
	background: url('../images/page_bg_winter.gif') 55% 224px no-repeat;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */

DIV#header A.logo {
	background: url('../images/logo_winter.gif') no-repeat;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */

DIV#footer {
	background-image: url('../images/footer_top_bg_winter.gif');
}

DIV#footer DIV.content H2 {
	color: #5E5E5E;
}

DIV#footer DIV.content A {
	color: #0768A9;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* hide the summer-specific items */
#menu UL UL.sub-menu LI.summer {
	display: none;
}

