/*
Theme Name: FashionStyle
Theme URI: http://smthemes.com/fashionstyle/
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: 09/21/2012
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);
@import url(https://fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic);
html {
	background:url(images/background.png) 50% top repeat;
}
body {
	color:#151515;
}


.bodysite {
	max-width: 1200px;
	margin: 0 auto;
	}

.leftcontent {
	float:left;
	width: 900px;
	}

#secondsidebar {
	float: left;
	width: 300px;
	position: relative;
	background: #f1eee9;
	padding:10px 10px 10px 15px;
	border-top: 5px solid #ececec;
	border-right: 5px solid #ececec;
	border-bottom: 5px solid #ececec;
	box-sizing: border-box;
}


a {
	color:#5E751B;
}
a:hover {
	color:#794764;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#272727;
	text-decoration:none;
}
a.post_ttl {
	font-size:22px;
}
/*------------------------------ HEADER ------------------------------*/

#secondarymenu-container {
	position:relative;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	border:none;
	background:none;
	float:right;
	color:#888;
	height:26px;
	line-height:26px;
}
.searchbtn {
	height:26px;
	width:13px;
	margin-right:5px;
}
.searchform {
	background:#f2f2f2;
	border:1px solid #dedede;
}
/*------------------------------ CONTENT ------------------------------*/
.articles .post-body ul {
	list-style: inside;
}
.articles .post-caption p {
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	font-family:'Marck Script';
	font-size:16px;
}
.articles .post-caption p a{
	color:#794764;
	text-decoration: none;
}
.articles .post-caption .post-date{
	float:right;
	color:#657F18;
}
#commentform #submit, input.readmore, a.readmore {
	background:#ededed;
	background-image: linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -o-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.47, rgb(223,223,223)),	color-stop(0.5, rgb(237,237,237)));
	color:#657F18;
	border:1px solid #d5d8d8;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	color:#794764;
}
.featured_image {
	padding:3px;
	background:none;
    border:1px solid #dadada;
}
.widget_posts ul li img,.widget_flickr a {
	padding:2px;
	background:none;
    border:1px solid #dadada;
}
.page-numbers {
	padding:5px 10px;
}
a.page-numbers {
	color:#575757;
	background:#ededed;
	background-image: linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -o-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.47, rgb(223,223,223)),	color-stop(0.5, rgb(237,237,237)));
}
a.page-numbers:hover {
	color:#794764;
}
span.page-numbers {
	color:#657F18;
	background:#ededed;
	background-image: linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -o-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(223,223,223) 47%, rgb(237,237,237) 50%);
	background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.47, rgb(223,223,223)),	color-stop(0.5, rgb(237,237,237)));
}
/*------------------------------ FOOTER ------------------------------*/
#content-bottom {
	background:url(images/top.png) left top repeat-x !important;
}
#content-bottom .inner {
	background:url(images/header.png) 50% top no-repeat;
	height:20px;
}
#footer {
	color:#555555;
	background:#fff;
}
#footer a {
	
}
#footer .footer_txt {
	border-top:1px solid #e5e5e5;
}

/*------------------------------ WIDGETS ------------------------------*/

.fp-next, .fp-prev {
		width:46px;
		height:41px;
	}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	body {
		background:url(images/top.png) left 130px repeat-x;
	}
	#header {
		background:url(images/header.png) 50% 130px no-repeat;
	}
	#logo {
		position:absolute;
		left:50%;
	}
	#logo img {
		margin-left:-50%;
	}
	.menusearch {
		float:rigth;
		margin-top:6px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:94px;
		padding-top:30px;
		position:relative;
		z-index:11;	
	}
	#secondarymenu {
		float:left;
		margin-top:12px;
	}
	#secondarymenu li {
		margin-right:5px;
	}
	#secondarymenu a {
		color:#888;
		text-decoration:none;
		padding:10px;
		display:block;
		font-size:12px;
	}
	#secondarymenu a:hover{
		color:#95627f;
	}
	#mainmenu-container {
		height:43px;
		padding:16px 0;
	}
	#mainmenu {
	}
	#mainmenu li a {
		text-align:center;
		color:#363636;
		display:block;
		text-decoration:none;
		font-size:17px;
		font-family: 'PT Sans Narrow', sans-serif;
		padding:10px 25px;
	}
	#mainmenu a:hover{
		background:#f3f3f3;
	}
	#header li ul {
		top:39px;
	}
	#mainmenu li ul {
		top:50px;
		left:0%;
	}


	
	#header li ul .inner {
		background:#e5e5e5;
		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, .sub-menu li a {
		color:#363636 !important;
		padding:0 !important;
		background:none;
		height:25px;
		line-height:25px;
	}
	#header .sub-menu .sub-menu {
		top:0;
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		background:#f0f0f0;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		margin:15px 0;
	}
	.slider {
		position:relative;
		width:880px;
		margin:0 auto;
		padding:10px;
		background:#ffffff;
		box-shadow:0 0 4px #c5c3c3;
	}
	.fp-prev-next-wrap {
		margin:-10px;
	}
	.fp-prev,.fp-next {
		margin:0 10px;
		margin-top:-24px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:314px;
		width:880px;
	}
	.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:25px;
		right:30px;
		left:auto;
	}

}


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header .container {
		background-position:right top;
	}
	#logo {
		float:left;
		margin-left:20px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-top:6px;
		margin-right:40px;
		clear:right;
	}
	#secondarymenu-container {
		height:125px;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-right:15px;
	}
	#secondarymenu li {
		padding:18px;
	}
	#secondarymenu li a{
		color:#363636;
		text-decoration:underline;
	}
	#mainmenu-container {
		height:64px;
		clear:left;
		background:url(images/header.png) 50% top no-repeat;
		margin-bottom:15px;
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:21px 20px;
		float:left;
	}
	#mainmenu a {
		color:#363636;
		text-decoration:none;
		font-size:17px;
		font-family:'PT Sans Narrow';
	}
	#mainmenu li ul {
		top:65px;
		left:0;
	}


	#header li ul  .transparent {
		
	}
	#header li ul .inner {
		margin:1px;
		background:#000;
	}
	#header ul.children li a, .sub-menu li a {
		color:#686868;
		padding:0 !important;
		background:none;
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		color:#fff;
	}
	.slider-container { padding-bottom:35px;}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	#header .container {
		background-position:50% top;
	}
	.menusearch {padding:3px 0;}
	#secondarymenu-container {
		padding:0;
		
	}
	#logo {
	}
	
	#secondarymenu, #mainmenu {
		background:#fff;
		margin:0 -2%;
		padding:0 2%;
		margin-top:10px;
	}
	#bgr {
		width:100%;
	}
	#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 #45362d;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-5px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	
	}
}