@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 200px;
        width: 90%;
        
        background-image: url(../images/gary_mcginnis_t_150x180.png);
}

header a#logo {
	width: 315px; height: 96px;
	top: 0; right: 0;
	background: url(/../images/logo_name_croped_315x96.png) no-repeat;
}


nav {
    float: left;
    width: 100%;
}

nav  ul li a {
        width: 100%;
        padding: 20px;
        margin: 20px;
        
}

article{
    width: 90%;
}

footer {
    width: 100%;
    float: left;
    
}

aside {
    display: none;
}

