﻿*
{
    margin: 0;
    padding: 0;
    background-color: Transparent;
}
body
{
    background-color: mintcream;
}
div
{
    padding-bottom: 5px;
}
ul, ol
{
    list-style-position: outside;
    font-size: 0.9em;
    font-family: Verdana, 'Trebuchet MS';
    list-style-type: square;
}
div.section
{
    font-family: Raavi, 'Times New Roman';
}
div.sectiontitle
{
    font-weight: bolder;
    font-size: 1em;
    letter-spacing: 1px;
    border-bottom: olive thin dotted;
    border-top-width: thin;
    padding-bottom: 0;
    height: 20px;
}
div.sectioninfo
{
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 5px;
}
div#holder
{
    min-width: 1073px; /* no extra wrap around on master list for Fear(s) of the Dark... */
    margin-left: 30px;
    margin-top: 10px;
    border-left-style: inset;
    border-top-style: groove;
    background-color: mintcream;
    padding: 10px;
    min-height: calc(100vh - 47px);
}
div#holder > div:first-child {
  /* film image */
  text-align: center;
}
div#footer
{
	width: 768px;
    left: 40px;
    position: relative;
}
div#titlediv
{
    text-align: center;
}
span#title
{
    font-weight: bolder;
    font-size: 2em;
    border-bottom: olive 2px dashed;
    font-family: Raavi;
    padding-bottom: 3px;
}
span#subpagetitle
{
    font-weight: bolder;
    font-size: 1.4em;
    font-family: Raavi;
    padding-bottom: 3px;
    border-bottom: olive 1px dashed;
}
span.extra
{
    font-size: 0.8em;
    color: maroon;
}
blockquote
{
    font-size: 0.7em;
    font-family: Verdana, 'Times New Roman';
    font-weight: bolder;
    margin-top: 7px;
    margin-left: 150px;
    margin-right: 150px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-left-color: #3366ff;
    border-bottom-width: 2px;
    border-bottom-color: #3366ff;
    color: dimgray;
    border-top-color: #3366ff;
    border-right-width: 2px;
    border-right-color: #3366ff;
    vertical-align: middle;
    text-align: center;
}
.first
{
    font-weight: bolder;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Old English Text MT' , Elephant;
    float: left;
    background-color: transparent;
    direction: ltr;
    vertical-align: top;
    text-align: left;
}


/*reviews*/
div.review
{
    border-right: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}
table.percentbar
{
    background-color: cornflowerblue;
}
span.title
{
    font-size: 1em;
    font-family: Verdana, 'Trebuchet MS';
    background-color: #e9f2ff;
}
span.director
{
    font-size: .9em;
    font-family: Verdana, 'Trebuchet MS';
}
span.year
{
    font-size: .9em;
    font-family: Verdana, 'Trebuchet MS';
}
span.score
{
    font-weight: bolder;
    font-size: 1em;
    font-family: Verdana, 'Trebuchet MS';
}
span.review
{
    font-size: 0.9em;
    font-family: Verdana, 'Trebuchet MS';
}
span.reviewheader
{
    border-bottom: olive 1px dashed;
    text-indent: 25px;
    padding-top: 15px;
}


/*links*/
a.simple:visited
{
    color: dodgerblue;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
a.simple:link
{
    color: dodgerblue;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
a.simple:hover
{
    border-bottom: olive 1px dashed;
    color: darkolivegreen;
    text-decoration: none;
}
a#zip
{
    font-size: 0.8em;
    font-family: Verdana;
}
a#zip img
{
    border-width: 0;
}


/*admin*/
div#admin
{
    position: fixed;
    bottom: 0;
}
a.admin
{
    font-weight: bolder;
    font-size: 7pt;
    font-family: Verdana, 'Trebuchet MS';
    color: silver;
    text-decoration: none;
}
span.warning
{
	font-weight: bolder;
	color: red;
}
