* {
  margin: 0;
  padding: 0;
}

html, body {
    height: 100%;
}

body {
  background-color: #4B5667;
  font: 1.2em Verdana, Arial, Helvetica, sans-serif;;
  font-size: small;
  text-align: center;
}

p { margin: 1em 0; }

a         { color: #00a; }
a:hover   { color: #000; }
a:visited { color: #a0a; }

footer {
    background-color: #e4e6e9;
    max-width: 813px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;

}

footer a {
    color: #747B8A;
    text-decoration: none;
}

.frame {
    max-width: 813px;
    padding: 15px 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    text-align: left;
    color: #747B8A;
    min-height:93%;
    overflow: hidden;
}
header {
    width: 100%;
    height: 202px;
    background-image: url('../img/header.jpg');
    margin-bottom: 20px;
}

nav ul {
    background-color: #e4e6e9;
    height: 45px;
    margin: 0;
    text-align: left;
    padding: 0 0 0 20px;
}

nav ul li {
    display:inline;
    line-height: 3.5em;
}

@media all and (min-width: 700px) {
    nav li+li:before {
       content: '| ';
       margin: 0.5em;
    }
}

nav ul li a,
nav ul li a:hover,
nav ul li a:visited {
    color: #747B8A;
    text-decoration: none;
}

h1 {
    margin: 0px;
    font-size: 1.5em;
    margin-bottom: 2em;
    border-bottom: 1px dotted gray;
    line-height: 1.75em;
}

h2 {
    font-size: 1.25em;
}

.contentRow {
    margin-top: 2em;
}

.content {
    padding: 0px 20px 30px 20px;
    line-height: 1.5em;
}

.dayOfWeek {
    width: 80px;
    display: inline-block;
}

.content section {
    margin-top: 2em;
}

.sidebar {
    text-align: center;
    padding-top: 59px;
}

address {
    font-style: normal;
}


@media all and (max-width: 699px) {
    nav {
        margin-top: 1em;
    }
    nav ul {
        height: auto;
        padding: 0;
    }

    nav ul li {
        display: block;
        line-height: 2.5em;
        text-align: center;
    }

    h1 {
        line-height: 1.5em;
    }

    .dayOfWeek {
        display: block;
        font-weight: bold;
    }
}
