@media only screen and (max-width: 800px) {
	#page-data-header,
	#page-motive,
	#page-footer,
	#page-tags
	{
		display: none;
	}
	body
	{
		margin: 0 20px;
	}
	#page-header
	{
		height: auto;
		width: 100%;
	}
	#page-header #logo,
	#page-header #menu-top
	{
		float: none;
	}
	#page-header #menu-top li
	{
		height: auto;
		line-height: inherit;
		padding: 10px 15px 10px 0;
	}
	#page-data
	{
		background: #fff;
		border-radius: 10px;
		padding: 20px 0;
		width: 100%;
	}
	#page-data .column-left,
	#page-data .column-right
	{
		float: none;
		padding: 0 2% 20px;
		width: 96%;
	}	
}