/*
Tweak style for better redering on iPhone.
Main web page needs to handle handheld media type, see...
http://my.opera.com/dstorey/blog/iphone-and-developing-for-mobile
*/

@import url('./style.css');

/* Use header & footer background graphic sitting in child theme's directory */

#header {
	background: rgb(81,118,236) url('images/kubrickheader2.jpg') bottom left;
	height:3.5em;  
}

body {
	font-size: 100%; 
}

#sidebar ul {
	font-size:1.4em;
}



