#header {
	font-size:		90%;
}
@media screen {
	#header {
		height:			70px;
	}
	#header a {
		color:			black;
		text-decoration:	none;
	}
	#site-logo {
		float:			left;
	}
	#site-title {
		padding-top:		10px;
	}
}
@media screen and (min-width: 640px) {
	#header {
		font-size:		100%;
	}
}
