+/* Common base stylesheet for Catch Me who Can pages */

/* elements */

  a:link {
    color: #800;
  }

  a:visited {
    color: #800;
  }

  a:hover {
    color: #a00;
  }

  a:active {
    color: #f00;
  }

  body {
    background: url(images/red_ground.png) repeat-y left top;
  }

  form {
       margin-top: 20px;
    margin-bottom: 20px;  
      margin-left: auto;
     margin-right: auto;
  }

  h1 {
             color: #ffd;
       font-family: "Century Schoolbook BT", "Baskerville Old Face", Baskerville, Georgia, Times, serif;
         font-size: 50px;
       font-weight: normal;
    text-transform: uppercase;    
       line-height: 70px;
           padding: 20px;
      padding-left: 100px;   
       text-shadow: -3px 3px 2px #bbbbbb;
            margin: 0;
        background: #444;
  }

  h2 {
             color: #ffd;
       font-family: "Century Schoolbook BT", "Baskerville Old Face", Baskerville, Georgia, Times, serif;
         font-size: 25px;
       font-weight: normal;
        font-style: italic;
    text-transform: lowercase;    
       line-height: 30px;
           padding: 5px 0 25px 100px;
            margin: 0;
        background: #444;
  }

  h3 {
             color: rgb(139, 0, 0);
       font-family: Georgia, Times, serif;
         font-size: 180%;
    text-transform: uppercase;    
       line-height: 64px;
       font-weight: bold;
        margin-top: 50px;
  }

  h3::before { 
    content: ;
  }
  
  h4 {
    font-family: Georgia, Times, serif;
      font-size: 130%;
    font-weight: bold;
     margin-top: 20px;
          clear: both;
  }

  h5 {
    font-family: Georgia, Times, serif;
      font-size: 115%;
    font-weight: bold;
    margin-left: 5px;
     margin-top: 15px;
          clear: both;
  }
  
  html {
    background: #fff;
        height: 100%;
  }
  
  p {
       margin: 5px 0 0 10px;
  font-family: Georgia, Times, serif;
    font-size: 115%;
        color: #000;
  }
  
  table {
         margin-top: 10px;
      margin-bottom: 10px;  
        margin-left: auto;
       margin-right: auto;
    border-collapse: collapse;
  }

  td, th {
    border: 1px solid rgb(139, 0, 0);
  }

  td {
          padding: 3px;
     padding-left: 15px;
    padding-right: 10px;
  }

  th {
        padding: 6px;
     text-align: center;
    font-weight: bold;
  }
  
  ul {
  list-style-type: square;
      font-family: Georgia, Times, serif;
            color: #000;
  }

    
/* classes */

  .editnote {
    background: rgb(100%, 50%, 50%);
  }

  
  .firstwords {  
    text-transform: uppercase;
  }


  p.firstpara::first-letter {
    font-size: 250%; float: left;
    }

  
  .label {
       text-align: right;
     padding-left: 10px;
    padding-right: 15px;
  } 

  .left {
            float: left;
            clear: left;
     margin-right: 50px;
       margin-top: 10px;
    margin-bottom: 10px;
  }

  .pad {
    color: #fff;
  /*  color: transparent; */
  }
  
  a.pic {
    border: 10px transparent;
  }

  a.pic:link {
    color: #ffd;
  }

  a.pic:visited {
    color: #ffffff;
  }

  a.pic:hover {
    color: #ff0f00;
  }

  a.pic:active {
    color: #ffff00;
  }

  .right {
            float: right;
            clear: right;
      margin-left: 50px;
       margin-top: 10px;
    margin-bottom: 10px;
  }

  .right-marker {
          float: right;
          clear: both;
     margin-top: 0;
  }

  .thispage {
          color: #fbb;
     background: #b00000;
          width: 200px;
        display: block;
    font-family: Georgia, Times, serif;
      font-size: 130%;
        padding: 5px;
  }   
   

/* identifiers */
/* outer division identifiers */
    
  #leftbar {
    position: fixed;
         top: 0;
        left: 0;
       width: 245px;
  }

  #header {
      position: fixed;
           top: 0;
          left: 245px;
         width: 100%;
    background: #444;
  }
      
  #main {
    margin-left: 245px;
    }

  #footer {
      position: fixed;
        bottom: 0;
          left: 245px;
         width: 100%;
    background: #888;
     font-size: 80%;
  }

/* subdivision identifiers */   

  #content {
            padding-top: 200px;
            margin-left: 8%;
           margin-right: 12%;
         padding-bottom: 200px;
       background-image: url(images/page_foot_wheel.png);
      background-repeat: no-repeat;
    background-position: center bottom;
  }

  #navbar {
  }
   
  #fixed-image {
        position: fixed;
             top: 0;
            left: 0;
    border-width: 0 15px 20px 0;
         padding: 0 15px 20px 0;
          margin: 0 15px 20px 0;
    border-color: #fff;
  }

/* identifier detail */

  #navbar a {
          width: 200px;
        display: block;
    font-family: Georgia, Times, serif;
      font-size: 130%;
        padding: 5px;
  }  

   #navbar a:link {
    color: #ffb;
  }

  #navbar a:visited {
    color: #ffb;
  }

  #navbar a:hover {
         color: #ffd;
    background: #c00;
  }

  #navbar a:active {
    color: #f00;
  }
  
  #navbar ul {
    list-style-type: none;
         margin-top: 350px;
              width: 25%;
              float: left;
              clear: left;         
  }

