@charset "utf-8";
/* CSS Document - Styles for handheld devices - Created by jnk on 11/23/10 ---------- */

@media handheld {
* {
	margin: 0;
	padding: 0;
	background-image: none;
}
html {
	background-image: none;
	height: 100%;
	font-size: 100%;
}
body {
	padding: 1%;
	margin: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: transparent;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	width: 240px;
}

table, tbody, tr, td, th { 
display: block; }

ul, ol {
	margin-left: 5%;
	font-size: 1.2em;
}

#campus_animation {
	display:none;
}

#features ul {
list-style-type:none;
margin-bottom:0;
margin-top:5px;
padding-right:2%;
}

#features ul li {
	margin-bottom: 1em;
	font-size: 1em;
}

#features ul li ul li {
clear:both;
color:#000000;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:0.75em;
font-weight:normal;
height:70px;
line-height:1.1em;
margin-top:1em;
}
#wrapper #masthead {
background-image:none;
background-repeat:no-repeat;
height:auto;
min-width:240px;
width:240px;
}
#wrapper #masthead h1 a {
	color:#FFF;
	display:block;
	height:auto;
	text-decoration:none;
	width:auto;
	font-size: .6em;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2%;
	margin-bottom: 5%;
	background-color: #030;
	padding: 2%;
}

}
