/*
   Mobile Styles
   Author: Brittani Vogt
   Date:   2/13/13

   Filename:         cmobile.css
   Supporting Files: 

*/

img, nav, footer, p {
    display:none;
	}


header	{
width: 100%;
height: 80px;
background-image:url(cornlogo.jpg);
background-repeat: none;
-webkit-background-size: contain;
-o-background-size: contain;
-moz-background-size: contain;
background-size: contain;
}

article h1	{
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

article h2	{
font-size: 14px;
font-weight:bold;
margin: 10 0 10 0;
}

article ul	{
font-size: 10px;
margin-left: 20px;
list-style: bullet;
}

article ol	{
font-size: 10px;
margin-left: 20px;
list-style: decimal;
}
