body{
    background: #7b997a url(images/logo-green.png) center center repeat;
    background-size: 2em;
    letter-spacing:1px;
    font-family: helvetica;
    font-size:12px;
    line-height:14px;
    text-shadow:0px 0px 1px #ab5247;
    color:#713828;
    letter-spacing:1px;}

a:link, a:visited, a:active { 
    color:#301711;text-decoration:none;}
a:hover {color:#e1a35d;}

b {color:#301711;}

img {border:0;}

::-webkit-scrollbar-thumb {
    background-color: #EFD990;  
    border-radius: 0px;
    border:1px solid #713828;border-right:0;}
  
::-webkit-scrollbar {
    width: 5px; height: 0px; 
    background: transparent;}
  
#layout {
    margin: 20px auto;
    width: 100%;}


/* the background under #header does an overlay, originally a falling rose petal gif */
#header {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    background: url() center no-repeat;
}
  

.sitename a {
    color:#301711;
    text-transform:uppercase;
    letter-spacing:5px;
    height:26px;
    line-height:26px;
    font:26px 'doto';
    border-bottom:2px dotted #eee;
    padding-bottom:4px;}

.sitename a:hover {color:#301711;}


#navi {
    width: 80%;
    height: auto;
    line-height:20px;
    text-align:center;
    margin-bottom:12px;
    }
  
#navi a { 
    display:inline-block;
    background: #ab5247; 
    font:normal 14px 'silkscreen',arial;
    line-height:9px;
    text-transform:uppercase;
    padding-top:2px; 
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px;
    margin-bottom:4px;
    letter-spacing:1px;
    color:#ffffff;
    border-radius:10px;
    border:1px solid #6b2820;}
      
#navi a:hover {
    color:#e1a35d;}

#left {
    width: 20%;
}
  
#right {
    width: auto;
    max-width: 700px;
}

  

.box {
    background:#f5ede4;
    padding: 4px;
    border:1px solid #e1a35d;
    box-shadow: 5px 5px #301711;
    margin-bottom:14px;
    margin-left:14px;
    }

.scrollbox {
    height:100px;
    overflow:auto;
    overflow-x:hidden;
    background:#f5ede4;
    padding: 4px;
    border:1px solid #e1a35d;
    box-shadow: 5px 5px #301711;
    margin-bottom:14px;
    margin-left:14px;

    }
  

.title {
    font:16px 'silkscreen', arial;
    color:#885114;
    border-left:4px solid #ab5247;
    background:#e1a35d;
    margin-bottom:4px;
    padding-left:4px;}
  
  
.extralinks a {
    display:inline-block;
    color:#fff;
    font:normal 13px 'pixelify sans',arial;
    width:100px;
    background:#80ae7e;
    border-left:5px solid #658a63;
    border-bottom-right-radius:0px;
    padding-left:5px;
    letter-spacing:3px;
    margin-bottom:1px;
    }
  
.extralinks a:hover {color:#e1a35d;}

textarea {
    font:10px calibri,arial;
    letter-spacing:1px;
    color:#444;}