body {
    margin: 0px;
    font-family: Calibri;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #525252;
    background: url("../images/bgr.gif") repeat-x scroll center top #F7F6F6;
}

td, textarea, input, select {
    font-family: Calibri;
    font-size: 12px;
    color: #B3B3B3;
    font-weight: normal;
}

a:link {
    color: #888888;
    font-family: Calibri;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #000000;
    font-family: Calibri;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
    border: thin none #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #888888;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#wrapper {
    width: 1000px;
    margin: 0px auto;
    padding: 10px 20px;
    border-style: solid;
    border-color: #ddd #ccc #ccc #ddd;
    border-width: 1px 2px 2px 1px;
    text-align: center;
    background-color: #FFF;
    border-radius: 0px 0px 7px 7px;
}

#header {
    text-align: left;
    padding: 0px 0px 30px 0px;
}

.fb-like-box, .fb-like {
    float: right;
}

#content {
    width: 1000px;
    margin: 0 auto;
    text-align: justify;
}

#content_left {
    float: left;
    width: 135px;
    padding: 0px;
}

#content_left a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#content_left a:hover {
    color: #333;
}


@media (max-width: 1000px) {
    #content_left a {
        font-size: 14px;
    }
}


#content_center {
    font-size: 14px;
    float: left;
    width: 683px;
    /* background: transparent url("../images/page_shadow.jpg") no-repeat; */
    background: url("../images/box-bgr.gif") repeat-x scroll center top #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 7px;
    box-shadow: 0px 0px 1px 1px white inset, 0px 23px 21px -33px #000;
    padding: 20px 15px;
}

#content_center a {
    font-size: 14px;
}

#content_right {
    float: left;
    width: 140px;
    padding-left: 10px;
    text-align: left;
}

#content_right a {
    display: block;
}

#content_right a:hover {
    color: #000;
    text-decoration: underline;
}

#content_right strong {
    font-size: 15px;
}

#footer {
    color: #888888;
    padding-top: 30px;
    text-align: right;
}

.copyright {
    color: #9DC43E;
}

.clearfix {
    clear: both;
}

.btn_blue, .btn_magenta, .btn_green, .btn_red, .btn_orange {
    width: 118px;
    /*height: 20px;*/
    padding: 10px 5px;
    margin-bottom: 3px;
    text-align: center;
    color: #000;
}

.btn_blue {
    background: transparent url("../images/btn_blue.jpg") no-repeat;
}

.btn_green {
    background: transparent url("../images/btn_green.jpg") no-repeat;
}

.btn_magenta {
    background: transparent url("../images/btn_magenta.jpg") no-repeat;
}

.btn_red {
    background: transparent url("../images/btn_red.jpg") no-repeat;
}

.btn_orange {
    background: transparent url("../images/btn_orange.jpg") no-repeat;
}

#wordcloud {
    width: 680px;
    height: 280px;
}

#despre_sub, #activ_sub, #resurse_sub {
    display: none;
    font-size: 12px;
    text-align: left;
}

#despre_sub ul, #activ_sub ul, #resurse_sub ul {
    padding: 0px 0px 0px 25px;
    margin: 5px 0px;
}

#despre_sub ul li, #activ_sub ul li, #resurse_sub ul li {
    margin-bottom: 2px;
}

#despre_sub a, #activ_sub a, #resurse_sub a {
    font-size: 14px;
    color: #888;
}

.marquee {
    margin: 15px 0px;
}

.marquee p {
    text-align: justify;
}

#edufor-entry {
    background-color: #a0c542;
    padding: 100px 50px;
    border-radius: 7px;
    box-shadow: 0px 0px 1px 1px white inset, 0px 23px 21px -33px #000;
    margin-bottom: 10px;
}

#afterschool-entry {
    background-color: #9ad9ea;
    padding: 100px 50px;
    border-radius: 7px;
    box-shadow: 0px 0px 1px 1px white inset, 0px 23px 21px -33px #000;
}

#afterschool-entry a, #edufor-entry a {
    color: #FFF;
    font-size: 50px;
    font-family: Arial, Helvetica, serif;
    font-weight: bold;
    text-shadow: 4px 4px 3px #666;
}

#afterschool-entry a:hover, #edufor-entry a:hover {
    text-shadow: 2px 2px 3px #333;
}


#google-maps {
    float: left;
}

#afterschool-address {
    float: right;
    line-height: 2em;
}