/*

-------------------------------------------------------------------

B2L magazine - Seasonal colour stylesheet for main pages.

This contains information for seasonal differances only! Such as masthead and rollover colours.

Note: 	The main stylesheet is imaginatively titled 'main.css'!

-------------------------------------------------------------------

*/



a:active, a:hover {
	background-color: #eab8a3;
}

#masthead {
	background-image:url(../../winter_2008/img/masthead_main_blu.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

#mainNavigation a:active, #mainNavigation a:hover {
	background-color: #eab8a3;
}

#issue {
	background-color: #eab8a3;	
}

#linkstyle a:hover{
background-color:#eab8a3;
}


.firstWord {
	font-size: 2em;
	line-height: 1.1em;
	text-decoration: underline;
	color:#999999;
}

#contentsList li {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0px 0px 12px;
	padding: 0px;
	list-style-type: none;
}

#contentsList a, #contents a:link {
	color: #b70618;
	text-decoration: none;
}

#contentsList a:visited {
	color: #f89494;
	text-decoration: none;
}

#contentsList a:active, #contentsList a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #eab8a3;
}
