body { background: white; color: black; }
@font-face { font-family: "A Song for Jennifer"; src: url(assets/fonts/asongforjennifer.ttf); }
div { background: white; width: 60%; margin: 0 auto; align: center; padding-top: 20px; padding-left: 3em; padding-right: 3em; padding-bottom: 4em; min-height: 700px; }

ul#nav { text-decoration: none; letter-spacing: .20em; text-align: center; padding-left: 3em; padding-right: 3em; padding-top: 1em; padding-bottom: 1em; margin-bottom: 20px; margin-top: -20px; }
ul#nav li { display: inline; text-align: center; font-weight: light; color: black; text-decoration: none; font-family: "A Song for Jennifer", serif; padding-left: 35px; padding-right: 35px; }
ul#nav li a { text-decoration: none; color: black; }
ul#nav li a:hover { color: #a20d0d; }


h1 { color: black; text-align: center; font-family: "A Song for Jennifer", serif; font-size: 80px; letter-spacing: .20em; margin-top: 75px; }
h2 { color: black; font-family: "A Song for Jennifer", serif; font-weight: light; margin-top: 20px; }
h3 { color: black; text-transform: uppercase; font-family: "A Song for Jennifer", serif; font-weight: lightest; margin-top: 40px; }
h4 { color: black; font-family: "A Song for Jennifer", serif; letter-spacing: .1em; }

a { color: #a20d0d; text-decoration: none; }
a:hover {color: #3d3d3d; }
p { font-weight: light; font-size: smaller; font-family: "Trebuchet MS", Veranda, Geneva, sans-serif; }

div#intro { width: 60%; min-height: 200px; margin-top: 2em; }

div#latest { width: 50%; min-height: 150px; margin-top: -2em; }

div#twitter { width: 50%; min-height: 150px; margin-top: -2em; }

ol { font-weight: light; font-size: smaller; font-family: "Trebuchet MS", Veranda, Geneva, sans-serif; }
ol li {padding-bottom: 10px; }

div#show { width: 75%; min-height: 600px; padding-right: 60px; }

dl#gallery { margin-top: 40px; margin-bottom: 100px; }
dl#gallery dt img { width: 200px; height: 128px; border-style: groove; border-color: #3e3e3e; }
dl#gallery dd { visibility: hidden; position: absolute; top: 550px; left: 725px; margin-bottom: 100px; font-size: smaller; font-family: "Trebuchet MS", Veranda, Geneva, sans-serif; }
dl#gallery dt { position: relative; width: 75px; }
dl#gallery dt:hover + dd { visibility: visible; }

img.banner { display: block; margin-left: auto; margin-right: auto; }

address {padding-left: 25px; font-family: "Trebuchet MS", Arial, san-serif; }
form { clear: right; }
