/* CSS Document */
/* Title: mountainlamp.org -- style.css */
/* All graphical elements licenced under Creative Commons Attribution 2.5 License 2006, Mountain Lamp Community.*/

body {
    margin: 0;
    padding: 0;
    font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #000000;
    background-color: #759D48;
  }

newboxp {  
    text-align: left;
    width: 380px;
    font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height: 22px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    letter-spacing: 0em;
  }

p {
    text-align: left;
    width: 500px;
    font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height: 22px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    letter-spacing: 0em;
  }
  

h1 {
    font-size: 130%; 
    font-weight: bold; 
  }


h2 {
    font-size: 110%; 
    font-weight: bold; 
  }


h3 {
    font-size: 100%; 
    font-weight: bold; 
  }


h4 {
    font-size: 90%; 
    font-weight: bold; 
  }


h5 {
    font-size: 80%; 
    text-align: left;
  }


/* Hidden Text*/
h1 span, h2 span, h3 span, h4 span {
    display: none;
  }


/* Hidden Links*/
#skiplink {
    color: #759d48;
    background-color: #759d48;
  }

table.photos td {
    height:165px;
    width:200px;
  }


table.photos div {
    text-align:center;
    padding-top:10px;
  }


table.photos img {
    border:5;
    border-color:white;
  }

ol.new li {	
    text-align: left;
    width: 450px;
    font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height: 22px;
    letter-spacing: 0em;
  }

ul.menu {
    list-style:none;
    font-family:"Times New Roman", serif;
    font-size:10px;
    letter-spacing:1px;
    padding:5px;
    background-color: #e5e5e5;
    background: transparent;
  }


ul.menu li {	
    background-color: #738d9a;
    list-style-type: none;
    color : #882158;
    font-weight : bold;
    line-height : 2em;	
    text-align: left;
    padding: .1em;
    text-indent: 2px;
  }


ul.menu li a {
   color: #ffffff; 
   text-decoration: none;	
   display: block;
  }

ul.menu li a:hover a:focus {
   background-color: #faebd7;	
   color: #000000;
  }


ul.sanghalinks p {
    font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
    font-size : 16px;
    font-weight : bold;
    line-height : 22px;
    list-style-type : disc;
  }


ul.sanghalinks li {
    font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height: 22px;
    margin-left: 20px;
    font-weight : bold;
  }


.menu {
    color : #882158;
    font-weight : bold;
    margin:0px;
    background-color : rgb(219,201,156);
  }


.menu a {
    color : #ffffff;
    text-decoration:none;
  }


.menu a:hover {
    color : rgb(79,58,35);
    background-color : #bdc8cf;
    text-decoration:none;
  }


.menu strong {
    font-size : large;
  }


.footer a {
    font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color : #ffffff;
    text-decoration:none;
  }


.footer a:hover a:focus {
    color : rgb(79,58,35);
    text-decoration:none;
  }

