body { background-color: #eee; color: #222; font-size: 20pt; font-family: Alegreya; margin: 0; width: 100% } a { color: #47f; } a:visited { color: #b5d } nav { margin: auto; text-align: center; text-shadow: 1px 1px 1px black; margin-left: 10%; margin-right: 10%; } nav ul { list-style: none; display: inline-table; border: 0px solid green; margin-top: 0; margin-bottom: 0; padding-left: 0; } nav ul:after { content: ""; clear: both; display: block; } nav ul li { float: left; padding: 0; text-align: left; padding: 0.5em 0.9em 0.5em 0.9em; background-color: rgba(0,0,0,0.6); } nav ul li:hover { background-color: rgba(0,0,0,0.8); } nav ul li a { text-decoration: none; } nav ul li a:hover { text-decoration: underline; } nav ul ul { visibility: hidden; text-align: left; display: block; position: absolute; margin-left: -0.9em; margin-top: 0.5em; } nav ul li:hover > ul { visibility: visible; border: 0px solid red; z-index: 1; } nav ul ul li { float: none; } #content { width: 80%; margin: auto; max-width: 64em; padding-left: 0.5em; padding-right:0.5em; } #content p { text-align: justify; } #content h1 { background-color: #ccc; margin-top: 1.2em; font-family: Alegreya SC, Alegreya; text-align: center; } .filmstrip { // background-image: url(../images/film_strip_side.png); background-repeat-x: no-repeat; height: 100%; width: 10%; position: fixed; background-position: center 15px; opacity: 0.5; } header { background-color: #ddd; text-align: center; border-radius: 0.5em; } .box { width: 640px; text-align: center; display: inline-block; background-color: #ddd; margin: 1em 0.5em 0em 0.5em; border: 1px solid #ccc; border-radius: 0.5em; vertical-align: top; } .box h4 { margin: 0px; } .box section { text-align: left; margin: 1em; } .box .blurb { margin-top: 0px; height: 220px; display: table; font-size: smaller; } .box .blurb span { display:table-cell; vertical-align: middle; }