/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

@font-face {
  font-family: "Flow";
  src: local("Flow.ttf"), url("/public/Flow.ttf") format("truetype");
  font-weight:  400;
  font-style:   regular;
  font-variant: normal;
  font-stretch: normal;
}

/* CONTAINER */

             body {
                 margin-top: 0px;
                 margin-left: 0px;
                 margin-right: 0px;
             }

 #container {
   width: 100%;
   height: 90%;
   margin: 0 auto;
   font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
   font-size: small;
   line-height: 1.6em;
   color: #666;
   background-color: #FFF;
 }

pre {
  padding: 5px;
  border-left: 2px solid #ccf;
}

/* GENERAL MOJO AND MULA */

 h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   /* font-size: 32px; */
   /* color: #CC6633; */
   color: #3366CC;
   margin-bottom: 30px;
   /* background-color: #FFF; */
 }
 
 h2 {
   /* color: #666666; */
   color: #000;
   /* font-size: 18px; */
   font-family: Arial, Helvetica, sans-serif;
   background-color: #FFF;
                     border-bottom: 1px solid #bbb;
 }

             h3 {
                     color: #333;
                     border-bottom: 1px solid #bbb;
             }

.postheading {
   font-family: Lavoisier, Arial, Helvetica, sans-serif;
}
#sitetitle {
   font-family: Lavoisier, Arial, Helvetica, sans-serif;
}


             #commentheader {
                     border-bottom: none;
                     border-top: 1px solid #bbb;
                     padding-top: 10px;
             }

  
 a {
   /* color:#CC6714; */
   color: #118;
   text-decoration: none;
 }

 a:hover {
   /* color:#CC6714; */
   color: #119;
                     /* text-decoration: underline; */
   /* background-color: #F5F5F5; */
 }

 #search form {
   float:right;
   margin-top: -45px;
   font-size: 9px;
 }

        input, textarea {
   background-color: #FFF;
   color: #444444;
   border: 1px solid #CCC;
   font-size: 11px;
   padding: 3px;
 }

             textarea {
                     font-family: monospace;
             }
 
 .button {
   padding: 2px;
 }

             th {
               text-align: right;
             }
 
             .commentby {
           display: block;
                 font-weight: bold;
     font-size: small;
                 color: #444;
                 background: #fff;
                 border-bottom: 1px gray solid;
             }

             .comment {
               display: block;
                     padding-left: 1em;
                     padding-right: 1em;
             }
  
             #Fcomment th {
                 vertical-align: bottom;
                 text-align: right;
             }

             .error {
                 color: red;
             }

             ul.errorlist {
                 list-style-type: none;
                 color: red;
                 margin-left: 0;
                 padding-left: 0;
             }

/* HEADER ELEMENTS */

 #header {
   border-bottom: 1px solid #66c; /* #B4A999; */
   padding-top: 1px;
   clear: both;
                     padding-bottom: 10px;
   margin-bottom: 5px;
                     background: #ffffff url(/public/seascape-bg.jpg) repeat-x;
   font-size: small;
 }
 
             #header h1 {
                     color: #000;
                     padding-left: 5px;
             }

 /* the slogan */
 #header p { 
   margin-top: -20px;
   margin-left: 30px;
   color: #333;
   font-style: italic;
 }

/* NAVIGATION ELEMENTS */

 #navigation {
     float: left;
                 padding-left: 5px;
     width: 185px;
     padding-right: 10px;
     height: 100%;
     font-size: small;
     border-right: 1px dashed #ddd;
 }

 #navigation ul {
   margin-left: 0;
   padding-left: 0px;
   list-style-type: none;      
   width: 175px;
 }

 #navlist {
                     width: 175px;
 }

 #navlist a {
   display: block;
   /* padding: 5px; */
   padding-top: 5px;
   padding-right: 5px;
                     padding-left: 5px;
                     margin-left: -5px;
   padding-bottom: 5px;
   width: 185px;
   /* width: 140px; */
 }

 #navigation a:link, #navlist a:visited {
   color:#CC6714;
   color:#118;
   text-decoration: none;
 }
 
 /* #navigation a:hover { */
 #navlist a:hover {
   background-color: #C5C5FF;
   /* color:#CC6714; */
   color:#118;
 }

/* THE SMALL BOX BELOW NAV */

 #navigation div {
   padding-left: 5px;
   padding-right: 5px;
   border-bottom: 1px dotted #CCC;
   width: 100%;
 }

/* CONTENT ELEMENTS */

 #content {
   /* width: 362px; */
   margin-left: 215px;
   margin-right: 200px;
   /* border-bottom: 1px solid #DDDDDD; */
 }
 
 #content p {
   margin-top: 4px;
 }

/* SIDEBAR ELEMENTS */

 #sidebar {
   float: right;
   width: 175px;
         font-size: small;
   border-left: 1px dashed #ddd;
   padding-left: 1em;
   height: 100%;
 }
 
 #sidebar p {
   padding-bottom: 10px;
   border-bottom: 1px solid #DDDDDD;
         font-size: small;
 }

 #sidebar ul {
   margin-left: 0px;
   padding-left: 0px;
 }
 #sidebar li {
   margin-left: 0px;
   padding-left: 0px;
   list-style-type: none;
 }

/* FOOTER ELEMENTS */

 #footer {
   margin-top: 20px;
   clear: both;
   background-color:#A7A3A2;
   padding: 0px 2px 0px 2px;
   text-align: center;
 }
 
 #footer p {
   color: black;
   /* color:#89817f; */
   padding: 5px;
 }
 
 #footer p a {
   color: black;
   /* color: #89817f; */
   border-bottom: 1px dotted #89817f;
 }
 
 #footer p a:hover {
   color: #FFFFFF;
   background-color:#575352;
 }
 
 /* And they lived happily ever after. The End. */

@font-face {
  font-family: "Lavoisier";
  src: local("lavoisier1.2001.otf"), url("/public/lavoisier1.2001.otf") format("opentype");
  font-weight:  400;
  font-style:   regular;
  font-variant: normal;
  font-stretch: normal;
}@font-face {
  font-family: "Lavoisier";
  src: local("lavoisier1.2001-bold.otf"), url("/public/lavoisier1.2001-bold.otf") format("opentype");
  font-weight:  bold;
  font-style:   regular;
  font-variant: normal;
  font-stretch: normal;
}@font-face {
  font-family: "Lavoisier";
  src: local("lavoisier1.2001-bold-italic.otf"), url("/public/lavoisier1.2001-bold-italic.otf") format("opentype");
  font-weight:  bold;
  font-style:   italic;
  font-variant: normal;
  font-stretch: normal;
}@font-face {
  font-family: "Lavoisier";
  src: local("lavoisier1.2001-italic.otf"), url("/public/lavoisier1.2001-italic.otf") format("opentype");
  font-weight:  400;
  font-style:   italic;
  font-variant: normal;
  font-stretch: normal;
}

