/*------[ turquoise ]------*/


/* -------------------[ Header ]------------------- */


#header {
	background: transparent url(turquoise/head-bg.jpg) bottom left repeat-x;
	}

#inner-header {
	background: transparent url(turquoise/head-content-bg.jpg) 50% 0 no-repeat;
	}


/* -------------------[ Links ]------------------- */

a, a:link, a:visited,
#slider-nav .view {
	outline:none;
	text-decoration:none;
	color:#164D4D;
	}

a:hover, a:active,
#slider-nav .view:hover {
	text-decoration:none;
	color:#000000;
	}

/* -------------------[ Buttons ]------------------- */

#searchform #submitbutton,
p.email-form .subbutton,
a.comment-reply-link, 
a.comment-reply-link:link, 
a.comment-reply-link:visited,
#commentform input#submit,
.archive-tabs a,
.archive-tabs a:link,
.archive-tabs a:visited {
	background: #164D4D;
	color: #fff;
	border:0;
	}

#searchform #submitbutton:hover,
p.email-form .subbutton:hover,
a.comment-reply-link:hover, 
a.comment-reply-link:active,
#commentform input#submit:hover,
.archive-tabs a:hover,
.archive-tabs a:active,
.archive-tabs .ui-tabs-selected a {
	color:#fff;
	background:#000;
	border:0;
	}