/* handheld.css */
@media handheld {



    * {
        position: static !important;
        float: none !important;
    }
    html, body {
        padding: 3px;
        font: 12px/15px sans-serif;
        color: #fff;
        margin: 0;
    }
    body {
    	background:#fff;
    }
    #container {
    	max-width: 320px;
    }
    #header {
        background: url("http://razonando.com/img/handheld_logo.jpg");
        width: 150px;
        height: 60px;
    }
    #logoText {
    }
    #logoText h1 {
        display: none;
    }
    #featuredBox {
    }
    #featuredText {
    }
    #featuredImage {
        display: none;
    }
    #newsletter {
    }
    #emailInput {
    }
    #submitButton {
    }
    #footer {
        text-align: center;
        color: #fff;
    }
    p#menu_footer a {
        color: #094e64;
    }
    p#menu_footer a:hover {
        color: #fff;;
    }

    p#menu_footer {
        color: #fff;
    }
    #content {
        color: #fff;
        font-family: Tahoma, Verdana, Arial, Serif;
    }
    #content p {
        font-size: 18px;
    }
    #content h1 {
        font-size: 24px;
    }


}