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

/*	iphone.css - iPhone specific modifications
 	Dylan Muir 2011 */

@import url("screen1024.css");
@import url("screen800.css");
@import url("narrow-devices.css");

/* Increase default text size */

body {
	font-size: 300%;
	overflow: hidden;
}

@media (orientation:portrait) {

body {
	font-size: 300%;
}

}

@media (orientation:landscape) {

body {
	font-size: 200%;
}

}

/* @group Header and navigation modifications */


body > header nav.modules > a {
	display: none;
}

body > header nav.modules {
	margin-left: 0ex;
	margin-right: 0ex;
	padding-top: 1ex;
	width: auto;
	padding-bottom: 1ex;
}

body > header nav.modules > form.mobile_menu {
	display: inline;
	visibility: visible;
	width: 45%;
	border: none;
	margin: 0ex;
	padding: 0ex;
	display: block;
	float: left;
	height: auto;
	font-size: 115%;
	padding-left: 1ex;
	padding-right: 1ex;
}

body > header nav.modules > form.mobile_menu select {
	background: #FFF;
	border: solid .1em #888;
	font-size: 87.5%;
	margin: 0ex;
	width: 100%;
}

/* @end */

/* @group Article style modifications */

article.long div.text p {
	font-size: 115%;
}

article.bibliography {
	margin-left: 2ex;
	margin-right: 2ex;
	width: auto;
}

/* @end */

/* @group Search field modifications */

div#cse {
	display: block;
	border: none;
	margin: 0ex !important;
	width: 45% !important;
	float: left;
	padding: 0 1ex !important;
	height: auto !important;
	vertical-align: center;
}

div#cse td.gsc-input,
div#cse input.gsc-input {
	font-size: 110% !important;
}

div#cse div.gsc-clear-button {
	background-size: 100%;
}

/* @end */