img{
    height: auto;
}

#content{
    display: block;
    max-width: 770px;
    margin:  auto;
}

.teaser{
    display: inline-block;
    width: 250px;
    padding: 25px;
    height: 350px;
    border: 4px solid #eee;
}

#featured-teaser{
    height: 600px;
    width: 100%;
    max-width: 750px;
    text-align: left;    
}
#featured-teaser h2 a {
    font-size: 2em;
}

.teaser .entry-footer{
    display: none;
}

#secondary
#tertiary,
.widget{
    display: block;
    max-width: 100%;
    width: 100%;
}
/*
#secondary .widget a{
    display: inline-block;
    width: 25%;
 }
    */
.site-footer{
    display: block;
    width: 100%;
}
#mobile-navigation{
    display: none;
}