/*
Theme Name: ExpoSure
Theme URI: http://smthemes.com/exposure/
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: 08/12/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) 50% 25px ;
}
body {
	color:#252525;
	position:relative;
}
a {
	color:#111;
}
a:hover {
	color:#de4f44;
}
a.post_ttl, .post-caption h1 {
	color:#222;
	font-size:20px;
	font-family: 'pt_sansbold';
}
h2 a.post_ttl:hover{
	color:#de4f44;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#header{
	background:url(images/header.png) 50%;
	border-bottom:6px solid #de4f44;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:31px;
	line-height:31px;
	color:#464646;
	text-transform:lowercase;
}
.searchbtn {
	height:31px;
	width:31px;
	margin-right:0;
}
.searchform {
	height:31px;
	background:#fff;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.one-post{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.articles .post-caption{ padding:0; }
.articles .post-caption h2, .articles .post-caption h1 { padding:5px 0; }
#commentform #submit, input.readmore, a.readmore {
	background: #3e3e3e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:none;
	color:#fff;
	font-family: 'pt_sansbold';
	text-transform:uppercase;
	font-size:16px;
	padding:7px 15px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(227,104,96); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,104,96,1) 0%, rgba(191,68,60,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,104,96,1)), color-stop(100%,rgba(191,68,60,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36860', endColorstr='#bf443c',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
}
.featured_image{margin-top:5px;}
.featured_image.alignleft{padding:0;  border:none;}
.featured_image.alignright{padding:0; border:none;}
.featured_image.aligncenter{padding:0; border:none;}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:right;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
a.page-numbers {
	color:#000;
	text-decoration:none;
}
span.page-numbers {
	background: rgb(227,104,96); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,104,96,1) 0%, rgba(191,68,60,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,104,96,1)), color-stop(100%,rgba(191,68,60,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36860', endColorstr='#bf443c',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
a.page-numbers:hover{
	color:#de4f44;
}
.page-title{
	color:#de4f44;
	font-size:25px;
	text-transform:uppercase;
	font-family: 'pt_sansbold';
}
.post-meta a{
	color:#de4f44;
	text-decoration:none;
}
/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:url(images/footer.png) 50% ;
}

#footer a{}

#footer h3{
	font-size:19px;
	color:#000;
	font-family: 'pt_sansbold';
}

#footer .container {
}

.footer_txt {
	background:#3e3e3e;
	color:#fff;
	border-top:6px solid #de4f44;
}
.footer_txt a{
	color:#de4f44;
	text-decoration:none;
}
.footer_txt a:hover{
	text-decoration:underline;
}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ 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 {
	color:#222;
	font-size:22px;
	text-transform:uppercase;
	font-family: 'pt_sansbold';
}
#content .widget {

}
.tabs_captions {
	border-radius:5px
}
.tabs_captions .scaption{
	color:#fff;
	font-size:17px;
	background:#3e3e3e;
	padding:5px 10px !important;
	border:none;
	font-family: 'pt_sansbold';
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	background: rgb(227,104,96); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,104,96,1) 0%, rgba(191,68,60,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,104,96,1)), color-stop(100%,rgba(191,68,60,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36860', endColorstr='#bf443c',GradientType=0 ); /* IE6-9 */
}
.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 {
		margin-top:50px;
	}
	#content .container {
	}
	#logo {
		position:absolute;
		top:34px;
		left:20px;
	}
	.menusearch {
		width:260px;
		top:65px;
		right:20px;
		position:absolute;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:126px;
		position:relative;
		z-index:11;
	}
	#secondarymenu {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
	}
	#secondarymenu a {
		padding:8px 9px;
		color:#fff;
		font-size:14px;
	}
	#secondarymenu a:hover{
		background: rgb(227,104,96); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(227,104,96,1) 0%, rgba(191,68,60,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,104,96,1)), color-stop(100%,rgba(191,68,60,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36860', endColorstr='#bf443c',GradientType=0 ); /* IE6-9 */
		border-radius:7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
	}
	#header-block {
		position:relative;
	}

	#mainmenu-container {
		height:64px;
		margin:0 auto;
		background:url(images/mainmenu.png) top no-repeat;
		padding:0 30px;
		z-index:18;
	}
	#mainmenu li a {
		padding:7px 20px;
		font-size:18px;
		font-family: 'pt_sansbold';
		color:#fff;
		text-transform:uppercase;
	}
	#mainmenu li {
		position:relative;
		padding:13px 0;
	}
	#mainmenu li a:hover{
		background: rgb(227,104,96); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(227,104,96,1) 0%, rgba(191,68,60,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,104,96,1)), color-stop(100%,rgba(191,68,60,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(227,104,96,1) 0%,rgba(191,68,60,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36860', endColorstr='#bf443c',GradientType=0 ); /* IE6-9 */
		border-radius:7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
	}


	#header li ul {	top:26px; }
	#header #mainmenu li ul { top:43px; }

	#header li ul .transparent {	}
	#header li ul .inner { background:#fff; border:1px solid #e5e5e5;	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}

	#header ul.children li a, #header .sub-menu li a {
		color:#000;
		padding:0 20px;
		text-align:left;
		border-radius:0;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#de4f44;
		background:none;
	}

	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		text-transform:none;
	}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {
		background:none;
	}

	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		position:relative;
		margin:0 auto;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:160px -10px;
		width:58px;
		height:58px;
	}
	.fp-title{
		font-size:13px;
	}

	.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-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 {
		right:30px;
		bottom:30px;
		left:auto;
	}
	.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-top:15px;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-top:20px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {

	}
	#secondarymenu li a{
		padding:15px;
		font-size:15px;
		color:#fff;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:18px;
		padding:10px 15px;
		display:block;
		font-family: 'pt_sansbold';
	}


}

/*	-==========================- 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:auto !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		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%;
	}
}