/*

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

B2L magazine - story colour stylesheet

Colour scheme - Barley Gold

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

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

*/



#mainColumn h1 {
	color: #cdaa00;
}

#mainColumn h3 {
	color: #cdaa00;	
}

.headlineLarge {
	color: #cdaa00; 
}

#containerQ {
	border: 1px solid #cdaa00; 
}

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

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

#contributor {
	background-color: #f0e5b2;
}

#quote {
	color: #cdaa00;
}

#textBox h4 {
	background-color: #cdaa00;
}

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

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

/*

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

Add this style for Text Box links to other color stylesheets

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

*/

#textBox a:active, #textBox a:hover {
	text-decoration:underline;
	background-color: #f0e5b2;
}

#textBox a {
	font-weight:bold;
	}



#info {
	background-color: #cdaa00;
	background-image:  url("../../img/info/barleygold.gif");
}
#info a:active, #info a:hover{
	text-decoration:underline;
	
}
