/* 
    Document   : alpha.mobile
    Created on : Jul 6, 2012, 8:49:45 AM
    Author     : Brandon
    Description:
        Mobile phone stylesheet (landscape mode, 480px)
*/


body {
    min-width: 0px;
    width: 480px;
    max-width: 480px;
    /*overflow-x: hidden;*/
}
#header h1 {
    width: 400px;
}
div#nav-main ul {
    margin-left: 20px;
}
div#nav-main ul li{
    font-size: 0.7em;
}
#search {
    display: none;
}
#big-search {
    width: 450px;
}
#big-search input[type=text] {
    width: 300px;
}
#big-search button {
    width: 75px;
}
#frame {
    min-width: 0px;
    width: 480px;
    margin: 0px;
}
#header {
    width: 470px;
}
#contextual {
    display: none;
}
#login-small {
    display: block;
}
#main {
    margin-left: 0px;
    border-left: none;
    margin-right: 10px;
    padding: 5px;
    width: 420px;
    min-width: 0px;
    margin-top: 7px;
}
#main div#nav-main {
    width: 98%;
}
#slider {
    width: 85%;
}
.slider-wrapper {
    height: 200px;
}
div.comment.half-column {
    width: auto;
    float: none;
}
#comic_img, img.resize {
    max-width: 410px;
}
#share-links ul #share_link {
    display: none;
}
#suggested ul li:last-child {
    display: inherit;
}
ul.browse {
    width: 380px;
}
ul.browse-small {
    width: 380px;
}
ul.browse li {
    width: 115px;
}
ul.browse-small li {
    width: 125px;
}
#footer {
    width: 480px;
    min-width: 0px;
}
#footer-struct {
    width: 480px;
}
.footer-block{
    width: 145px;
}
.footer-block h3 {
    font-size: 1.0em;
    margin-left: 0px;
}
.footer-block ul {
    margin: 0px;
}

div.ecard-comment {
    width: 380px;
}
div.advertisement.banner {
    display: none;
}
#search-small {
    display: block;
}
#searchbar-sm fieldset {
    float: none;
    margin-bottom: 5px;
}

#searchbar-sm fieldset input[type='text'] {
    width: 400px;
}
#search-small fieldset button {
    left: 404px;
}
fieldset.ask-shagg {
    background: url('/images/site/shagg-bg-med.png') no-repeat top right;
}

ul.thumbnails.image_picker_selector {
    width: 380px;
}