/* danielreardon.css */

@media all
{
  body {
    font-family:"Times New Roman", Times, serif;
    font-size:1.1em;
    background-color:#ffffff;
    padding: 1% 1% 1% 1%;
    margin: 5em 10em 5em 10em;
    /*
    margin: 5% 15% 5% 15%;
    */
  }
  
  @font-face {
    font-family: bSox;
    src: url(/fonts/BosoxFull.ttf);
  }
  
  /* Regular Headings */
  h1 { /* Site Title */
    color:#000000;
    font-size:3em;
    font-variant:small-caps;
    text-align:center;
    text-shadow: 1px 1px 0px #fff, 2px 2px 0px #000000;
  }
  h2 { /* Page Headings */
    font-size:2.5em;
    font-variant:small-caps;
  }
  h3 { /* Section Headings */
    font-size:2em;
    font-variant:small-caps;
  }
  h4 { /* Section Sub-Headings */
    font-size:1.5em;
    font-variant:small-caps;
  }
  /* Regular Links */
  a:link{
    text-decoration:none;
    color:#0000ff;
  }
  a:visited {
    text-decoration:none;
    color:#000099;
  }
  a:hover {
    text-decoration:none;
    text-shadow:0px 0px 5px #0000ff;
  }
  a:active {
    text-decoration:none;
    text-shadow:0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 15px #00ff00;
  }
  
  /* Navigation Bar & Links */
  .nav_bar {
    text-align:center;
    word-spacing:30px;
    font-size:1.2em
  }
  a.nav:link{
    text-decoration:none;
    color:#0000ff;
  }
  a.nav:visited {
    text-decoration:none;
    color:#000099;
  }
  a.nav:hover {
    text-decoration:none;
    text-shadow:0px 0px 5px #0000ff;
  }
  a.nav:active {
    text-decoration:none;
    text-shadow:0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 15px #00ff00;
  }
  /* Image Classes */
  img.centerimage { 
    display:block;
    margin-left:auto; 
    margin-right:auto; 
  }

  img.shadow {
    /*margin: 1em; 
    border: 1em; */
    margin-top: 2em;
    margin-bottom: 2em;
    box-shadow: 1em 1em 1em 0.5em #888;
  }
  
  /* Section Classes */
  .header { margin: 1em; }
  .title { }
  .corpus { }
  .footer { 
    padding: 1%; 
    margin-top: 15em;
    border: 1px solid lightgray; 
    border-radius: 100%;
  }
  .rightimage { margin:10px; float:right; }
  .leftimage { margin:10px; float:left; }
  .smalltext { font-size:.6em; }
  .largetext { font-size:1.6em; }
  .firstcap { 
    float:left;
    font-size:2em; 
    width:1.1em; 
    border:1px solid black; 
    margin:-1px;
    text-align: center; 
    position:relative; 
    left:-5px; 
    top:-5px; 
  }
  
  .redsox {
    font-family: bSox;
    color: red;
  }
}

@media handheld {}
@media print {}
@media screen {}
