/* @override http://photon.local/css/screen800.css */

/*	screen800.css - Modifications for screens less than 800px
	Dylan Muir 2011 */

body > header nav.modules {
	margin: 0 auto;
	padding: 0ex;
	width: 46ex;
	font-size: 115%;
}

body > header nav.modules > a,
body > header nav.modules > a:visited,
body > header nav.modules > a:hover {
	font-size: 100%;
	width: 20ex;
	border: 0.2ex solid black;
	margin: 0.2ex;
	display: block;
	float: left;
	padding-left: 1ex !important;
	padding-right: 1ex !important;
}

/* Change search appearance */

div#cse {
	width: 20ex !important;
	height: 1.9em !important;
	padding-left: 1ex !important;
	padding-right: 1ex !important;
	padding-top: 0.3em !important;
	border: .2ex solid black;
	margin: .2ex;
	float: left !important;
}

article.long {
	margin-left: 1ex;
	margin-right: 1ex;
}

article.article-list-summary figure {
	display: none;
	visibility: hidden;
}

article.article-list-summary {
	margin-left: 5%;
	margin-right: 5%;
	min-width: 0ex;
}

article.bibliography {
	margin-left: 10%;
	width: 89%;
}