body > header { min-height: 95px; }

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: #EDD574;
}

@media (max-width: 767px) {
	nav.main ul li ul li a { color: #EDD574; }
}


.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
#slider .title {
	background: #293D26;
}

.logo,
a.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
input[type=reset],
#slider .title {
	border-color: #EDD574;
}

a.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
input[type=reset],
nav.main ul li ul {
background: #293D26;
background: -moz-linear-gradient(top,  #eb7c34 0%, #c8680c100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb7c34), color-stop(100%,#c8680c));
background: -webkit-linear-gradient(top,  #eb7c34 0%,#c8680c100%);
background: -o-linear-gradient(top,  #eb7c34 0%,#c8680c 100%);
background: -ms-linear-gradient(top,  #eb7c34 0%,#c8680c 100%);
background: linear-gradient(to bottom,  #eb7c34 0%,#c8680c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7c34', endColorstr='#c8680c',GradientType=0 );
}

a.button:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
input[type=submit]:hover,
input[type=reset]:hover{
	color:#103A14;
background: #EDD574;
background: -moz-linear-gradient(top,  #EDD574 0%, #edd574 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDD574), color-stop(100%,#edd574));
background: -webkit-linear-gradient(top,  #EDD574 0%,#edd574 100%);
background: -o-linear-gradient(top,  #EDD574 0%,#edd574 100%);
background: -ms-linear-gradient(top,  #EDD574 0%,#edd574 100%);
background: linear-gradient(to bottom,  #EDD574 0%,#edd574 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDD574', endColorstr='#edd574',GradientType=0 );
}

.blog-nav li ul {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b1b1b 0%, #2ba9a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(100%,#2ba9a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b1b1b 0%,#2ba9a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b1b1b 0%,#2ba9a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b1b1b 0%,#2ba9a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b1b1b 0%,#2ba9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#2ba9a1',GradientType=0 ); /* IE6-9 */
}

body { font-size: 14px; }
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 Sans", Arial, Helvetica, sans-serif; }
nav.main, #slider .slide_content .wrapper > * { font-family: "PT Serif", Arial, Helvetica, sans-serif; }
