/*
   Style Sheet for the Golden Stag Players website
   Created by Ken Mayer (Hirsch von Henford in the SCA)
   www.GoldenStag.net/GSP
   ToC
      1. Defaults
	  2. Structure
	  3. Links and Navigation
	  4. Fonts
	  5. Images
	  6. Hacks
	  
   Notes: This style sheet is based on an article in a magazine from England called
   Practical Web Design, the August, 2006 issue. 
*/
/* -- 1. Defaults -- */
body { font-family: Arial, Helvetica, sans-serif; 
       font-size: 14px; 
	   font-style: normal; 
	   line-height: normal; 
	   font-weight: normal;
	  }
	   
/* -- 2. Structure -- */
/* -- Things like wrappers and such -- */
#wrapper {

         }

.yellowNote { 
              font-size: 14px;
              text-align: justify;
              width: 65%;
              padding: 6px;
              background-color: #FFFFCC;
              color: black;
              border: solid;
              border-width: 1px;
              border-top-width: 3px;
              border-color: #FF6600;
            }


/* -- 3. Links and Navigation -- */
a {
  }
  
a:hover {
        }
		
#navcontainer
   {
      background: #008000;
      width: 100%;
      margin: 0 auto;
      padding: 1em 0;
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12px;
      text-align: center;
   }

ul#navlist
   {
      text-align: left;
      list-style: none;
      padding: 0;
      margin: 0 auto;
      width: 98%;
   }

ul#navlist li
   {
      display: block;
      display: inline;
      margin: 0;
      padding: 0;
   }

ul#navlist li a
   {
      display: block;
      width: 100%;
      padding: 6px 0 6px 4px;
      border-width: 1px;
      border-color: #ffe #aaab9c #ccc #fff;
      border-style: solid;
      color: #000000;
      text-decoration: none;
      background: #D6EAD6;
   }

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
   {
      background: #f0e7d7;
      color: #800000;
   }

ul#navlist li a:hover, ul#navlist li#active a:hover
  {
      color: yellow;
      background: transparent;
      border-color: #aaab9c #fff #fff #ccc;
   }
			   			  

/* -- 4. Fonts -- */

td {  font-family: Arial, Helvetica, sans-serif; 
      font-size: 14px 
	}

.PageHeader {  font-size: 18px; 
               font-style: normal; 
               line-height: normal; 
			   font-weight: bold 
			 }


/* -- 5. Images -- */
a img {
        border: 0;
      }

/* -- 6. Hacks -- */
