/*
Theme Name: Planshet
Theme URI: http://smthemes.com/planshet/
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/24/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(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Dosis);
@import url(http://fonts.googleapis.com/css?family=Simonetta:400italic);
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans);
html {
	background:#e5e5e5;
}
body {
	background:#e5e5e5;
	color:#363636;
}


a {
	color:#a80000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#3a3a3a;
	text-shadow:0 1px 1px #fff;
	text-decoration:none;
}

a.post_ttl {
	font-size:20px;
	
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background:url(images/top.png) left top repeat-x;
	padding-top:7px;
}
#header .container {
	background:url(images/background.png) 50% top repeat-y
}
#secondarymenu-container {
	position:relative;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	border:none;
	background:none;
	float:right;
	height:25px;
	line-height:25px;
	color:#818181;
}
.searchbtn {
	height:27px;
	width:31px;
	margin-left:0;
}
.searchform {
	background:#242424;
	border-bottom:1px solid #404040;
	border-right:1px solid #404040;
	box-shadow:1px 1px 2px #0b0b0b inset;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/*------------------------------ CONTENT ------------------------------*/
.articles .post-caption h1, .articles .post-caption h2 {
	font-family:'Dosis';
}
.articles .post-meta {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	font-family: 'Simonetta', cursive;
	font-size:15px;
	color:#3a3a3a;
	text-shadow:0 1px 1px #fff;
}
.articles .post-meta a{
	color:#3a3a3a;
}
.articles .post-meta .meta-comments {
	color:#a80000;
	float:right;
}
#commentform #submit, input.readmore, a.readmore {
	color:#fff;
	background:url(images/readmore.png) left top repeat-x;
	box-shadow:0 2px 3px #656565;
	border:1px solid #333333;
	margin-right:5px;
	padding:0 15px;
	height:32px;
	line-height:32px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:'Dosis';
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:url(images/readmore-a.png) left top repeat-x;
	border:1px solid #fff;
	box-shadow:3px 3px 5px #5d0000 inset;
	text-decoration:none;
}
.featured_image {
	padding:2px;
	background:#ffffff;
    border:1px solid #bcbcbc;
	margin-top:12px;
}
.googlemap {
	background:#ffffff;
    border:1px solid #bcbcbc;
}
.widget_posts ul li img,.widget_flickr a {
	padding:2px;
	background:#fff;
}
.page-numbers {
	font-size:14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 10px;
	font-family:'Dosis';
}
a.page-numbers {
	background:url(images/readmore.png) left top repeat-x;
	border:1px solid #333333;
	box-shadow:0 1px 1px #656565;
	color:#fff;
	
}
a.page-numbers:hover, span.page-numbers {
	
	color:#fff;
	background:url(images/readmore-a.png) left top repeat-x;
	border:1px solid #fff;
	box-shadow:3px 3px 5px #5d0000 inset;
	text-decoration:none;
	
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	color:#363636;
	background:url(images/footer.png) left top repeat-x;
}
#footer .container {
	
}
#footer a {
	color:#a00000;
}
#footer h3 {
	color:#363636;
}
#footer .footer_txt {
	background:#353535;
	padding:20px 0;
	color:#fff;
	font-size:15px;
	font-family:'Dosis';
	overflow:hidden;
}
#footer .smthemes {
	float:right;
}
#footer .footer_txt a {
	color:#fff;
	text-decoration:underline;
}

/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.widget h3 {
	font-family:'Dosis';
	font-size:20px;
}
.sidebar .widget:first-child {
	background:none !important;
}
.sidebar.right .widget {
	background:url(images/widget-r.png) left top no-repeat;
}
.sidebar.left .widget {
	background:url(images/widget-l.png) right top no-repeat;
}
.fp-next, .fp-prev {
	width:36px;
	height:34px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#logo {
		float:left;
	}
	.menusearch {
		position:absolute;
		right:0;
		top:104px;
		margin-top:18px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:117px;
		position:relative;
		z-index:11;
	}
	#secondarymenu {
		float:right;
		margin-top:30px;
	}
	#secondarymenu li {
		
	}
	#secondarymenu a {
		color:#333333;
		text-decoration:none;
		padding:20px;
		font-family: 'Ropa Sans', sans-serif;
		display:block;
		font-size:13px;
		text-shadow:0 1px 1px #fff;
	}
	#secondarymenu a:hover{
		color:#d80000;
	}
	#mainmenu-container {
		height:32px;
		background:url(images/menu.png) left top no-repeat;
		padding:15px;
		margin:0 -15px;
		position:relative;
		z-index:7;
	}
	
	#mainmenu li a {
		text-align:center;
		color:#fff;
		display:block;
		text-decoration:none;
		font-size:15px;
		font-family: 'Ropa Sans', sans-serif;
		padding:6px 25px;
		text-shadow:0 1px 1px #000;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
	#mainmenu a:hover{
		background:#000;
	}
	#header li ul {
		top:50px;
	}
	#mainmenu li ul {
		top:40px;
		left:0%;
	}


	#header li ul .inner {
		background:#000;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding:0;
	}
	#header #secondarymenu li ul .inner {
		background:#e5e5e5;
		border:1px solid #d4d4d4;
		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:#fff !important;
		padding:0 !important;
		background:none;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		background:#333 !important;
		color:#fff !important;
	}
	#header #secondarymenu  ul.children li a, #header #secondarymenu .sub-menu li a {
		color:#333333 !important;
	}
	#header #secondarymenu ul.children li a:hover, #header #secondarymenu .sub-menu li a:hover {
		background:#ebebeb !important;
		color:#d80000 !important;
	}
	#header .sub-menu .sub-menu {
		top:0;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		margin-top:-4px;
	}
	.slider {
		position:relative;
		width:970px;
		margin:0 auto;
		padding:14px;
		padding-top:0;
		background:#212121;
		border:1px solid #454545;
		border:none;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.fp-prev-next-wrap {
		margin:-14px;
	}
	.fp-prev,.fp-next {
		margin:20px;
		margin-top:-32px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:365px;
		width:970px	;
	}
	.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:50% top;
	}
	#logo {
		float:left;
		margin-left:0px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-top:10px;
		margin-right:25px;
		clear:right;
	}
	#secondarymenu-container {
		height:100px;
		padding-top:0px;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-top:0px;
		margin-right:7px;
	}
	#secondarymenu li {
		padding:18px;
	}
	#secondarymenu li a{
		color:#333333;
	}
	#mainmenu-container {
		height:69px;
		padding-bottom:13px;
		clear:left;
		background:url(images/menu.png) 50% top no-repeat;
		margin-bottom:15px;
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:16px;
		font-family: 'Ropa Sans', sans-serif;
		padding:21px 15px;
		display:block;
	}
	#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) {
	.menusearch {padding:3px 0;}
	
	#secondarymenu-container {
		padding-top:3px;
	}
	#logo {
		margin-bottom:-10px;
		height:124px;
	}
	
	#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%;
	
	}
}