/*
    Document   : mobile3
    Created on : Feb 12, 2011, 12:21:36 PM
    Author     : Webster Weather Live - Scott Thompson
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

#container {
    width:  100%;
}

#navbar {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Droid Serif", Georgia, "Times New Roman", serif;
}

.landscape {
    font-size: 16px;
}

.portrait {
    font-size: 24px;
}


