/* CSS Document */

@media only screen and (max-width:730px) {
	#header #presented {
		display:none;
	}
	
	#header #sitetitle {
		margin:0 auto;
		position:relative;
	}
}

@media only screen and (max-width:605px) {
	.floatl, .floatr {
		display:block;
		float:none;
		margin:0 auto;
		text-align:center;
	}
	
	.social {
		margin-bottom:15px;
	}
}

@media only screen and (max-width:456px) {
	footer {
		background-size:auto 100%;
	}
}