/* 
    Document   : mobile
    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: Albany, Georgia, "Times New Roman", "Droid Serif", serif;
}

.landscape {
    font-size: .5em;
}

.portrait {
    font-size: .8em;
}

.portrait #header img {
    width: 50em;
}

.landscape #header img {
    width: 75em;
}


