/* Website template by freewebsitetemplates.com */
body {
    background: #fff url(images/bg-main.png) repeat-y center top;
    font-family: Arial, Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, 'MS Sans Serif', sans-serif;
    margin: 0;
}

img {
    border: 0;
}

abbr {
    border-bottom: dotted 1px;
}

#context {
    background: url(images/bg-body.jpg) no-repeat center top;
}

#navigation,
#featured div.body {
    background: url(images/bg-content-strips.png) repeat-x;
}
/*#featured, #contents div.header,
#featured div.footer, #contents div.footer {
    background: url(images/bg-content-borders.png) no-repeat;
}*/

#navigation div,
#footer .footnote {
    background: url(images/bg-navigation.png) no-repeat;
}

#logo, span.leaf,
#contacts form input, #contacts form input.button, #contacts form textarea {
    background: url(images/interface.png) no-repeat;
}

/*------------------------------ HEADER ------------------------------*/
#header {
    width: 960px;
    margin: 0 auto 51px;
}

/** Logo **/
#logo {
    background-position: 0 0;
    height: 168px;
    width: 298px;
    padding: 51px 0 0 83px;
    position: relative;
}
#logo a {
    display: block;
    height: 51px;
    width: 215px;
    margin: 0px 0px 0px 20px;
    text-shadow: 2px 2px #000;
    text-decoration: none;
    color: #fff;
    font-size: 45px;
    font-family: 'Marck Script', cursive;
    line-height: 90%;
}

#logo a span {
    padding-left: 50px;
}
/* Navigation **/
#navigation {
    background-position: 0 0;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0;
}
#navigation div {
    background-position: 0 0;
    height: 50px;
    width: 960px;
    margin: 0 auto;
}
#navigation ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation ul li {
    float: left;
    font-size: 14pt;
    /*margin-left: 60px;*/
    text-align: center;
}
#navigation ul li:first-child {
    margin: 0;
}
#navigation ul li a {
    color: #893604;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin: 9px 0;
    padding-left: 5px;
    outline: 0;
    text-decoration: none;
}
#navigation ul li a span {
    display: block;
    height: 50px;
    padding: 0 10px 0 5px;
}
#navigation ul li a:hover, #navigation ul li.current a,
#navigation ul li a:hover span, #navigation ul li.current a span {
    background: url(images/bg-menu-selected.png) no-repeat;
}
#navigation ul li a:hover, #navigation ul li.current a {
    background-position: 0 0;
}
#navigation ul li a:hover span, #navigation ul li.current a span {
    background-position: right -43px;
}


/*------------------------------ BODY ------------------------------*/
#body {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px 20px;
}

/** MAIN **/
#main {
    display: inline-block;
    padding-top: 350px;
}
#articles {
    float: left;
    list-style: none;
    width: 286px;
    margin: 0;
    padding: 0;
}
#articles li {
    background: rgba(251, 250, 247, .9);
    border-radius: 12px;
    width: 236px;
    margin: 0 0 30px;
    padding: 40px 20px 5px 30px;
    position: relative;
}
#articles li span.leaf {
    background-position: 0 -1152px;
    display: block;
    height: 100px;
    width: 117px;
    position: absolute;
    top: -20px;
    left: -25px;
}
#articles li h3 {
    color: #5f5b3e;
    font-family: 'Delius Swash Caps', cursive;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
#articles li p {
    color: #bc5800;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}
#articles li p a {
    color: #bc5800;
}
#articles li a.more {
    color: #618200;
    text-decoration: none;
    padding-left: 180px;
}

#articles li a.short {
    padding-left: 110px;
}

#featured, #contents div.header {
    background-position: 0 0;
    width: 640px;
    margin-left: 300px;
}
#featured div.footer, #contents div.footer {
    background-position: -652px bottom;
    padding-bottom: 11px;
}
#featured div.body {
    /* background-position: 0 -464px;
    background: linear-gradient( #e4e1d2 0%, #fff 70%); */
    background: rgb(251, 250, 247); /* Fall-back for browsers that don't support rgba */
    background: rgba(251, 250, 247, .9);
    display: inline-block;
    padding: 20px 10px;
    border-radius: 12px;
}
#featured div.body h1 {
    color: #5f5b3e;
    font-family: 'Delius Swash Caps', cursive;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 0;
    padding: 0 10px;
}
#featured div.body p {
    float: left;
    color: #755d43;
    font-size: 12px;
    line-height: 24px;
    width: 290px;
    margin: 0;
    padding: 0 10px;
    text-align: justify;
}
#featured div.body p a, #contents p a {
    color: #618200;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
    min-height: 695px;
    padding-top: 90px;
}
#contents div.body {
    padding: 10px 20px 20px;
    /* background-position: 0 -464px;
    background: linear-gradient( #e4e1d2 0%, #fff 70%); */
    background: rgb(251, 250, 247); /* Fall-back for browsers that don't support rgba */
    background: rgba(251, 250, 247, .9);
    border-radius: 12px;
}
#contents div.body h1 {
    color: #615c3f;
    font-family: 'Delius Swash Caps', cursive;
    line-height: 42px;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px #f9faf5;
}
#contents div.body h3 {
    color: #743200;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}
#contents div.body h4 {
    color: #743200;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}
#contents div.body p {
    color: #766249;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 24px;
    text-align: justify;
}

#contents div.body p.nopadding {
    padding: 0;
}

#contents div.body li {
    color: #766249;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}

/** SIDEBAR **/
#sidebar {
    float: left;
    width: 300px;
}

#archives ul li a, #archives ul li a.expand,
#blogs > ul > li span.links a {
    background: url(images/icon-small.png) no-repeat;
}

/** ARCHIVES **/
#archives {
    background: url(images/bg-sidebar.png) left top;
    width: 250px;
    border: 1px solid #eaeaec;
    border-radius: 10px;
    margin-left: -10px;
    padding: 20px;
}
#archives h3 {
    color: #301c03;
    margin: 0 0 10px;
}
#archives ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#archives ul li {
    background: url(images/separator.png) no-repeat center top;
    font-size: 14px;
    line-height: 24px;
    width: 210px;
    padding: 12px 0;
}
#archives ul li a {
    background-position: right -90px;
    color: #ff9702;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding-left: 20px;
    text-decoration: none;
}
#archives ul li a.expand {
    background-position: right -120px;
}
#archives ul li a span {
    color: #bd6712;
}
#archives ul li div.months {
    background: url(images/separator.png) no-repeat center 10px;
    padding: 20px 20px 10px;
}
#archives ul li div.months a {
    background: none;
    color: #766146;
    font-size: 12px;
    padding-left: 20px;
}

#blogs, #contacts {
    width: 620px;
    margin-left: 320px;
}
#blogs > ul {
    list-style: none;
    width: 616px;
    margin: 0 auto;
    padding: 0;
}
#blogs > ul > li {
    width: 566px;
    margin: 0 0 30px;
    padding: 20px 20px 20px 30px;
    position: relative;
    border-radius: 12px;
    background: rgb(251, 250, 247); /* Fall-back for browsers that don't support rgba */
    background: rgba(251, 250, 247, .9);
}
#blogs ul li span.leaf {
    background-position: 0 -1152px;
    display: block;
    height: 100px;
    width: 117px;
    position: absolute;
    top: -20px;
    left: -25px;
}
#blogs ul li span.links {
    position: absolute;
    top: 10px;
    right: 16px;
}
#blogs ul li span.links a {
    display: inline-block;
    width: 20px;
    height: 21px;
    margin: 0 2px;
}
#blogs ul li span.links {
    font-family: 'Delius Swash Caps', cursive;
    font-size: 12px;
    color: #df7801;
}

#blogs > ul > li h3 {
    color: #df7801;
    font-family: 'Delius Swash Caps', cursive;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 6px;
    padding-left: 48px;
}
#blogs > ul > li h3 em {
    color: #8c7e73;
    font-style: normal;
    font-weight: normal;
}
#blogs > ul > li p,
#blogs > ul > li > ul > li
{
    color: #8c7e73;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}
#blogs ul li p.notitle {
    padding-top: 30px;
}
#blogs ul li a.more {
    color: #618200;
    text-decoration: none;
}
#blogs ul li p.comment {
    margin-top: 20px;
    font-size: 10px;
    line-height: 15px;
}


/*------------------------------ Contact us Page ------------------------------*/
/** CONNECT **/
#connect {
    background: url(images/bg-sidebar.png) left top;
    width: 250px;
    border: 1px solid #eaeaec;
    border-radius: 10px;
    margin-left: -10px;
    padding: 20px;
}
#connect h1 {
    color: #77a7b3;
    font-family: 'Delius Swash Caps', cursive;
    margin: 0 0 10px;
}
#connect ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#connect ul li {
    background: url(images/separator2.png) no-repeat center top;
    padding: 12px 0;
}
#connect ul li:first-child {
    background: none;
}
#connect ul li a {
    background: url(images/icons.png) no-repeat;
    color: #77a7b3;
    display: block;
    font-size: 16px;
    height: 42px;
    width: 100px;
    line-height: 42px;
    margin: 0 auto;
    padding-left: 60px;
    text-decoration: none;
}
#connect ul li a.facebook {
    background-position: 0 0;
}
#connect a.email {
    background-position: 0 -52px;
}
#connect a.twitter {
    background-position: 0 -105px;
}
#connect a.flicker {
    background-position: 0 -156px;
}

#contacts h2 {
    color: #df7801;
    font-family: 'Delius Swash Caps', cursive;
    margin: 0;
}
#contacts p {
    color: #8c7e73;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 24px;
}
#contacts form label {
    color: #77a7b3;
    display: block;
}
#contacts form input {
    background-position: 0 -755px;
    color: #77a7b3;
    display: block;
    height: 31px;
    width: 275px;
    border: 0;
    margin: 0 0 12px;
    padding-left: 5px;
}
#contacts form input.button {
    background-position: 0 -1110px;
    cursor: pointer;
    height: 30px;
    width: 110px;
    border: 0;
}
#contacts form textarea {
    background-position: 0 -798px;
    color: #77a7b3;
    display: block;
    height: 290px;
    width: 610px;
    border: 0;
    margin: 20px 0;
    padding: 5px;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
    background: url(images/bg-footer.png) repeat-x center top;
    min-height: 100px;
}
#footer div {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 24px;
}

#footer ul {
    display: inline-block;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
#footer ul li {
    float: left;
    height: 342px;
    width: 240px;
}
#footer ul li img {
    display: block;
    width: 200px;
    margin: 0 auto;
}
#footer ul li h4 {
    color: #3f2608;
    font-family: 'Delius Swash Caps', cursive;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    text-shadow: 1px 1px #f2f96f;
}
#footer ul li p {
    color: #3f2608;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0 20px 18px;
    text-align: justify;
}

#footer .footnote {
    background-position: 0 -62px;
    clear: both;
    color: #a77600;
    font-size: 12px;
    margin: 0;
    padding: 18px 0 17px;
    text-align: center;
}

span.label {
    font-weight: bold;
}

span.contact {
    font-family: 'Delius Swash Caps', cursive;
}

#map-canvas {
    width: 300px;
    height: 300px;
    margin-left: 150px;
}
div.referee {
    font-size: 10px;
}
div.referee a {
    color: #618200;
}
/*------------------------------ For IE6 ------------------------------*/
