/* -------------------------------------------------------------- 
-----------------------------------------------------------------
    Typography 

      Font families
      Defaults
      Headings
        Specifics: h3
      Colors
      Misc 
      Etc

-----------------------------------------------------------------
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
    Font families
-------------------------------------------------------------- */
body {font: 13px/22px Arial, Helvetica, sans-serif;}
.comment .highlight, .comment-block.tweets h3 {font-family: Georgia, Times New Roman, serif}

  /* font-size: 10px */
  .credits .logo p {font-size: 10px; line-height: 14px}
  /* font-size: 11px */
  .comment .date, .legal {font-size: 11px; line-height: 16px;}
  /* font-size: 12px */
  .imagereplace-yourabout {font-size: 12px}
  /* font-size: 14px */
  .comment h3 {font-size: 14px}
  /* font-size: 15px */
  .video-description {font-size: 15px}
  /* font-size: 20px */
  .comment .highlight, .stories fieldset legend {font-size: 20px}
  /* font-size: 36px */
  .comment-block.tweets h3 {font-size: 36px}

/* -------------------------------------------------------------- 
    Defaults 
-------------------------------------------------------------- */
p,ul,ol {margin-bottom: 15px;}
a, a:visited {color: #0f578d; text-decoration: underline;}
a:hover {text-decoration: none;}

/* -------------------------------------------------------------- 
    Headings 
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {margin-bottom: 10px; color: #0f578d;}
h1, h2 {margin-bottom: 20px;}
h1 {font-size: 12px}
h2 {font-size: 32px}
h3 {font-size: 22px}
h4 {font-size: 20px}
h5 {font-size: 18px}
h6 {font-size: 16px}
h2,h4,h6 {}
  
  /* Specifics: h3 */
  .comment h3 {color: #164355; font-weight: bold; margin: 0 0 8px;}
  .comment-block.tweets h3 {text-align: center; font-style: italic;}
  
/* -------------------------------------------------------------- 
    Colors 
-------------------------------------------------------------- */
.blue {color: #009}
.blue-neon, a.blue-neon{color: #0000ff;}

/* -------------------------------------------------------------- 
    Misc 
-------------------------------------------------------------- */
.comment .date {color: #164355; font-style: italic; margin-bottom: 8px}
.legal {text-align: center}
.credits .logo p {text-align:center}
.video-description {color: #fff; text-align: center}
.comment .highlight {font-style: italic; text-align: center; margin-bottom: 5px}

/* -------------------------------------------------------------- 
    Etc 
-------------------------------------------------------------- */
.fontstyle1 {font-style: italic; font-weight: bold; color: #b6d5ff}
.fontstyle2 {font: 22px Georgia, Times New Roman, serif; margin: 0; text-align: center; display: block}


