.slicknav_menu {
	display:none;
}

@media only screen and (min-width: 942px) and (max-width: 1170px) {
	
	.container { width:940px; }
	
	#main {
		width:650px;
		float:left;
		margin-right:30px;
	}

	#sidebar {
		width:260px;
		float:right;
	}
	
	.item-related {
		width:184px;
		margin-right:19px;
	}
	.fullwidth .item-related {
		width:274px;
		margin-right:29px;
	}
	
	#respond textarea {
		width:94%;
	}
	
	#footer-social a {
		margin-right:16px;
	}


	.fullwidth .grid-layout li {
		width:294px;
		margin-right:25px;
	}

	.regular .grid-layout li {
		width:310px;
	}
	
	.list-item .post-img img {
		max-width:170px;
	}
	.list-item .post-header h2 a {
		font-size:14px;
		line-height:26px;
	}
	.list-item .post-header {
		margin-bottom:2px;
	}
	.list-item .post-entry p {
		font-size:14px;
		margin-bottom:3px;
		line-height:20px;
	}
	.list-item .post-header .cat a {
		margin-bottom:2px;
	}
	.list-item .list-content {
		margin-top:8px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	
	.container { width:726px; }
	
	#na