/*
TTRB Site colors:
	#1d97d6 - Main Colour	
	#cccccc - Light gray borders

B4L Overide Colours: (NOT DONE YET!!)
	# - Link (incative)
	# - Link (hover)

	# - Heading text
	#8b1739 - Header Bar background

	# - Button top
	# - Button bottom
*/

/*********************************************
General
*********************************************/







/*********************************************
Headings and Headers
*********************************************/
h1, h2, h3, h4
{
	font-weight:bold;
	color:#b4385a;
}

h5, h6
{
	font-weight:bold;
	color:#000;
}

.box .boxHeader,
.box .boxHeader a,
div .headerText,
.article .articleHeading a
{
	color:#b4385a;
}

.categoryMenu li.header .right, .categoryMenu li.headerSmall .right,
.categoryMenu li.header .left, .categoryMenu li.headerSmall .left,
.categoryMenu li.header, .categoryMenu li.headerSmall
{
	background-color:#8b1739;
}

.quickSearchMenu
{
	background-color:#8b1739;
}




/******* Text size icons ************/
.newHeader .est li a,
.newHeader .est li a:link,
.newHeader .est li a:visited
{
	background:#884065;
}
.newHeader .est li a:hover
{
	background:#b35a86;
}



/********************************************
Hyperlinks
********************************************/
a, 
a:link
{
	color: #ffa100;
	font-weight: bold;
}
a:visited
{
	color: #ffa100;	
}
a:active,
a:hover
{
	color: #ad8501;
	text-decoration:underline;
}

.leftLinks li a:hover
{
	text-decoration:underline;
}

.tickerControl .featured
{
	color:#ffa100;
}
/*.tickerControl .featured:hover
{
	color:#ad8501;
}*/


/*******************************************
Button
*******************************************/
.button,.buttonSmall,.buttonMedium,
.button:link,
.button:visited,
input.button
{
	background: #ad8501 url("../Images/buttonbg.gif") top left repeat-x;
	color: #ffffff;
	border-top:#fcd137 solid 1px;
	border-left:#fcd137 solid 1px;
	border-right:#765c00 solid 1px;
	border-bottom:#765c00 solid 1px;
}
.button:active, .buttonSmall:active, .buttonMedium:active,
.button:hover, .buttonSmall:hover, .buttonMedium:hover
{
	color: #fff;
	background:#986700 url("../Images/buttonbgL.gif") top left repeat-x;
}


/*******************************************
popular keywords
*******************************************/
.keywords li.priority1 a
{
	color:#9c5a76;
}

.keywords li.priority2 a
{
	color:#90546d;
}

.keywords li.priority3 a
{
	color:#825164;
}

.keywords li.priority4 a
{
	color:#754656;
}

.keywords li.priority5 a
{
	color:#6d4550;
} 

.keywords li.footers
{
	color:#777777;
}

.boxFooter a:hover, .boxFooter a:active 
{
	text-decoration:underline;
	color:#ad8501;
}

.article .date
{
	color:#b4385a;
}

.depthClosed a , .depthOpened a
{
	font-weight: normal;
}

.ratingMenu h3 
{
	color:#8b1739;
}


.article .articleHeading
{
	color:#8b1739;
}
