/*

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

B2L magazine - story colour stylesheet

Colour scheme - Violet

Note: 	Main colour and stylesheet information are held in the main.css and season_xxxx.css files. 

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

*/



#mainColumn h1 {
	color: #4c2582;
}

#mainColumn h3 {
	color: #4c2582;	
}

.headlineLarge {
	color: #4c2582; 
}

#containerQ {
	border: 1px solid #4c2582; 
}

#topTip {
	background-image:url(../../img/top_tips/violet.gif)
}

#tipContainer {
	width: auto;
	border: 1px solid #4c2582;
}

#contributor {
	background-color: #c9bdd9;
}

#quote {
	color: #4c2582;
}

#textBox h4 {
	background-color: #4c2582;
}

#textBox p {
	background-color: #c9bdd9;
}

#textBox ul {
	background-color: #c9bdd9;
}


#info {
	background-color: #4c2582;
	background-image:  url("../../img/info/violet.gif");
}
#info a, #info a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#info a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#info a:active, #info a:hover {
	background:none;
	color: #FFFFFF;
	text-decoration: underline;