/* styles for AllAboutLisa.com 
   Copyright 2017
   Development by EmagineEngine.com
*/
body {
    background-color: black;
}

.containerwht, .spacerwht {
    color: black;
}
.containerblk, .spacerblk, .containerBlkAndPnk {
    background-color: #262626;
    color: #E6E6E6;
}

/* header */
h1 {
        font-family: 'DidactGothic', sans-serif;
        color: #B45985;
        font-weight:normal;
        font-size: 20pt;
}
h1 span {
    font-weight: bold;
}
h2 {
   font-family: 'EBGarmondReg', Garamond, serif;
    color: black;
    text-transform: uppercase;
    font-size: 30pt;
    padding: 10px 0px 0px 0px;
    letter-spacing: 1px;
}
h2 .leadcap {
    font-size: 34pt;
}
p.siteSlogan {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #262626;
    font-size: 14pt;
/*    text-transform: uppercase; */
    letter-spacing: 1pt;
}

h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #B45985;
    font-size: 16px;
    text-transform: uppercase;
}
h3 span {
    font-weight: bold;
    text-transform: uppercase;
}
h4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #B45985;
    font-size: 12pt;
    font-weight: bold;
}

.filmDescription {
    font-family: DidactGothic, sans-serif;
    font-size: 13pt;
}
/* dividers */
/* video player */
#videoPlayer {
    /* background-color: gray; */
    background-color: #262626; 
  /* background-image: url("/img/TrailerAllAboutLisa.jpg"); */
    border:none;
}
#playerTitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #B45985;
    font-size: 20px;
    font-weight: bold;
}
#playerDescription {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #E6E6E6;
    font-size: 16px;
}

#intermission {
   background-color: slategray;
   padding-top: 10%;
}
#intermissionTitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #262626;
    font-size: 14pt;
/*    text-transform: uppercase; */
    letter-spacing: 1pt;
}

#transporter {
   font-size: larger;
   padding-top: 1em;
}

#transporter a {
   /* margin:.4em; */
   margin: 0px;
   padding: .6em;
   text-decoration: none;
}

#transporter a.selected {
   color: gray;
}
#transporter a:hover {
   color: white;
}


/* main content area */

#aboutColumn p {
    font-family: 'DidactGothic', sans-serif;
    font-weight:normal;
    font-size: 13pt;
}
.founderCaption {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
}

.aboutFilmList {
    font-family: DidactGothic, sans-serif;
    color: #B45985;
}
em {
/*    font-style: italic; */
    font-style: normal;
    text-transform: uppercase;
    font-size: smaller;
}
a {
    color: #B45985;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.filmLink:hover {
    text-decoration: none;
}
a .oneFilm .aboutFilm h4:hover {
    text-decoration:underline;
}

#comingSoon {
    /* background-color: #f0ead8; */
   /* background: linear-gradient(#eeeeee, white);  
    padding: 10px; */
}
#comingSoon .oneFilm .aboutFilm h4 {
    color: gray;
}
#comingSoon .oneFilm img.filmFrame {
    filter: grayscale(1);
}
/*a .oneFilm .aboutFilm h4:visited {
    text-decoration:none !important;
    font-weight:normal !important;
    background-color: red !important;
}*/
.oneFilm {
    color: black;
}
/* individual films */
.yrAndLength {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10pt;
}
/* footer */
.copyright {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    color: lightgray;
    text-transform: none;
}

