/* tabbed navigation bar */

#navsite {
display: none;
}

body { /* default for text */
position: relative;
font-size: 12pt;
font-family: Times, "Times New Roman", Georgia, serif;
color: black;
margin-left: 5px;
}

#content { /* Everything from the date on down including credits */
width: 100%;
position: relative;
margin-top: 1em;
}

#date {
color: red;
font-size: 24px;
font-family: Times, "Times New Roman", Georgia, serif;
line-height: 30px;
margin-top: 1em;
}

#spec-date {
color: #666699;
font-size: 12px;
font-family: Times, "Times New Roman", Georgia, serif;
margin-top: -1em;
margin-bottom: 1em;
}

.course { /* Headings for courses */
color: black;
font-size: 18pt;
font-family: Times, "Times New Roman", Georgia, serif;
line-height: 20pt;
margin-top: 0em;
}

.dishes {
margin-bottom: 1em;
}

#credits { /* This div is nested within content - hence the positioning */
position: absolute;
width: 50%;
padding-top: 20px;
padding-bottom: 10px;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}

#holidaylg {
display: none;
padding-top: 20px;
padding-bottom: 10px;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 48px;
}

#holidaysm {
display: none;
padding-top: 20px;
padding-bottom: 10px;
color: red;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}