@charset "UTF-8";

/* Layout Small Screens */




header, article, footer, nav, .page {
    min-width: 5px; 
    width: 90%;
    float: left;
}

header {
    background-image: url(../images/gary_mcginnis_t_80x96.png); 
    background-repeat: no-repeat;
    background-position: bottom right 0px;
    background-color: black;
    background-color: rgba(0,0,0,0.9); 
    height: 100px;
}

header a#logo {
    background-image: url(../images/logo_name_croped_214x100.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 214px;
}

article { 
    padding: 20px; 
   margin: 10px;
    border: none;
    
    
}

.textBox {
    width: 250px;
}
.menu{
    width: 100%;
}

.menu li {
    width: 100%;
}

.menu li a{
    width: 90%;
    margin-left: -20px;
    margin-bottom: 50px;
}

.menu li a:hover {
        color: black;
    background-color: rgba(255,255,255,0.7);
}

.menu li .submenu a {
    display: none;
}


.menu li span a {
    float: left;
    clear: left;
    width: 100%;
    margin: 5px;
    text-align: center
}

body { background-image: none;  }

aside, .d, .r {
    display: none;
}

