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

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

.featuredbg h1, .featuredbg h2 {
	color:#5c5c5c;
	text-shadow:#000000 0px -1px 1px;;
 }
	
.featuredbg h3, .featuredbg h4 {
  	color: #CEB1FF;
 	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: #52456a;
}

.image-desc p, .image-desc ul, .image-desc ol, .featuredbg p {
color:#ffffff;
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: #0e0422;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6f6f6f), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6f6f6f,  #000000); /* for firefox 3.6+ */ 
	border:#0e0422 1px solid;
	text-shadow:#000000 0 -1px 0;
	color:#ffffff;
}

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

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

.orange.button:hover {
	background-color:#cbc0e1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941e', endColorstr='#df7900'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7941e), to(#df7900)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7941e,  #df7900); /* for firefox 3.6+ */ 
	color: #6f3c00;
	text-shadow: 0 1px 0px #ffffff;
	border:#9386a9 1px solid;
}

.light.button {
	background-color:#a3a3a3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3', endColorstr='#6a6a6a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#6a6a6a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a3a3a3,  #6a6a6a); /* for firefox 3.6+ */ 
	color: #000000;
	text-shadow: 0 1px 0px #ffffff;
	border: 1px solid;
}
.light.button:hover {
	color: #ffffff;
	background: #0e0422;
	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:#898989;
}

.footer a {
	color:#f7941d;
}




