@charset 'utf-8';
.featuredbg {
	background: url(images/skins/sleek/turquoise/background.jpg) no-repeat center top; //#005556 cor anterior
	}
	
.featuredtotal {
	background:#005556;;
	}

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

.featuredbg h1, .featuredbg h2 {
	color:#000000;
	text-shadow:#fffff 0px -1px 1px;;
 }
	
.featuredbg h3, .featuredbg h4 {
  	color: #cfe7e8;
 	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: #42797b;
}

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

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

.footer a {
	color:#79b1b3;
}


