/*
Theme Name: Thanksgiving
Theme URI: http://smthemes.com/thanksgiving/
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: 10/19/2013
License URI: license.txt
Tags: white, red, light, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(css/font.css);
html {
	background:#f6ddae;
}
body {
	background:url(images/top.jpg) 50% top no-repeat;
	color:#363636;
	font-family: Times;
}
a {
	color:#9b6500;
}
a:hover {
	color:#fea300;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#363636;
	text-decoration:none;
}

a.post_ttl {
	font-size:25px;
	font-family: 'BallparkWeiner', sans-serif;
}
/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:25px;
	line-height:25px;
	color:#363636;
	width:160px;
}
.searchbtn {
	height:25px;
	width:15px;
	margin-right:10px;
}
.searchform {
	height:25px;
	background:#fff;
	border:1px solid #C08A2D;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	margin:6px 0;
	box-shadow:0 3px 5px #C18A2D inset;
}

/*------------------------------ CONTENT ------------------------------*/
.articles {
	
}

.articles .post-caption .post-meta {
	border:1px dashed #cccccc;
	padding:5px 10px;
}
.articles .post-date {
	color:#fea300;
	float:right;
}

#commentform #submit, input.readmore, a.readmore {
	color:#fff;
	background: url(images/top.png) left top repeat-x;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #d58537;
	text-shadow:1px 1px 1px #ab8b4c;
}
#commentform #submit, input.readmore, a.readmore:hover {
	
}
.featured_image {
	padding:0;
	margin-top:10px;
    border:1px solid #d58537;
}
.googlemap {
	background:#d58537;
	padding:1px;
    border:none;
}
.widget_posts ul li img,.widget_flickr a {
	padding:1px;
	background:#d58537;
}

.pagination{
	margin:30px 0;
}
.page-numbers {
	padding:5px 6px;
	font-size:20px;
	font-family: 'BallparkWeiner', sans-serif;
}
a.page-numbers {
	color:#363636;
}
a.page-numbers:hover {
	color:#9b6500;
}
span.page-numbers{
	color:#e4b968;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#fff;
}
#footer .container {
	background:url(images/footer.png) left top repeat;
}
#footer a{
	color:#fff;
}
#footer h3 {
	color:#fff;
	font-family: 'BallparkWeiner', sans-serif;
	text-shadow:0 0 4px #723301;
	font-size:17px;
}

#footer .footer_txt{
	background:url(images/footer-txt.png) left top repeat;

	border:none;
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.sidebar {
	overflow:visible !important;
}
.content-r .sidebar.right .widget .caption h3, .content-lr .sidebar.right .widget .caption h3, .content-r2 .sidebar.left .widget .caption h3, .content-r2 .sidebar.right .widget .caption h3{
	
}
.content-l .sidebar.left .widget .caption h3, .content-lr .sidebar.left .widget .caption h3, .content-l2 .sidebar.left .widget .caption h3, .content-l2 .sidebar.right .widget .caption h3{
	
}
#content .widget {
	
}
#content .widget .caption h3 {
	background:#fff;
	border:1px dashed #cccccc;
	font-family: 'BallparkWeiner', sans-serif;
	padding:5px 10px;
	font-size:17px;
	margin:0 -10px;
}
#content .widget.widget_tabs .scaption h3 {
	padding:0 10px;
}
.fp-next{
	background-position:left 50%;
}
.fp-prev {
	background-position:right 50%;
}
.fp-pager a {
		width:11px;
		height:11px;
	}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:0;
	
	}
	#content-bottom {
		height:20px;
		
	}
	#logo {
		float:left;
	}
	.menusearch {
		margin-right:20px;
		margin-top:10px;
		margin-bottom:5px;
	}
	
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:90px;
		position:relative;
		z-index:20;
		background:url(images/top.png) left top repeat-x;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-right:8px;
	}
	#secondarymenu a {
		text-decoration:none;
		padding:10px;
		display:block;
		color:#fff;
		font-size:13px;
		text-shadow:0 0 4px #723301;
	}
	#secondarymenu a:hover{
		background:#eeeeee;
		border:1px dashed #ccc;
		color:#843a2b;
		text-shadow:none;
		padding:9px;
	}
	#mainmenu-container {
		height:65px;
		z-index:18;
		margin:0 -9px;
		padding:0 9px;
		width:1000px;
		background:url(images/menu.png) left top no-repeat;
		position:relative;
	}
	
	#mainmenu li a {
		text-align:center;
		display:block;
		text-decoration:none;
		padding:19px 20px;
		font-size:18px;
		color:#fff;
		text-shadow:1px 1px 1px #391812;
		font-family:'PT Sans';
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		background:url(images/menu-li-a.png) left top repeat;
	}
	#header #mainmenu li ul {
		top:61px;
	}
	#header li ul {
		top:35px;
	}

	
	
	#header li ul .inner {
		background:url(images/dropdown-menu.png) left top repeat;
		border:1px dashed #ccc;
		padding:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, #header .sub-menu li a {
		color:#4f0606 !important;
		padding:0 !important;
		background:none;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		background:none !important;
		color: #fea34a !important;
		border-radius:0 !important;
		border:none !important;
		box-shadow:none !important;
	}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		padding-bottom:25px;
		background:url(images/slider.png) left top repeat;
	}
	.fp-next, .fp-prev {
		width:56px;
		height:320px;
	}
	.slider {
		position:relative;
		margin-top:-4px;
	}
	.fp-prev-next-wrap {
		margin:-20px;
	}
	.fp-prev,.fp-next {
		margin:0 30px;
		margin-top:-204px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:400px;
		width:1000px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-nav {
		bottom:-20px;
	}
	
}


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
		background:url(images/top.png) left top repeat-x;
	}
	body {
		background:none;
	}
	#logo {
		float:left;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-right:20px;
		margin-top:10px;
		margin-bottom:5px;
	}
	#secondarymenu-container {
		height:89px;
		padding-top:0px;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-right:7px;
	}
	#secondarymenu li {
		padding:7px;
	}
	#secondarymenu li a{
		color:#fff;
	}
	#mainmenu-container {
		clear:left;
		margin-bottom:15px;
		background:#6e2416;
		border-top:1px solid #884539;
		border-bottom:1px solid #480e04;
		padding-bottom:21px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:16px;
		padding:21px 15px 10px;
		display:block;
	}
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;}
	body {
		background:none;
	}
	#header {
	
	}
	#logo {
		
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		background:url(images/top.png) left top repeat-x;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		margin:0 -2%;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #eee;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#142736;
	}
	.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:-5px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}