/* comment */

<!--
      History of the San Diego Hash House Harriers Style Sheet
 
      Author: Michael Michaels	
      Date:   10-27-2013

      Filename: index.html
   -->
   
   

/* Body Styles */
body
    {
         background-color: white;
         font-family: impact;         
         width: 50%;
         min-width: 1000px;
         max-width: 1400px;
         }
     
      #outer {
      	 font-family: font-family: Tahoma, Geneva, sans-serif;
          width: 960px; 
          border: 3px solid #000;
          border-radius: 15px;
          box-shadow: 5px 5px 5px #888;
          margin-left: auto;
          margin-right: auto;
       background-color: rgba(250, 248, 225, .8);
       margin-top: 50px;} 

      #right {
      	 
          margin-left: 10px;
          <!--  border-left: 5px solid #000; -->
          <!-- background-color: rgb(250, 248, 225); -->
          position: relative;
          
          }

      #glossary {
      	font-family: trebucket ms;
          width: 860px; 
          border: 0px solid #000;
          margin-left: auto;
          margin-right: auto;
          margin-top: auto;} 
      	
      
/* Heading Styles */

   h1 {
   	 font-size: 200%;
   	 font-family: trebuchet ms;
       font-weight: bold;
       color: Black;
       }   
      

     h2 {
       font-family: trebuchet ms;
       font-weight: bold;
       color: Black;
       }   


/* Navigation formatting */

a.navlinkex1:hover,a.navlinkex1:active {color:red;}
a.navlinkex1:visited,a.navlinkex1:link {text-decoration:underline;}
a.navlinkex1:hover,a.navlinkex1:active {text-decoration:none;}



 #navtop {font-family: trebuchet ms;
          background:white;
          border: 0px solid blue;  /*border: 1px solid blue; */
          padding: 10px;  
          overflow: auto;}    
      

 #navtop li  {font-family: trebuchet ms;
 	border: 0px solid #ccc;
              border-left: none;    /*prevents a double border */
              width: 300px;
              float: left;
              text-align: center;}
            
 
 #navtop ul {font-family: trebuchet ms;
             list-style-type: none;
             padding-left: 0px;
             margin-top: 0px;
             width: 960px;
             margin-left: auto;
             margin-right: auto;}
              
 





/* use to float image to the right */       
       
div.figure {
	
  float: right;
  width: 30%;
  border: 0;
  margin: .25em;
  padding: 0.25em;
}

div.figure p {
	text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}      

/* Return to top of page using fixed image box */

#fixed {width: 100px; height: 30px;
        background-color: yellow;
        border: 2px soild #000;
        position: fixed;
        top: 800px;
        right:240px;
        font-family: trebuchet ms;
        
        }           
  

/* Make navigation links big and bold */ 
 a.navlinkbig{font:bold 100% arial, helvetica, sans-serif;text-decoration:underline;color:#006}.bold{font-weight:600}
