/*
Theme Name: OlympicPress
Theme URI: http://smthemes.com/olympicpress/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.4.3
License: Creative Commons 3.0
Theme date: 12/17/2016
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) left top;
}
body { 	
	color:#252525;
}
a {
	color:#959595;
}
a:hover {
	color:#fd7d3c;
}
a.post_ttl, .post-caption h1 {
	color:#252525;
	font-size:24px;
	font-family: 'pt_sansbold';
	text-transform:uppercase;
}
h2 a.post_ttl:hover{
	color:#fd7d3c;
}

.page-title{
	color:#fd7d3c;
	font-size:24px;
	font-family: 'pt_sansbold';
	text-transform:uppercase;
}

/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:35px;
	line-height:35px;
	color:#a3a3a3;
}
.searchbtn {
	height:35px;
	width:35px;
	margin-right:0;
}
.searchform {
	height:35px;
	border-top:1px solid #b4b4b4;
	border-left:1px solid #b4b4b4;
	background:#ebebeb;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
#content .container {
	padding-top:30px !important; 
}
.articles .post-caption h2, .articles .post-caption h1 { line-height:24px; }
.one-post {
	border-bottom:1px solid #ccc;
	margin-bottom:60px;
}
#commentform #submit, input.readmore, a.readmore {
	border:none;
	width:auto;
	text-shadow:1px 1px 1px #cf590c;
	color:#fff;
	text-transform:uppercase;
	font-family: 'pt_sansbold';
	font-size:14px;
	padding:10px 15px 6px 15px;
	background: rgb(255,126,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,126,38,1) 0%, rgba(218,88,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,126,38,1)), color-stop(100%,rgba(218,88,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e26', endColorstr='#da5801',GradientType=0 ); /* IE6-9 */color:#fff;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(38,38,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,38,38,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,38,38,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-shadow:none;
	text-decoration:none;
}
.featured_image{margin-top:15px; padding:0 !important; border:none !Important; }

.googlemap {
	padding:8px;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:4px;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:center;
}
.page-numbers {
	padding:7px 10px;
	font-family: 'Arial';
}
a.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(184,184,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(184,184,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
	color:#000;
	text-decoration:none;
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li  { 
	margin-right:3px;
} 
a.page-numbers:hover, 
span.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	background: rgb(255,126,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,126,38,1) 0%, rgba(218,88,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,126,38,1)), color-stop(100%,rgba(218,88,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e26', endColorstr='#da5801',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
 
.post-meta a { text-decoration:none; }
/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#fff;
}

#footer .inner a{ color:#fff; text-decoration:none; }
#footer .inner a:hover { color:#f60; text-decoration:underline; }

#footer h3{
	font-family: 'pt_sansbold';
	font-size:24px;
	text-transform:uppercase;
	color:#fff;
}

#footer .container.clearfix {
	background: rgb(69,69,69); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,69,69,1) 0%, rgba(32,32,32,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,69,69,1)), color-stop(100%,rgba(32,32,32,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,69,69,1) 0%,rgba(32,32,32,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,69,69,1) 0%,rgba(32,32,32,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,69,69,1) 0%,rgba(32,32,32,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,69,69,1) 0%,rgba(32,32,32,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
}

.footer_txt {
	text-align:center;
	color:#000;
}
#footer .footer_txt .container {
}
.footer-widgets {
}
#footer .widget_archive ul li, 
#footer .widget_categories ul li, 
#footer .widget_meta ul li, 
#footer .widget_pages ul li,  
#footer .widget_recent_entries ul li {
	background-image:url(images/footer-list.png); 
}
#footer .widget_archive ul li:hover, 
#footer .widget_categories ul li:hover, 
#footer .widget_meta ul li:hover, 
#footer .widget_pages ul li:hover,  
#footr .widget_recent_entries ul li:hover{
	background:url(images/list-hover.png) left no-repeat;
}
/*------------------------------ 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 {
	margin-bottom:50px;
}
#content .widget .caption h3 {
	color:#252525;
	font-size:24px;
	font-family: 'pt_sansbold';
	text-transform:uppercase;
}
#content .widget  a{
	text-decoration:none;
	color:#2b2b2b;
}
.widget_archive ul li:before, 
.widget_categories ul li:before, 
.widget_meta ul li:before, 
.widget_pages ul li:before,  
.widget_recent_entries ul li:before{
	content:none !important;
}
.widget_archive ul li, 
.widget_categories ul li, 
.widget_meta ul li, 
.widget_pages ul li,  
.widget_recent_entries ul li {
	background:url(images/list.png) left no-repeat;
	padding-left:15px;
	border-bottom:1px solid #ccc;
}
.widget_archive ul li:hover, 
.widget_categories ul li:hover, 
.widget_meta ul li:hover, 
.widget_pages ul li:hover,  
.widget_recent_entries ul li:hover{
	background:url(images/list-hover.png) left no-repeat;
}
#content .widget a:hover {
	color:#f60;
}
.widget_posts .day{}
.widget_posts .date{}
.tabs_captions .tabscaption{	
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(184,184,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(184,184,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(184,184,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
	color:#000;
	padding:6px 10px !important;
	font-size:16px;
	border:none !important;
	margin:3px;
	font-family: 'pt_sansbold';
}
.tabs_captions .tabscaption.active, .tabs_captions .tabscaption:hover{
	background: rgb(255,126,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,126,38,1) 0%, rgba(218,88,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,126,38,1)), color-stop(100%,rgba(218,88,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,126,38,1) 0%,rgba(218,88,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e26', endColorstr='#da5801',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.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 {
		
	}
	#header .container {
		background:url(images/content/main-n.png) top repeat-y;
		padding:0 20px;
	}
	.content-r #main_content, .content-r2 #main_content{
		padding:0 20px 20px 0;
	}
	.content-l #main_content, .content-l2 #main_content{
		padding:0 0 20px 20px;
	}
	.content-lr #main_content{
		padding:0 20px 20px;
	}
	#content .container { padding:0 50px; width:900px; }
	.container {
		width:960px;
	}
	#logo {
		position:absolute;
		top:42px;
	}
	.menusearch {
		width:260px;
		position:absolute;
		right:20px;
		bottom:29px;
	}
	body {
		background:url(images/top.png) left 193px repeat-x;
	}
	.no-slider { background:none; }
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:140px;
		position:relative;
		z-index:11;
		padding:0 20px;
	}
	
	
	#secondarymenu {
		float:left;
		width:100%;
		margin:0 -20px;
		padding:0 20px;
		background:url(images/sec-menu.png) left top repeat-x;
		height:41px;
	}
	#secondarymenu a {
		padding:12px 9px;
		font-size:14px;
		color:#000;
	}
	#secondarymenu a:hover{
		color:#f60;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:63px;
		background:url(images/mainmenu.png) left top repeat-x;
		z-index:18;
	}
	#mainmenu li a {
		padding:19px 20px;
		font-size:20px;
		font-family: 'pt_sansbold';
		color:#fff;
		text-transform:uppercase;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#fff;
		background:url(images/mainmenu-hover.png) left top repeat-x;
	}


	#header li ul {	top:43px; }
	#header #mainmenu li ul { top:65px; }
	
	#header li ul .transparent {	}
	#header li ul .inner { 
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
		padding:0;
	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	#header ul.children li, #header ul.sub-menu li {
		padding:5px 0 !important;
		border-bottom:1px solid #fff;
	}
	#header ul.children li:last-child, #header ul.sub-menu li:last-child { border-bottom:none; }
	#header ul.children li a, #header ul.sub-menu li a {
		color:#000; 
		padding:0 20px;
		text-align:left;
		background:none !important;
	}
	#header ul.children li a:hover, #header ul.sub-menu li a:hover {
		color:#f60;
	}
	#header #mainmenu ul.children li a, #header #mainmenu ul.sub-menu li a {
		color:#000; 
		padding:0 20px;
		text-align:left;
		background:none !important;
	}
	#header #mainmenu ul.children li a:hover, #header #mainmenu ul.sub-menu li a:hover {
		color:#f60;		
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		margin:0 auto;
		width:960px;
		height:400px;
	}
	.slider {
		position:absolute;
	}
	.fp-next, .fp-prev {
		margin:0 -17px;
		width:44px;
		height:390px;
	}
	.fp-title a{
		font-size:42px;
		color:#fff;
		text-transform:uppercase;
		font-family: 'pt_sansbold';
		text-decoration:none;
	}
	
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.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:960px;
	}
	.fp-content-fon {
		border:none;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
		height:400px;
		width:443px;
		left:0;
		bottom:0;
		background:url(images/fp-fon.png);
	}
	.fp-content {
		bottom: 166px;
		font-size: 13px;
		height: 131px;
		left:24px;
		right: 567px;
		text-align: left;
	}
	.fp-content p {
		font-family: 'pt_sansregular';
		font-size:15px;
		line-height:23px;
	}
	.fp-content p a{
		text-transform:lowercase;
	}
	.fp-content p a:hover { color:#000 !important; }
	.fp-nav {
		right:auto;
		bottom:82px;
		left:45px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-pager a {
		width:16px;
		height:16px;
	}
	#footer .footer_txt .container {
		
	}
	#content .container { background:url(images/content/main-n.png) top repeat-y; }
}	

/* WooCommerce */
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce-page #content .products li a.button {
	background:#eb6912 !important;
	color:#fff !important;
	text-shadow:1px 1px 1px #cf590c !important;
	box-shadow:none !Important;
	font-weight:normal !Important;
	border:none !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content .products li a.button:hover  {
	background:#151515 !important;
	text-shadow:none !important;
}
.widget.woocommerce.widget_product_search #s {  
	border-top:1px solid #b4b4b4 !important;
	border-left:1px solid #b4b4b4 !important;
	background:#ebebeb !important;
	color:#a3a3a3 !important;
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#ed6c14;
	padding:2px 6px;
	color:#fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#ed6c14 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#b0500f !important;
}
.woocommerce-page #main_content > #container > #content { 
	padding:15px 0 !important;
}

/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#header .container {
		background:url(images/content/main-n.png) top repeat-y;
	}
	/*------------------------------ MENU ------------------------------*/
	
	#secondarymenu-container {
		padding-top:0px;
	}
	
	
	
	
		
	
	
	

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}
	.searchbtn {
		width:35px !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	
	
	
	.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%;
}
}