@charset "utf-8";
/* CSS Document */
body {
	background:#fff !important;
}

a {
	color:#000;
}
a:link {
	color:#000;
}
a:hover {
	color:#E20000;
	text-decoration:none;
}
#top {
	background:#000000;
}
.top-text {
	color:#000;
}
header h1 {
	color:#1E1E1E;
}
header h1 a, header h1 a:link, header h1 a:hover{
	color:#1E1E1E !important;
}
.dri a{
	color: #000 !important;
}
.dri_fix{
    color: #000000;
}
.top-links ul li a {
	color:#E20000;
}

li.divider {
	background:url(images/red/nav-divider.png);
}
article, article.last-box {
	background:#F4F4F4;
	border:4px solid #FFF;
}
article.box h2, article.last-box h2 {
	color:#0061C1;
}
article h1 {
	color:#DD0508;
}

section.full-width {
	background:#F4F2F2;
	border:4px solid #FFF;
}
#footer_all {
	background:#2A2A2A;
}
#footer_seo strong {
	color:#fff;
}
#footer_seo li a, #footer_seo li a:link, #footer_seo li a:visited{
	color:#E20000;	
}
#footer_seo li a:hover{
	color:#E20000;	
}

#footer_copyright{
	color:#000000;
}

#footer_copyright a:link{
	color:#000000;
}
#footer_copyright a:hover{
	color:#000000;
}
#footer_copyright a:visited{
	color:#000000;
}

.article_link{	color: #E20000; }


#mainMenu{
	background:none;
	}
nav {		
	background: rgb(231,5,9); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(231,5,9,1) 0%, rgba(238,5,9,1) 17%, rgba(201,30,30,1) 43%, rgba(133,0,1,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,5,9,1)), color-stop(17%,rgba(238,5,9,1)), color-stop(43%,rgba(201,30,30,1)), color-stop(100%,rgba(133,0,1,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgba(231,5,9,1) 0%,rgba(238,5,9,1) 17%,rgba(201,30,30,1) 43%,rgba(133,0,1,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  rgba(231,5,9,1) 0%,rgba(238,5,9,1) 17%,rgba(201,30,30,1) 43%,rgba(133,0,1,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgba(231,5,9,1) 0%,rgba(238,5,9,1) 17%,rgba(201,30,30,1) 43%,rgba(133,0,1,1) 100%); /* IE10+ */

	background: linear-gradient(to bottom,  rgba(231,5,9,1) 0%,rgba(238,5,9,1) 17%,rgba(201,30,30,1) 43%,rgba(133,0,1,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70509', endColorstr='#850001',GradientType=0 ); /* IE6-9 */
	}

	/*  ----------------   listing colors ----------------- */
	.category-heading      {	color:#DD0008;	}
	
	 h2.category-heading 	{	color:#E20000;	}

	.link-ads 	{ 	color:#E20000;	}
