  


/***/
/* iPhone Stylesheet for SFU Calendar 2010-2011 */
/***/


/* Hide all unnecessary div boxes - leave only the main content visible. */
div#nav-box {
	display:none;
}

div#print-and-email {
	display:none;
}

div#right-box {
display:none;
}

div#find-box {
display:none;
}

div#topic_menu{
display:none;
}




/* Display main body content properly. */

div#centre{
display:block;
background-color: #eeeeee;
width:100%;
margin-bottom:0px;
}

div#text{
width:100%;
}


/* Re-Adjust h1, h2, h3, h4, h5, h6, and div font size for easy-read on iPhone. */

h1 {
font-size: 30px;
color:#b5111b;
padding-bottom:1px;
}

h2 {
font-size:10pt;
}

h3 {
font-size:9pt;
/*color:#777;*/
}

 h4, h5, h6 {
 font-size: 8pt;
 font-weight:bold;
 }

div {
font-size:22pt;
}

