/* Academic Computing Services
 * Styles for Handhelds - handheld.css 
 * Note: Selectors semantically ordered, declarations alphabetical
 */

html {    
	font-size: 100%;
	margin: 0 0 1px 0;
	min-height: 100%; 
	padding: 0;
}
 
body {
	width: 100%;
	color: #000;
	font-family: sans-serif;
	font-size: 1em;
    margin: 0;
	padding: 0;
    padding-bottom: 5px;
}
#canvas {
	padding: .5em;
	width: auto;
	max-width: 500px;
}
#skipnav { }
h1 { 
	font-size: 1.25em;
	display: block; 
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 1.15em;
	display: block; 
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0 0 2px 0;
}
h3 {	
	border-bottom: 1px solid #ccc; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
h4 {
	padding-bottom: 0; 
	margin-bottom: 0; 
}
#contentleft {
	background: transparent;
	height: 100%;
	margin-right: 5px;
	width: 100%;
}
#contentright {
	background: transparent;
	height: 100%;
	margin-right: 5px;
	width: 100%;
}
#menu{

}

#sidebar {

}
#header img, #highlight { 
	display: none; 
}
#footer {
	border-top: 1px dashed #ccc;
	clear: both;
	padding-top: 1.5em;
}

#contentbox , #sidebar, .footerLeft, .footerRight, #contentright, #contentleft, #contentwide {
	display: block;
	float:none;
}
img	{
	max-width: 100%;
	}
	
ol,ul { 
	margin-top: 5px;
	padding-top: 0;
	padding-left: 1em;
	margin-left: 1em;
}

code, pre	{
	font-family: monospace;
	}

pre {
	white-space: -pre-wrap; /* Opera 6 CSS Extension */
	white-space: pre-wrap; /* CSS2.1 Addition */
	}
	
input, textarea, select {
	max-width: 100%;
	}
	
.smap {
	clear:both;
	display: block;
	height: 396px;
	max-width: 100%;
}
