/* screen layout for dropframetimecode.org */
body {
    font-family:   univers, sans-serif;
    color:         black; 
    background:    white; 
}

.hidden {
    display:             none;
}

/* layout for the dropframetimecode.org header */
.navbar {
    margin-left:         auto;
    margin-right:        auto;
    text-align:          center;
    background:          url("../images/dropframetimecode.jpg") no-repeat center top;
}

.navbar h1 {
    text-align:          center;
    height:              45px;
}

.navbar ul{
    padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    margin: 0;
    text-align: center;
}

.navbar ul li{
    display: inline;
}

.navbar ul li a{
    color: blue;
    padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
    margin-right: 20px; /*spacing between each menu link*/
    text-decoration: none;
    border-bottom: 3px solid blue; /*bottom border is 3px*/
}

.navbar ul li a:hover, .navbar ul li a.selected{
    border-bottom-color: gray;
}

.navbar em {
    font-size:           large;
    font-style:          normal;
    font-weight:         bold;
    text-transform:      uppercase;
}

/* layout for the dropframetimecode.org body */
.normal {
    margin-left:       2em;
}
.normal h2 {
    margin-left:       -2em;
    border-top: 1px dashed gray;
    color:             gray;
    padding-left:      1em;
}
code {
    font-family:   monaco, monospace;
}
cite {
    font-family:   univers, sans-serif;
    color:         gray; 
}
.feed {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background-image:    url("/images/feed-icon-14x14.png");
    background-repeat:   no-repeat;
} 
