/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {

	header, div.container, footer {
		width: 100%;
	}
	div#sidebar {
		float: left;
		width: auto;
		margin-top: 10px;
		margin-left: 0px;
		/*display: none;*/
	}
	form#search_engine input.searchfield, input.searchfield {
		width: auto;
	}
	a#logo:link, a#logo:visited {
		float: none;
		width: 100px;
		height: 111px;
		background-size: 100% 100%;
	}
	a#logo img {
		display: none;
	}
	a#logotext:link, a#logotext:visited {
		width: auto;
		margin: 0px;
		font: bold italic 25px/30px 'Lato', serif;
	}
	a#logotext span {
		line-height: 25px;
		font-size: 20px;
		padding-right: 20px;
	}
	div.bg {
		display: none;
	}
	body {
		background-image: none !important;
		background-color: #3F0001 !important;
	}
	div.slider {
		display: none;
	}
	ul.nav {
		font-size: 18px;
	}
	ul.nav > li > a > span {
		font-size: 20px;
		line-height: 30px;
	}
	div.container {
		padding-left: 0px;
	}
	div.articles {
		margin-right: 0px;
		width: 100%;
	}
	
	article {
		margin-right: 5px;
		margin-left: 5px;
		width: auto;
	}
	section {
		width: auto;
	}
	section .images_box {
		width: 60px;
		height: 60px;
		margin: 5px 5px 4px 0px;
		border-style: solid;
	}
	section h1 {
		font-size: 20px;
		line-height: 30px;
	}
	section p {
		float: left;
	}
	.images_box img {
		width: 60px;
		height: auto;
	}
	.pagination ul > li > a, .pagination ul > li > span {
		padding: 2px 8px;
	}
	h3.comments, #comments_box h3 {
		padding-left: 10px;
	}
	.comment a.author:link, .comment a.author:visited, .comment > .author {
		display: none;
	}
	.com-box:before {
		display: none;
	}
	.com-box {
		margin: 8px 5px 0px 5px;
	}
	.contact {
		float: none;
		clear: both;
		margin: 0px 5px 20px 5px;
		width: auto;
	}
	.contact textarea {
		width: auto;
		min-width: inherit;
		max-width: none;
	}
	input#name, input#email {
		width: auto;
	}
}