
@charset 'utf-8';
.featuredbg {
	background:url(images/skins/authentic/red/background.jpg) repeat-x center top;
	}
	
.featuredtotal {
	background:url(images/skins/authentic/red/total.jpg) repeat;
	}

.featuredband {
	background:url(images/skins/authentic/red/bottomfeature.png) center bottom no-repeat;
	}

.featuredbg h1, .featuredbg h2 {
	color:#ffffff;
	text-shadow:#000000 0px -1px 1px;;
 }
	
.featuredbg h3, .featuredbg h4 {
  	color: #f1bebe;
 	text-shadow:#000000 0px -1px 1px;;
 	padding-top:0;
}

.latest h4 a:hover, .latest h5 a:hover, .sidebar h5 a:hover, 
.sidebar h4 a:hover, h5 a:hover, h4 a:hover {
	text-decoration:none;
	color: #842323;
}

.image-desc p, .image-desc ul, .image-desc ol, .featuredbg p {
color:#f1bebe;
text-shadow:#000 0px -1px 0px;
}

ul.thumbs img, ul.thumbs img a, ul.thumbs img a:visited, ul.thumbs img a:active {
	border:#ffffff 3px solid;
}

.dark.button{
	background-color: #230404;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#842323', endColorstr='#230404'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#842323), to(#230404)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #842323,  #230404); /* for firefox 3.6+ */ 
	border:#230404 1px solid;
	text-shadow:#000000 0 -1px 0;
	color:#ffffff;
}

.dark.button:hover {
	background-color:#fdb6b6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb6b6', endColorstr='#cf6a6a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fdb6b6), to(#cf6a6a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fdb6b6,  #cf6a6a); /* for firefox 3.6+ */ 
	color: #000000;
	text-shadow: 0 1px 0px #ffffff;
	border:#cf6a6a 1px solid;
}	
.light.button {
	background-color:#fdb6b6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb6b6', endColorstr='#cf6a6a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fdb6b6), to(#cf6a6a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fdb6b6,  #cf6a6a); /* for firefox 3.6+ */ 
	color: #000000;
	text-shadow: 0 1px 0px #ffffff;
	border:#cf6a6a 1px solid;
}
.light.button:hover {
	color: #ffffff;
	background: #230404;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222222,  #000000); /* for firefox 3.6+ */ 
	border:#000000 1px solid;
	text-shadow:#000000 0 -1px 0;
}
.testimonial p {
	color:#ffffff;
}

a {
	color:#842323;
}

a:hover {
	text-decoration: underline;
}

.footer a {
	color:#cf6a6a;
}



