/*  
Theme Name: Constructor
Stylesheet: Mobile
*/
body {
	zoom:200%;
    width:100% !important;

}
#header, #content, #footer {
    width:100% !important;
    max-width:480px !important;
}

#wrapheader,#wrapcontent,#wrapfooter {
    /*background-image:none !important;*/
}

#menu {
    display:none;
    width:100% !important;
    bottom:auto !important;
    top:0 !important;
    position:fixed !important;
}
#content {
    border:0 !important;
}
    #container {
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
        border:0 !important;
        box-shadow:none !important;
        -moz-box-shadow:none !important;
        -webkit-box-shadow:none !important;
    }
    #posts {
        margin:0 10px;
        padding:0 !important;
    }
        .hentry .title{
            border:0 !important;
            margin-bottom:0;
            font-size:200%;
        }
            .hentry .title a {
                padding:0px;
            }
        .hentry .entry{
            font-size:200%;
            line-height:100%;
        }
        .hentry .footer{
            height:auto;
            background-image:none !important;
        }
    
    #sidebar, #extra {
        margin-left:0 !important;
    }
    
    #slideshow {
        display:none;
    }
    
.box {
    border:0 !important;
}