/*Tonya*/
body {
    background-color: #265502;
    font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
}

#tab, #page, #title, #footer {
    font-family: "Lucida Grande", Lucida Sans Unicode, sans-serif;
    font-size: 100%;
}

#wrapper {
    background-color: #91d357;
    border-width: 4px 4px 0px 4px;
    border-color: #4b9400;
    border-style: solid;
    border-radius: 48px 48px 0 0;
    -moz-border-radius: 48px 48px 0 0;
    -webkit-border-radius: 48px 48px 0 0;

}

#wrapper_footer {
    padding-top: 2px;
    min-height: 85px; height: auto !important; height: 85px;
    background-color: #91d357;
    border-width: 0px 4px 4px 4px;
    border-color: #4b9400;
    border-style: solid;
    border-radius: 0 0 36px 36px;
    -moz-border-radius: 0 0 36px 36px;
    -webkit-border-radius: 0 0 36px 36px;
}

#header p {
    font-size: 32px;
    color: #197319;
    letter-spacing: 0em;
    font-weight: bold;
}

#center_block {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#navigation {
    margin-top: 50px;
}

#navlist li {
    line-height: 30px;
}

#navlist li a {
    text-decoration: none;
    font-weight:bold;
    margin-left: -2px;
    letter-spacing: 0em;
    font-size:90%;
    height: 30px\b; /*hack for IE8 : cliakable tab*/
}

/*active*/
#navlist li.active{
    width: 164px;
    height: 30px;
    line-height: 30px;
    background-color: #4a8916;
    margin:4px 0px 4px 10px;
    * margin:2px 0px 2px 10px;
    border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;

    -moz-border-radius: 0 14px 0 14px\b;
    -webkit-border-radius: 0 14px 0 14px\b;

}

#navlist li.active:hover{
    height: 26px;
    line-height: 26px;
    * line-height: 30px; line-height: 30px\b;
    margin:4px 0px 4px 8px;
    * margin:2px 0px 2px 10px; margin:2px 0px 2px 10px\b;
    width: 160px;
    background-color: #91d357;
    border: 2px solid #4a8916;
}

#navlist li.active a{
    color: #f8fff1;
    margin-left: -1px;
}

#navlist li.active:hover a{
    color: #794423;
}

/*selected*/
#navlist li.selected{
    width: 172px;
    height: 34px;
    line-height: 34px;
    background-color: #d2f2b9;
    margin:4px 0px 4px 10px;
    border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
}

#navlist li.selected a {
    color: #535353;
    margin-left: -1px;
}

/*Space*/
#navlist li.space{
    height: 17px;
    width:160px;
    margin:0px 0px 0px 12px;
    * margin: -12px 0px -2px 12px;
}

/*Donate*/
#donate{
    width:178px;
    margin:0px 0px 0px 12px;
}

#content {
    width: 750px;
    letter-spacing: 0em;
    background-color: #d2f2b9;
    border-radius: 0 55px 0 55px;
    -moz-border-radius: 0 55px 0 55px;
    -webkit-border-radius: 0 55px 0 55px;
}

#content h1 {
    margin-left: 2px;
    /*color: #348200;*/
    color: #47a30a;
}

/*link color*/
#content a, #iframeBody a, #footer a ,._name{
    /*color: #c36b34;*/
    color: #d6783d;
    text-decoration: none;
}
#content a:hover, #iframeBody a:hover ,#footer a:hover, #navigation li.addpage:hover{
    text-decoration: underline;
}

#block, #contact{
    color: #794423;
}

#block h2{
    /*color: #794423;*/
    color: #9a4c1b;
    font-size: 115%;
    font-weight: bold;
}

.galDesc, .img-block-desc {
    color: #9a4c1b;
}

.block_inner .block div div img, .block_inner .pic_gallery .gallery_img img {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-topleft:  1px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-bottomright: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 1px;
}

#footer{
    width: 934px;
    color: #ddbdaa;
    margin: 45px 10px 10px 10px;
    background-color: #544a1b;
    opacity: 0.93;
    filter: alpha(opacity=93);
    border: 2px solid #65702e;
    height:25px;
    line-height:25px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 14px\b;
    -moz-border-radius: 14px\b;
}

#bottom{
    margin-top: 10px\b !important;
}

#sdlogo, #sdlogo a{
    color: #6baf2f;
}

#credit, #credit a{
    color: #deffa5;
}


#credit, #credit a, #sdlogo, #sdlogo a {
    text-decoration: none;
}
