/*
Theme Name: Menu.ca
Theme URI: http://menu.ca
Author: Menu.ca
Author URI: http://menu.ca/
Version: 2.0
Theme date: 03/18/2013


*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(css/font.css);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html {
	/*background:url("images/back.jpg") repeat fixed 0 0 transparent;*/
	background: #FFFFFF;
}
body {
	background:url("images/headerbg.png") repeat-x top left;
	color:#7d7d7d;
	font-size:13px;
	font-family: 'Arial', sans-serif;
	position:relative;
}
a {
	color:#9b9b9b;
}
a:hover {
	color:#f26c00;
	text-shadow:#fbd5c5;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#3a3a3a;
	text-decoration:none;
	line-height:25px;
}
h2 a.post_ttl:hover {
	color:#f26c00;
}
a.post_ttl {
	font-size:25px;
	color:#3a3a3a;
	font-family:"Open Sans Semibold";
	text-shadow:1px 1px 1px #fdfdfd;
}
}
/*------------------------------ HEADER ------------------------------*/
#header .container {
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
/*------------------------------ SEARCH ------------------------------*/
/*#s {
	background:none;
	border:none;
	float:left;
	height:23px;
	line-height:25px;
	color:#a3a3a3;
	width:160px;
}
.searchbtn {
	height:25px;
	width:17px;
	margin-right:10px;
}
.searchform {
	height:25px;
	background:#f3f3f3;
	border:1px solid #eaeaea;
	border-radius:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0;
}
*/

.searchform {
	background:url(http://blog.menu.ca/wp-content/themes/menu_2.0/images/sidebar/search.png) no-repeat transparent;
	width:219px;
	height:52px;
}
input.searchbtn {
	background:none;
	border:none;
	cursor: pointer;
	height: 40px;
	margin:5px 0 0 0px;
	width: 40px;
	font-size: 0;
	text-indent:-9999px;
}
div#search form p input {
	background: none repeat scroll 0 0 transparent;
	font-size: 13px;
}
#s {
	background:none;
	border:none;
	margin:12px 0 0 20px;
	height:24px;
	width:128px;
	line-height:25px;
	color:#000;
}
div#socialinterior {
	height:50px
}
div#tw_button {
	width:35px;
	height:35px;
	background: url('http://blog.menu.ca/wp-content/themes/menu_2.0/images/sidebar/twitter.png') 0 0px;
	float:left;
	margin-right:5px
}
div#tw_button:hover {
	background-position: 0 36px;
}
div#fb_button {
	width:35px;
	height:35px;
	background: url('http://blog.menu.ca/wp-content/themes/menu_2.0/images/sidebar/facebook.png') 0 0px;
	float:left;
	margin:0 5px
}
div#fb_button:hover {
	background-position: 0 36px;
}
div#linkedin_button {
	width:35px;
	height:35px;
	background: url('http://blog.menu.ca/wp-content/themes/menu_2.0/images/sidebar/linkedin.png') 0 0px;
	float:left;
	margin-right:5px;
}
div#linkedin_button:hover {
	background-position: 0 36px;
}
div#google_button {
	width:35px;
	height:35px;
	background: url('http://blog.menu.ca/wp-content/themes/menu_2.0/images/sidebar/google.png') 0 0px;
	float:left;
	margin-right:5px;
}
div#google_button:hover {
	background-position: 0 36px;
}
div#rss_button {
	width:221px;
	height:47px;
	background: url('http://blog.menu.ca/wp-content/themes/menu_2.0/images/sidebar/rss.png') 0 0px;
	float:left;
	margin-right:5px;
}
div#rss_button:hover {
	background-position: 0 47px;
}
/*------------------------------ CONTENT ------------------------------*/
.articles {
	margin-top:30px
}
.articles .one-post {
}
.articles .post-caption h1, .articles .post-caption h2 {
	padding-top:15px;
	padding-bottom:10px;
}
.articles .post-caption .post-meta {
	padding:0;
	color:#a3a3a3;
	text-shadow:1px 1px 1px #fdfdfd;
	font-size:10px;
}
.articles .post-date {
	color:#dd6200;
}
.articles .post-caption {
	padding:1px 0 12px;
}
.articles .post-body {
	margin:0 20px;
}
#commentform #submit, input.readmore, a.readmore {
	background: #505050; /* Old browsers */
	background: -moz-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #3c3c3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #505050 0%, #3c3c3c 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#3c3c3c', GradientType=0 ); /* IE6-9 */
	font-family: 'Open Sans', sens-serif;
	color:#fff;
	border:1px solid #282828;
	border-radius:3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 0 3px #858585;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: #f48200; /* Old browsers */
	background: -moz-linear-gradient(top, #f48200 0%, #da6100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f48200), color-stop(100%, #da6100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f48200 0%, #da6100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f48200 0%, #da6100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f48200 0%, #da6100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f48200 0%, #da6100 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48200', endColorstr='#da6100', GradientType=0 ); /* IE6-9 */
	border:1px solid #c15600;
	box-shadow:0 0 3px #dc9f6e;
}
.featured_image {
	margin-top:15px;
	padding:4px;
	background:2px #fff;
	border:1px solid #e9e9e9;
}
.googlemap {
	padding:4px;
	background:2px #fff;
	border:1px solid #e9e9e9;
}
.widget_posts ul li img, .widget_flickr a {
	border:1px solid #e9e9e9;
	padding:2px;
}
.pagination {
	margin:30px 0;
	text-align:right;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers {
	background: #af6ccb; /* Old browsers */
	background: #d4d4d4; /* FF3.6+ */
	background: #d4d4d4; /* Chrome,Safari4+ */
	background: #d4d4d4; /* Chrome10+,Safari5.1+ */
	background: #d4d4d4; /* Opera 11.10+ */
	background: #d4d4d4; /* IE10+ */
	background: #d4d4d4; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af6ccb', endColorstr='#7f4eaa', GradientType=0 ); /* IE6-9 */
	color:#2a2a2a;
	border:#fbfbfb;
	border-radius:6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
}
a.page-numbers:hover, span.page-numbers {
	background: #e7a41c; /* Old browsers */
	background: #f26c00; /* FF3.6+ */
	background: #f26c00; /* Chrome,Safari4+ */
	background: #f26c00; /* Chrome10+,Safari5.1+ */
	background: #f26c00; /* Opera 11.10+ */
	background: #f26c00; /* IE10+ */
	background: #f26c00; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a41c', endColorstr='#d87814', GradientType=0 ); /* IE6-9 */
	color:#fff;
	border:#818181;
	border-radius:6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
/*color:#363636;*/
	
}
#footer .container {
	background:none repeat scroll 0 0 #FFFFFF;
	padding-top:0;
}
#footer h3 {
	color:#2a2a2a;
	font-family: 'OpenSans', sans-serif;
	font-size:19px;
}
#footer .footer_txt {
	padding:15px 0;
}
#footer .footer_txt .container {
	height: 121px;
	background: url(http://menu.ca/images/footer.png) repeat-x;
	font-size: 13px;
	color: #000;
	text-align: center;
	padding: 80px 0 0;
	letter-spacing: 1px;
	width:100%;
	border-top:1px solid #dedede;
}
#footer .footer_txt .container a {
	/*color:#ffbb2b;*/
	color:#000;
	text-decoration:none;
}
#footer .footer_txt .container span {
	padding: 0 5px;
}
.facebook, .twitter {
	position: relative;
	top: 3px;
	margin: 0 5px;
}
#footer .footer_txt .container a:hover {
	color: #de171e;
}
.footer {
	width:960px;
	margin:0 auto
}
/*------------------------------ 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 {
}
#content .widget {
}
.fp-next {
	background-position:left 50%;
}
.fp-prev {
	background-position:right 50%;
}
.sidebox {
	margin:5px
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
#content-top {
	height:33px;
	width:1000px;/*background:#fff !important;*/
	}
#content-bottom {
	width:1000px;
}
#content {
}
#content .container {
	padding:0;
	/*border-bottom:6px solid #2a2a2a;*/
		width:1000px;
}
#logo {
	position:absolute;
	margin-top:58px;
	margin-left: 12px;
	height:54px;
}
.menusearch {
	float:left;
	margin-left:20px;
}
/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
	padding-top:6px;
	height:53px;
	position:relative;
	z-index:11;/*background:url("images/main-head.png") no-repeat scroll 50% 42px transparent;*/
	}
#header .container {
/*background:#FFFFFF;*/
	}
#secondarymenu {
	float:right;
	margin-right:20px;
	font-family:Tahoma, Geneva, sans-serif;
}
#secondarymenu a {
	text-decoration:none;
	/*padding:6px 9px;*/
		display:block;
	padding-top:6px;
	/*color:#2a2a2a;*/
		color: #FFFFFF;
}
#secondarymenu li {
	padding-left:36px;
}
#secondarymenu a:hover {
	color:#FFFFFF;
	text-shadow:#000;
	text-decoration:underline;
}
#header-block {
	position:relative;/*background:#fff;*/
	}
#mainmenu-container {
	height:43px;
	z-index:18;
	font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom:10px;
}
#mainmenu {
	background:url("images/mainmenu.png") repeat scroll 0 0 transparent;
	float:right;
	border:1px solid #434343;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:20px;
}
#mainmenu li a {
	text-align:center;
	display:block;
	text-decoration:none;
	padding:11px 20px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}
#mainmenu li {
	position:relative;
}
#mainmenu li a:hover {
	color:#db1f26;
	text-shadow:#000;
}
#header #mainmenu li ul {
	top:51px;
}
#header li ul {
	top:35px;
}
#header li ul .transparent {
	border:0 solid #383838;
	border-radius:6px;
	background:#383838;
}
#header li ul .inner {
	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;
	text-transform:uppercase;
	font-family:'liberationsansregular';
}
#header ul.children li a:hover, .sub-menu li a:hover {
	color:#fff !important;
	border:none !important;
	box-shadow:none !important;
	background:#f26c00;
	border-radius:6px;
}
#header #mainmenu li ul .inner {
}
#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
	color:#fff !important;
	text-shadow:1px 1px 1px #fff;
}
#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
	color:#fff !important;
	background:#f26c00;
	border:0px solid #f26c00;
	border-radius:6px;
}
#header .sub-menu .sub-menu {
	top:0 !important;
}
div.postshare {
	margin:5px 0;
	float:left;
	width:450px;
}
div.fbshare {
	float:left;
	width:85px
}
div.tweetshare {
	float:left;
	width:100px
}
div.linkshare {
	float:left;
	width:105px
}
div.pinshare {
	float:left;
	width:65px;
}
div.googleshare {
	float:left
}
/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
	margin-top:105px;
	width:960px;
	margin-left:20px;
	padding:5px;
	border:1px solid #9e9e9e;
	background:url(images/slide-border-bottom.png) 50% bottom no-repeat;
}
.fp-next, .fp-prev {
	margin:-184px -47px 0;
	width:44px;
	height:320px;
}
.slider {
	position:relative;
	width:960px;
	background:#1c1c1c;
	border:1px solid #3a3a3a;
}
.fp-prev-next-wrap {
	margin:0 -10px;
}
.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
	height:188px;
}
.fp-slides, .fp-thumbnail, .fp-slides-items {
	height:416px;
	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;
}
.fp-nav {
	margin-bottom:30px;
	margin-left:-850px;
}
.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 {
	background:url(images/top.png) left top repeat-x;
}
#logo {
	float:left;
	margin-top:10px;
	margin-left:20px;
}
#header-banner {
	margin-top:25px;
	float:right;
}
/*------------------------------ MENU ------------------------------*/
	.menusearch {
	margin-right:20px;
	margin-top:10px;
}
/*
	
	#secondarymenu-container {
		font-family:'liberationsansregular';
		text-transform:uppercase;
		background:#fff;
		height:89px;
		padding-top:0px;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-right:7px;
	}
	#secondarymenu li {
	line-height: 39px;
    padding: 0 0 0 36px;
	}
	#secondarymenu li a{
		color:#363636;
		text-decoration:none;
	}
	
	

		#secondarymenu-container {
		font-family: Tahoma, Geneva, sans-serif;
		text-transform:uppercase;
		background:#fff;
		height:89px;
		padding-top:0px;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-right:7px;
	}
	#secondarymenu li {
		padding:15px;
	}
	#secondarymenu li a{
		color:#363636;
		text-decoration:none;
	}
	*/
	#mainmenu-container {
	font-family:'open sans';
	clear:left;
	margin-bottom:15px;
	background: #434343; /* Old browsers */
	background: -moz-linear-gradient(top, #434343 1%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #434343), color-stop(100%, #111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #434343 1%, #111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #434343 1%, #111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #434343 1%, #111111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #434343 1%, #111111 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#111111', GradientType=0 ); /* IE6-9 */
	padding-bottom:13px;
}
#mainmenu {
	margin:0 10px;
}
#mainmenu li {
	padding:0;
	float:left;
}
#mainmenu a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	padding:13px 15px 6px;
	display:block;
}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
.wp-about-author-text {
	float:none !important;
	padding:0 !important;
	margin:0 !important;
	clear:both
}
.wp-about-author-pic {
	float:none !important;
}
.menusearch {
	padding:13px 0;
	margin-top:28px;
}
#header {
}
#logo {
	margin-top:37px;
	/*		background:#fff;*/
		padding:5px;
	margin-bottom:-67px;
}
.searchbtn {
	width:auto !important;
}
#secondarymenu-container {
	padding-top:6px;
}
#secondarymenu, #mainmenu {
	background:#fff;
	margin:0 -2%;
	padding:0 2%;
	margin-top:5px;
}
#secondarymenu ul, #mainmenu ul {
	width: 100%;
	text-align: center;
}
#secondarymenu li, #mainmenu li {
	padding: 0 5px;
	float: left
}
#secondarymenu li a, #mainmenu li a {
	color:#fff;
	text-decoration:none;
}
ul#secondary-menu {
	float: none;
}
ul#secondary-menu li {
	float: none;
	text-align: left;
	background: #EDEDED;
	margin-bottom: 1px;
	padding: 0;
}
ul#secondary-menu li a {
	background: #EDEDED;
	display: block;
	margin-bottom: 1px;
	padding: 3px 10px;
}
ul#secondary-menu li a:hover {
	background: #CCC;
}
ul#secondary-menu li.btn-pricing-signup a {
    background: none;
    display: block;
    height: auto;
    width: auto;
	text-indent: inherit;
}
ul#secondary-menu li.btn-pricing-signup a:hover {
    background: #CCC;
}
.fp-next, .fp-prev {
	margin:0 -5px;
}
.footer-widgets .widgetf:first-child {
	border:none;
}
.footer {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 3%;
}
#footer {
	width:100%;
}
div.postshare {
	display:none !important
}
.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%;
}
}
#secondary-menu {
	font-family:Tahoma, Geneva, sans-serif !important;
	float: right;
	padding: 15px 0 0;
}
#secondary-menu li {
	float: left;
	line-height: 33px;
	padding: 0 0 0 42px;
}
#secondary-menu li a {
	color: #000000;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
}
#secondary-menu li.btn-pricing-signup a {
	background: url("http://menu.ca/images/btn-pricing-signup.gif") no-repeat scroll center top transparent;
	display: block;
	height: 33px;
	text-indent: -90000px;
	width: 151px;
}
#secondary-menu li.btn-pricing-signup a:hover {
	background-position: center bottom;
}
div.sidebar {
	padding-top:45px
}
div.menu-primary-container, div.menu-topmenu-container {
	padding-left:25px;
}
ul li.page_item, ul li.cat-item, ul li.current_page_item {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px
}
ul li.page_item a, ul li.cat-item a, ul li.current_page_item a {
	color:#585858;
	padding-left:15px;
	background:url(http://c454621.r21.cf2.rackcdn.com/blog.menu.ca/images/arrow.gif) no-repeat center left
}
div.menu-primary-container ul li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	margin-bottom:5px
}
div.menu-primary-container ul li a {
	color:#585858;
	padding-left:15px;
	background:url(http://c454621.r21.cf2.rackcdn.com/blog.menu.ca/images/arrow.gif) no-repeat center left
}
