/*

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

B2L magazine - story colour stylesheet

Colour scheme - Sky blue

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

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

*/



#mainColumn h1 {
	color: #009ee0;
}

#mainColumn h3 {
	color: #009ee0;	
}

.headlineLarge {
	color: #009ee0; 
}

#containerQ {
	border: 1px solid #009ee0; 
}

#topTip {
	background-image: url("../../img/top_tips/skyblue.gif");

}

#tipContainer {
	width: auto;
	border: 1px solid #009ee0;
}

#contributor {
	background-color: #b2e2f6;
}

#quote {
	color: #009ee0;
}

#textBox h4 {
	background-color: #009ee0;
}

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

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


#info {
	background-color: #009ee0;
	background-image:  url("../../img/info/skyblue.gif");
}
