body > header { min-height: 200px; }

blockquote, h3, h4, h5, a, .reviews blockquote, .menu .price, .tab-menu li a:hover, #slider .readmore:hover, nav.main ul li a:hover, nav.main ul li.current-menu-item > a {
	color: #8cd6d3;
}

@media (max-width: 767px) {
	nav.main ul li ul li a { color: #8cd6d3; }
}

.logo,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
#slider .title {
	background: #8cd6d3;
}

.logo,
a.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
#slider .title {
	border-color: #8cd6d3;
}

a.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
nav.main ul li ul {
background: #8cd6d3;
background: -moz-linear-gradient(top,  #8cd6d3 0%, #91d8d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cd6d3), color-stop(100%,#91d8d6));
background: -webkit-linear-gradient(top,  #8cd6d3 0%,#91d8d6 100%);
background: -o-linear-gradient(top,  #8cd6d3 0%,#91d8d6 100%);
background: -ms-linear-gradient(top,  #8cd6d3 0%,#91d8d6 100%);
background: linear-gradient(to bottom,  #8cd6d3 0%,#91d8d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cd6d3', endColorstr='#91d8d6',GradientType=0 );
}

a.button:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
input[type=submit]:hover {
background: #91d8d6;
background: -moz-linear-gradient(top,  #91d8d6 0%, #8cd6d3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91d8d6), color-stop(100%,#8cd6d3));
background: -webkit-linear-gradient(top,  #91d8d6 0%,#8cd6d3 100%);
background: -o-linear-gradient(top,  #91d8d6 0%,#8cd6d3 100%);
background: -ms-linear-gradient(top,  #91d8d6 0%,#8cd6d3 100%);
background: linear-gradient(to bottom,  #91d8d6 0%,#8cd6d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d8d6', endColorstr='#8cd6d3',GradientType=0 );
}

.blog-nav li ul {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b1b1b 0%, #91d8d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(100%,#91d8d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b1b1b 0%,#91d8d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b1b1b 0%,#91d8d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b1b1b 0%,#91d8d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b1b1b 0%,#91d8d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#91d8d6',GradientType=0 ); /* IE6-9 */
}

body { font-size: 16px; }
nav.main { font-size: 14px; }
h1 { font-size: 30px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size:14px; }
body, a.button, .comment-reply-link, #cancel-comment-reply-link, input[type="submit"] { font-family: "PT Sans", Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: "PT Serif", Arial, Helvetica, sans-serif; }
nav.main, #slider .slide_content .wrapper > * { font-family: "PT Sans", Arial, Helvetica, sans-serif; }
