/*
Theme Name: AboutToys
Theme URI: http://smthemes.com/abouttoys/
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/03/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) repeat fixed transparent;
}
body {	
	color:#252525;
	position:relative;
}
a {
	color:#252525;
}
a:hover {
	color:#ce181e;
}
a.post_ttl, .post-caption h1 {
	color:#252525;
	font-size:21px;
	font-family:'oswald';
}
h2 a.post_ttl:hover{
	color:#F10938;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#header{
	background:url("images/top.png") repeat-x left top;
}
.no-slider #header {
	background:url(images/top-noslider.png) repeat-x ;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:30px;
	line-height:30px;
	color:#3d3d3d;
	font-family:'oswald';
	background:#fff;
	box-shadow:1px 1px 5px #888888 inset;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border:1px solid #fff;
	width:195px;
}
.searchbtn {
	height:30px;
	width:23px;
	margin-right:0;
}
.searchform {
	height:23px;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/

#commentform #submit, input.readmore, a.readmore {
	color:#ce181e;
	text-decoration:underline;
	border:none;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	color:#ce181e;
	text-decoration:underline;
	border:none;
}
.featured_image {
	margin-top:15px;	
	padding:2px;
	background:#fff;
	border-bottom: 1px solid #9B9B9B;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
.googlemap {
	padding:2px;
	background:#fff;
	border-bottom: 1px solid #9B9B9B;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:1px;
	background:#fff;
	border-bottom: 1px solid #9B9B9B;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers {
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #fff;
	background:#ececec;
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
	text-decoration:none;
	box-shadow: 0px 1px 2px #ccc;
}
a.page-numbers:hover, span.page-numbers {
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #fff;
	background:#ececec;
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(225,225,225,1) 100%); /* W3C */
	text-decoration:none;
	box-shadow: 0px 1px 2px #ccc;
	color:#F10938;
}
.one-post{
	border-bottom:2px solid #DCDCDC;
} 
.post-meta a{
	color:#f10938;
	text-decoration:underline;
}
.post-date{
	color:#000;
}
/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:#fff;
}
#footer h3{
	font-family:'oswald';
	font-size:21px;
	color:#2a2a2a;
}
#footer a{
	color:#5a5a5a;
}
.footer-top{
	background:url(images/footer-top.png) repeat-x left;
	height:13px;
	margin-top:10px;
}
.footer-bottom{
	background:url(images/footer-bottom.png) repeat-x left;
	height:13px;
}
#footer .container {
}

#footer .footer_txt {
	border-top:1px dashed #c3baa8;
}
#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 {
	padding:0 5px;
	color:#252525;
	font-size:21px;
	font-family:'oswald';
}
#content .widget {
	
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	#content-bottom  { 
		background:url(images/content/bottom.png) center bottom repeat-x; 
		height:13px;
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:13px;
		background:url(images/content/top.png) center top repeat-x;
	}
	#content {
		
	}
	#content .container {
		padding:0;
		width:1000px;
	}
	#logo {
		float:left;
	}
	.menusearch {
		width:260px;
		margin-top:18px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:70px;
		position:relative;
		z-index:21;
	}
	
	
	#secondarymenu {
		float:left;
		background:#fff;
		border:2px solid #dd8292;
		border-radius:40px;
		-moz-border-radius:40px;
		-webkit-border-radius:40px;
		margin-left: 15px;
		margin-top: 18px;
	}
	#secondarymenu a {
		padding:16px 9px;
		border-right:1px solid #000;
		margin: 6px 0;
		padding: 0 9px;
	}
	#secondarymenu li:last-child a{
		border:none;
	}
	#secondarymenu a:hover{
		color:#ffd4a4;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:88px;
		position:relative;
		margin:10px -11px 25px;
		z-index:18;
		background:url(images/mainmenu.png) no-repeat;
		padding:15px 30px 0;
	}
	#mainmenu li a {
		font-size:14px;
		color:#ecebeb;
		font-family:'arial';
		text-shadow:0 0 3px #901731;
		padding:29px 0 41px;
	}
	#mainmenu ul li {		
		width:131px;
		padding:0;
		text-align:center;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		background:url(images/mainmenu-hover.png) no-repeat top;
	}


	#header #mainmenu li ul {
		top:88px;
	}
	#header li ul {
		top:33px;
	}
	#header li ul .transparent {
	}
	#header li ul .inner {
		padding:0;
		background:url(images/innermenu.png) repeat center;
		border:2px solid #fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	#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:#000 !important; 
		padding:0 20px !important;
		text-align:left;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#df191b !important; 
		border:none !important;
		box-shadow:none !important;
	}
	
	#header #mainmenu li ul .inner {
		background:url(images/innermenu.png) repeat center;
		border:2px solid #fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#545454 !important;
		background:none !important;
		padding:0 20px !important;
		text-align:left;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {		
		color:#df191b !important;
		border:none !important;
		box-shadow:none !important;
	}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		margin-bottom:50px;
	}
	.slider {
		position:relative;
		box-shadow:1px 1px 5px #888888;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		background:#e6e6e6;
		padding:7px;
	}
	.fp-next, .fp-prev {
		margin:170px 20px;
		width:39px;
		height:36px;
	}
	.fp-title{
		font-size:13px;
	}
	
	.fp-prev-next-wrap {
		margin:0 -7px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:372px;
		width:984px;
	}
	.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:-25px;
		left:30px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
	.content-l #content .container { background:url(images/content/main-l.png) left top repeat-y; }
	.content-r #content .container { background:url(images/content/main-r.png) left top repeat-y; }
	.content-lr #content .container { background:url(images/content/main-lr.png) left top repeat-y; }
	.content-l2 #content .container { background:url(images/content/main-l2.png) left top repeat-y; }
	.content-r2 #content .container { background:url(images/content/main-r2.png) left top repeat-y; }
	.content-n #content .container { background:url(images/content/main-n.png) left top repeat-y; }
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
		background:none;
	}
	#logo {
		float:left;
		margin-top:0;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-right:20px;
		margin-top:20px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		padding:15px;
	}
	#secondarymenu li a{
		font-size:15px;
		color:#fff;
	}

	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:20px;
		padding:10px 15px 5px !important;
		display:block;
	}

	#header ul.children li a, .sub-menu li a {
	}
	
}

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