/* sacred succulents css*/
/* margin-padding- top right bottom left*/ 
/* id markers */


#header {
position: static;
width: 100%;
height: 75px;
margin: 0px;
border-bottom: 3px solid #336633;
padding-bottom: 0px;
}
#nav {
position: relative; 
width: 100%; 
margin: 10px 0px 0px 0px; 
height: 100px; 
font-weight: bold;
color: #000000;
border-bottom: 3px solid #336633;
}
#nav li {
float: left;
color: #000000;
margin-top: 0px;
margin-bottom: 5px; 
padding-left: 3px;
padding-right: 10px;
padding-bottom: 5px;
border-left-color: #336633;
border-left-width: 5px;
border-left-style: solid;
list-style-type: none;
line-height: 150%;
vertical-align: middle;
white-space: nowrap;
} 
#main { 
position: relative;
width: 80%; 
padding: 10px; 
margin: 25px 25px 0px 10%; 
color: #000000;
} 

/* general properties */

body {
margin: 20px 9% 20px 9%;
font-family: "Times New Roman", Times, serif;
font-size: small;
font-weight: 100; 
color: #000000; 
background-color: #FFFFFF; 
} 
p {
color: #000000;
padding-top: 0px;
margin-top: 10px;
margin-bottom: 0px;
background-color: #FFFFFF; 
}
ul {
margin: 0px;
}
li {
color: #000000; 
padding: 0px;
list-style-type: none; 
line-height: 100%;
vertical-align: middle;
margin-top: 5px;
margin-bottom: 5px;
} 
h1 { 
font-family: "papyrus",  sans-serif; 
font-size: x-large; 
font-weight: bold;
padding-top: 15px;
padding-bottom: 0px; 
color: #000000;
margin: 0px;
} 
h2 { 
font-family: "papyrus",  serif; 
font-size: large; 
font-weight: bold; 
color: #000000;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 10px 
} 
h3 { 
font-family: "Times New Roman", Times, serif; 
font-size: medium; 
font-weight: bold;
font-style: italic;
color: #000000;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 0px;
}
pre {
font-family: "Times New Roman", Times, serif;
font-size: small;
}
b {
font-weight: bold;
font-style: normal;
}
span {
font-weight: normal;
font-style: normal;
}
blockquote {
margin-top: 10px;
margin-bottom: 5px;
}
address {
margin-top: 5px; 
}

/* psudo-classes */

a:link { 
color: #336633; 
text-decoration: underline; 
font-weight: bold; 
} 

li a:link { 
color: #336633; 
text-decoration: underline; 
font-weight: normal; 
} 

a:visited { 
color: #000000; 
text-decoration: underline; 
font-weight: normal; 
} 

li a:visited { 
color: #000000; 
text-decoration: underline; 
font-weight: normal; 
} 

a:hover { 
color: #009900; 
font-weight: normal; 
text-decoration: underline; 
} 

li a:hover { 
display: inline; 
color: #009900;
font-weight: normal; 
text-decoration:underline;
} 

a:active { 
color: #009900; 
font-weight: bold; 
} 
/* class markers */
.tag {
font-style: italic;
text-indent: 50px;
}
.it {
font-style: italic;
font-weight: bold;
}
.na {
font-style: italic;
}
.com {
font-style: normal;
font-weight: 100;
}
.bd {
font-style: normal;
font-weight: bold;
}
