/**
 *   Small device CSS, mostly to fix alignment
 */
 
.masthead {
	position: relative;
}
.masthead .tray {
	position: absolute;
	right: 10px;
	top: 10px;
}
.masthead #logo, .masthead ul {
	float: none;
}
.masthead ul li {
	padding: 10px 15px 0 0;
}
	
.menu form, .menu aside {
	float: none;
	width: 100%;
}
.menu form {
	margin-bottom: 25px;
}
	
#comment p, .footnote {
	float: none;
	width: 100%;
	white-space: normal;
}


.page-footer {
	padding: 20px 0;
}
.page-footer small {
	display: block;
}
.page-footer ul {
	overflow: hidden;
	float: none;
	margin-bottom: 15px;
}
.page-footer li {
	padding: 15px 15px 0 0;
}