/*
Theme Name: HappyFood
Theme URI: http://smthemes.com/happyfood/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 04/08/2013
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:url(images/back.png) fixed;
}
body {	
	color:#655a5a;
	font-size:13px;
	font-family: 'Arial', sans-serif;
	position:relative;
	background:url("images/back-body.png") repeat-x 0 215px;
}
body.no-slider{
	background:none;
}
a {
	color:#d20000;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}

a.post_ttl, .post-caption h1 {
	font-family: 'georgia';
	color:#111;
	text-decoration:none;
	line-height:25px;
	font-size:22px;
	font-weight:bold;
}

h2 a.post_ttl:hover{
	color:#d20000;
}
a.post_ttl {
	font-family:'georgia';
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#content-bottom {
	background:url(images/footer-border.png) repeat-x !important;
	width:100%;
	height:8px;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:31px;
	line-height:25px;
	color:#464646;
	width:195px;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-transform:lowercase;
	box-shadow:-1px -1px 1px #b4b4b4;
}
.searchbtn {
	height: 31px;
    margin-right: -35px;
    width: 30px;
}
.searchform {
	height:31px;
	margin:0;
	width:215px;
}

/*------------------------------ CONTENT ------------------------------*/
.articles .one-post {
	margin-bottom:20px;
}
.articles  .post-caption h1, .articles  .post-caption h2{
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #b3acac;
}
.articles .post-caption .post-meta {
	padding:5px 0;
	color:#252525;
	font-size:13px;
}
.post-meta a{
	color:#d20000;
	text-decoration:underline;
}
.articles .post-date {
	color:#655a5a;
	
}
.articles .post-caption {
}

.articles .post-body  {

}
#commentform #submit, input.readmore, a.readmore {
	background: #a50000;
	color:#fff;
	text-shadow:1px #f086a6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family:'Calibri';
	font-size:14px;
	border:none;
	width:107px;
	height:37px;
	background:url(images/back-readmore.png) no-repeat;
	padding:8px 0;
	}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	color:#655a5a;
	text-decoration:none;
	background:url(images/back-readmore-hover.png) no-repeat;
}
#main_content{
	padding:5px 21px 0;
}
.featured_image {
	margin-top:15px;	
	padding:8px;
	border:none;
	box-shadow:0 0 5px #b4b4b4;
}
.googlemap {
	padding:8px;
	box-shadow:0 0 5px #b4b4b4;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	box-shadow:0 0 5px #b4b4b4;
	padding:4px;
}
.pagination{
	margin:30px 0;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
.pagination.classic {
	padding-top:30px;
	text-align:right;
	border-top:1px solid #B3ACAC;
	}

a.page-numbers {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 1%, #cecece 99%, #aeaeae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(1%,#ebebeb), color-stop(99%,#cecece), color-stop(100%,#aeaeae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 1%,#cecece 99%,#aeaeae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 1%,#cecece 99%,#aeaeae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 1%,#cecece 99%,#aeaeae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 1%,#cecece 99%,#aeaeae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
	color:#655a5a;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
}
a.page-numbers:hover, span.page-numbers {
	background: #bc120e; /* Old browsers */
	background: -moz-linear-gradient(top,  #bc120e 0%, #a00400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc120e), color-stop(100%,#a00400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bc120e 0%,#a00400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bc120e 0%,#a00400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bc120e 0%,#a00400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bc120e 0%,#a00400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc120e', endColorstr='#a00400',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#fff;
	background:url(images/back-footer.png) repeat;
}
#footer .container {
	padding-top:0;
	background:none;
	}
#footer h3 {
	color:#fff;
	font-family: 'georgia';
	font-weight:bold;
	font-size:18px;
	background:#3b3b3b;
	border:1px solid #4e4e4e;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:10px 7px;
	display: inline;
	margin-right:19px;
}
#footer .caption{
	padding:15px 0;
	text-align:left !important;
}
#footer .footer_txt {
	padding:10px 0 !important;
	background:none;
	margin:0 auto;
	width:100%;
	border-top:1px solid #801d1d;
}
#footer .footer_txt .container {
	background:none;
	border:none;
	color:#fff;
	
	padding-top:10px;
	text-align:center;
}
.footer-border{
	height:12px;
	background:url(images/footer-border.png) repeat-x;
}
.footer-widgets {
}
#footer .footer_txt .container a {
	color:#fff;
}
#footer .inner a {
	color:#fff;
}
#footer .inner a:hover{
	color:#e6331a;
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}


#content .widget .caption h3 {
	font-size:22px;
	color:#111;
	font-family:'georgia';
	font-weight:bold;
	border-bottom:1px solid #b3acac;
}	
#content .widget .caption {
	padding-bottom:20px;
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
	}
	#content {
		
	}
	#content .container {
		padding:0;
		width:1000px;
	}
	#logo {
		text-align:center;
		position:absolute;
		left:0;
		right:0;
	}
	.menusearch {
		position:absolute;
		top:30px;
		right:0;
		width:250px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:100px;
		position:relative;
		z-index:19;
	}
	
	
	#secondarymenu {
		float:left;		
		margin-top:20px;
	}
	#secondarymenu a {
		text-decoration:none;
		padding:15px;
		display:block;
		color:#000;
		font-size:14px;
		font-family:'arial';
		border-radius:7px 7px 0 0;
		-webkit-border-radius:7px 7px 0 0;
		-moz-border-radius:7px 7px 0 0;
	}
	#secondarymenu a:hover{
		background:#655a5a;
		color:#fff;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:63px;
		z-index:18;
		position:relative;
		background:#fff;
		border-radius:7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		padding:0 10px;
	}
	#mainmenu li a {
		display:block;
		text-decoration:none;
		padding:8px 20px;
		font-size:18px;
		color:#111;
		font-family:'georgia';
		font-weight:bold;
		background:url(images/back-menu-li.png) no-repeat right;
		border-radius:7px 7px 0 0;
		-webkit-border-radius:7px 7px 0 0;
		-moz-border-radius:7px 7px 0 0;
	}
	#mainmenu li {
		position:relative;
		padding:13px 0 0;
	}
	#mainmenu li:last-child a{
		background:none;
	}
	#mainmenu li a:hover{
		color:#fff;
		background:#655a5a;
	}
	#header #mainmenu li ul {
		top:51px;
	}
	#header li ul {
		top:47px;
	}
	#header li ul .transparent {
	}
	#header li ul .inner {
		border-radius:0 7px 7px 7px !important;
		-moz-border-radius:0 7px 7px 7px !important;
		-webkit-border-radius:0 7px 7px 7px !important;
		padding:0;
		box-shadow:0 0 3px #d7d7d7;
		background:#fff;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, .sub-menu li a {
		color:#252525 !important; 
		padding:0 20px!important;
		height:25px;
		line-height:25px;
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		border-radius:0 !important;
		background:none !important;
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		border:none !important;
		box-shadow:none !important;
		background:#e6e6e6 !important;
	}
	
	#header #mainmenu li ul .inner {
		border-radius:0 7px 7px 7px !important;
		-moz-border-radius:0 7px 7px 7px !important;
		-webkit-border-radius:0 7px 7px 7px !important;
		box-shadow:0 0 3px #d7d7d7;
		background:#fff;
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#252525 !important;
		text-shadow:1px 1px 1px #fff;
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		border-radius:0 !important;
		background:none !important;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {	
		border:none !important;
		box-shadow:none !important;
		background:#e6e6e6 !important;
	}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		margin:0 auto;
		position:relative;
		margin-top:20px;
	}
	.fp-next, .fp-prev {
		height: 39px;
		margin: 174px -45px;
		width: 45px;
	}
	.fp-title{
		font-size:13px;
	}
	.slider {
		background:#fff;
		position:relative;
		padding:10px;
		border-radius:7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		width:974px;
		margin:0 auto;
		box-shadow:0 0 5px #b4b4b4;
	}
	.fp-prev-next-wrap {
		margin:0 -10px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:367px;
		width:974px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		bottom:-30px;
		right: 0;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:20px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	body{
		background:none !important;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-top: 40px;
		width: 260px;
	}
	#secondarymenu-container {		
	}
	#secondarymenu {
		float:none;
		padding:0 10px;
	}
	#secondarymenu li {
		padding:15px;
		font-size:14px;
	}
	#secondarymenu li a{
		color:#393939;
		text-decoration:none;
	}

	#mainmenu-container {
		font-family:'georgia';
		clear:both;
		background:#fff;
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#393939;
		text-decoration:none;
		font-size:20px;
		padding:3px 15px 5px !important;
		display:block;
	}

	#mainmenu li ul {
		top:65px;
		left:0;
	}
	#header ul.children li a, .sub-menu li a {
		color:#000 !important;
	}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	}
	body{
		background:none;
	}
	#main_content{
		padding:0;
	}
	#footer .footer_txt{
		width:100%;
	}
	#logo {
	}
	.searchbtn {
	}
	#secondarymenu-container {
		padding:0;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}
