html {
	  -webkit-text-size-adjust: 100%;
}

/*---RETINA GRAPHICS---*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.header .logo a {
	    background: url(images/logo@2x.png) no-repeat;
	    background-size: 100% auto;
	}
	.span_sidebar .social {
		background: url(images/social@2x.png) no-repeat;
		background-size: 100% auto;
	}

}

/*---RESPONSIVE QUERIES---*/

@media ( max-width : 1175px ) {
	
	
}
@media ( max-width : 1075px ) {
	#page_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.topbar, .footer, .subfooter {
		margin-left: -15px;
		margin-right: -15px;
	}

	
}
@media ( max-width : 1010px ) {
	
	
}
@media ( max-width : 980px ) {

	
}
@media ( max-width : 910px ) {
	
	
}
@media ( max-width : 850px ) {

}


@media ( max-width : 800px ) {
	
	.span_content, .span_content_full {
		float: none;
		width: 100%;
		margin: 0 auto; }
		
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 50px auto 0;
		padding-top: 50px;
		border-top: 1px solid #ecebec;
		position: relative;
	}

	#top .topmenu, #main, .hideonmobile, .header-search {
		display: none;
	}

	.header {
		border: none;
		margin: 0 0 15px;
	}
		.topnav .search-form {
			display: none;
		}
	.header .logo {
		display: none;
	}

	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 340px;
	}

	.subfooter .footernav {
	    margin: 0 0 20px;
	    padding: 0;
	    width: 100%;
	    font-size: 120%;
	    float: none;
	    text-align: center;
	    line-height: 1.5;
	}
	.footernav a {
		padding: 5px 5px;
		display: inline-block;
	}
	.footernav li.top {
		display: block;
		float: none;
		margin: 20px 0 20px;
		font-size: 13px;
	}

	.subfooter .copyright {
	    margin: 20px auto 20px;
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
	    float: none;
	}
	.footer .footerwidget.subscribe {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer .footerwidget.social {
		width: 100%;
		float: none;
		text-align: center;
	}
	.topsidebar {
		position: relative;
	}
	.span_sidebar .social {
		background: url(images/social.png) 0 0 no-repeat;
		background-size: 39px auto;
		width: 39px;
		height: 285px;
		text-align: center;
		padding-top: 46px;
		text-align: center;
		float: right;
		position: absolute;
		top: 0px;
		right: -10px;
	}
	.span_sidebar .about {
		padding-right: 35px;
	}

	.teaser-post .postcontent p {
		margin-top: 0; }

	.recipe {
		position: relative;
	}
		.recipe .photo {
			display: none;
		}
	.printbutton         {
		margin: 0;
	}
}
@media ( max-width : 768px ) {
	.footer-ad, .header-ad, .footer-widget.ad {
		display: none;
	}


}
@media ( max-width : 750px ) {
	.teaser-post {
		
	}
	

}

@media ( max-width : 650px ) {
	.wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.postbubbles               {
		margin-left: -40px;
		margin-right: 10px;
	}
	
}

@media ( max-width : 500px ) {

	
	
}
@media ( max-width : 450px ) {

	.meta-bottom .left, .meta-bottom .right {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 5px;
	}
}
@media ( max-width : 425px ) {		
	
	.teaser-post .postthumb  {
		width: 100%;
		height: auto;
		float: none }

	.teaser-post .postcontent {
		width: 100%;
		padding-left: 0px;
		float: none; }
	h1.posttitle {
		font-size: 29px;
	}
	.recipe{
		padding: 15px;
	}
	
	#comment-list li {
		padding: 16px; }
	#comment-list .avatar    {
		width: 42px;
		height: 42px; }
}
@media ( max-width : 400px ) {

	.archives .archive-post {
		width: 48%;
		float: left;	
		clear: none !important;
		margin-right: 4% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archive-post:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archive-post:nth-child(2n+1) {
		clear: both !important;
	}
	.relatedposts .archive-post:nth-child(3) {
		display: none;
	}
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2; 
	}
	
}