
/*
#B59B50 - Penguins
#988252 - Penguins dark
#880204 - Russia
#23619E - Blue
*/
    * {
        font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
        font-size: 13px;
        
        margin: 0;
    }

  a, a:visited {
      text-decoration: none;
      color: #880204;
      font-size: 13px;
  }
  a:hover {
      text-decoration: underline;
      color: #AE9C62;
  }
  a.title, a.title:visited {
        color: #931618;
        font-size: 18px;
  }
  a.title:hover {
        color: #E53B3E;
        text-decoration: none;
  }
  a.tag, a.tag:visited {
        color: #988252;
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
  }
  a.tag:hover {
      text-decoration: none;
      background: #E7D08A;
      color: black;
  }
  body {
      background: url('images/ice.png');
      margin-top: 50px;
  }
  
    /* LOGO */
  #logo {
      height: 259px;
      border: 1px solid black;
  }
  
  #navigation_links {
      border: 1px solid black;
      border-top: 0;     
      text-align: center; 
      background: #880204;
  }

    img {
        //display: block;
    }


    /* TOP MENU LINKS */
      a.top_menu_item, a.top_menu_item:visited {
      padding-top: 4px;      
      padding-bottom: 4px;      
      background: #880204;
      font-size: 20px;
      color: white;
      font-family: Georgia;
      display: block;
      width: 100px;
      height: 28px;
      width: 100%;
      text-align: center;
  }
  a.top_menu_item:hover {
      background: #E7D08A;
      color: black;
      display: block;
      text-decoration: none;
  }
  
  a.top_menu_item_current, a.top_menu_item_current:visited, a.top_menu_item_current:hover {
      padding-top: 4px;      
      padding-bottom: 4px;      
      background: white;
      font-size: 20px;
      color: black;
      font-family: Georgia;
      display: block;
      width: 100px;
      height: 28px;
      width: 100%;
      text-align: center;
  }
    /* TOP MENU LINKS */
    
    #passage {
      background-image: url('images/passage.png');
      background-repeat: no-repeat;
      background-position: top right;
    }    
    #navigation_bar {         
      background: #E7D08A;
      height: 20px;
      border-bottom: 1px solid black; 
      border-right: 1px solid black; 
      letter-spacing: 0.3ex;
    }
    div.left_menu_block {        
      border: 1px solid black; 
      //width: 250px;
    }
    
    div.left_menu_header {   
      background: #E7D08A;
      padding: 0px 4px 0px 4px;
      color: white;
      height: 28px;
      font-weight: none;
      text-align: center;
      font-size: 20px;
      color: black;
      font-family: Georgia;
      border-bottom: 1px solid black;
  }
  
  h2 {
        color: #880204;   
      font-size: 18px;
      padding-top: 5px;
      padding-bottom: 5px;
      
  }
  
  input, textarea, select {
    border: 1px solid #7E6E3C;
    margin: 1px;
    background-color: #FBF4DF;
  }
  input.radio {
      border: 0;
  }




  div.left_menu_text {      
      padding: 4px;     
      background: white;
  }
  
      
  h1.content_header {
      padding: 5px;
      padding-left: 10px;
      padding-right: 0;
      font-size: 22px;
      height: 28px;
      background: #880204;
      text-align: left;
      font-weight: none;
      color: black;
      background: url('images/content_title.png');
  }
    a.content_header, a.content_header:visited {
    padding-left: 0px;
      font-size: 22px;
      color: #988252;
    }

    
    h1 {
      font-size: 20px;      
      color: black;  
    }

  
  #content {
      border: 1px solid black;  
      background-image: url('images/content_background.png');
  }
  
  #content_block {
      padding-left: 10px;
      padding-right: 14px;
      padding-top: 8px;
      padding-bottom: 50px;
      overflow: auto;

  }
  
  button {
      padding-left: 10px;
  }
  
  span.error {
      color: red;
      font-size: 11px;
  }
    span.button {
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;   
    background: #E7D08A;
    border: 1px solid #9F8022;
    color: #806512;   
    }    
    
    a.button, a.button:visited {
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #6D0506;
    color: #880204; 
    background-color: #880204;
    color: white;    
    }    
    
    a.button:hover {
    background-color: #E7D08A;
    color: black;
    text-decoration: none;
    border: 1px solid #9F8022;
    }




  


