/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* ------------------ resets ------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

caption, th {
    text-align: left;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

fieldset, img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------ end resets ------------------ */

* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../images/img01.gif') repeat-x #ffffff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #6E6E6E;
}

input, textarea {
    background: url('../images/img09.gif') repeat-x #ffffff;
    border: 1px solid #FFFFFF;
    border-top-color: #A3A3A3;
    border-left-color: #D6D6D6;
    font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #6E6E6E;
}

h1, h2, h3 {
    margin-bottom: 1.5em;
    letter-spacing: -0.05em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

    h1, h1 a, h2, h2 a {
        text-decoration: none;
        color: #414141;
    }

        h1 a:hover, h2 a:hover {
            text-decoration: underline;
        }

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: #939292;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

p, ul, ol {
    margin-top: 1.5em;
    line-height: 190%;
}

ul, ol {
    margin-left: 3em;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
}

a {
    color: #346086;
}

    a:hover {
        text-decoration: none;
    }

    a img {
        border: none;
    }

img.left {
    float: left;
    margin-right: 20px;
}

img.right {
    float: right;
    margin-right: 20px;
}

img.rightPadLeft {
    float: right;
    margin-left: 20px;
}

ul.PadLeft {
    padding-left: 20px;
}

hr {
    display: none;
}

/* Logo */

#logo {
    width: 964px;
    height: 168px;
    margin: 20px auto 20px auto;
}

/* Menu */

#menu {
    width: 960px;
    height: 62px;
    margin: 0 auto;
    background: url('../images/img02.jpg') no-repeat #252E3A;
}

#menu ul {
    margin: 0;
    padding: 21px 0 0 30px;
    list-style: none;
    line-height: normal;
}

    #menu li {
        float: left;
        padding: 0 20px 0 22px;
        background: url('../images/img03.gif') no-repeat left center;
    }

#menu li.first {
    background: none;
}

#menu a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

/* Search */

#search {
    float: right;
    width: 227px;
}

    #search fieldset {
        border: none;
    }

    #search input {
        float: left;
    }

    #search #s {
        width: 136px;
        margin-right: 7px;
        padding: 2px 5px;
    }

    #search #x {
        background: none;
        border: none;
    }

/* Banner */

#banner {
    width: 960px;
    margin: 0 auto;
    padding: 8px 0;
}

/* Page */

#page {
    width: 900px;
    margin: 0 auto;
    padding: 45px 35px 45px 25px;
    background: url('../images/img05.gif') no-repeat;
}

/* Content */

#content {
    float: left;
    width: 603px;
}

.post {
}

    .post .title {
        margin: 0;
        padding: 0 20px;
    }

    .post .entry {
        padding: 0 20px;
    }

    .post .meta {
        height: 47px;
        margin: 20px 0 20px 0;
        padding: 15px 0 0 20px;
        background: url('../images/img07.gif') no-repeat;
        line-height: normal;
    }

    .post .meta2 {
        height: 47px;
        margin: 20px 0 20px 0;
        padding: 15px 0 0 20px;
        background: url('../images/img07b.gif') no-repeat;
        line-height: normal;
    }


/* Sidebar */

#sidebar {
    float: right;
    width: 253px;
}

    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    }

    #sidebar li {
        margin-bottom: 40px;
        padding: 0 15px 0 20px;
    }

        #sidebar li ul {
        }

        #sidebar li li {
            margin: 0;
            padding: 5px 0;
            border-bottom: 1px solid #E5E5E5;
        }

        #sidebar li h2 {
            margin-bottom: 15px;
            font-size: 18px;
        }

    /* Calendar */

    #sidebar #calendar {
        padding: 0;
        background: url('../images/img08.jpg') no-repeat;
    }

#calendar caption {
    margin: -20px auto 0 auto;
    text-align: center;
    font-weight: bold;
}

#calendar table {
    margin: 0 auto;
    caption-side: bottom;
}

#calendar thead th {
    width: 31px;
    height: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

#calendar tbody td {
    width: 31px;
    height: 31px;
    text-align: center;
    color: #9E9E9E;
}

#calendar tfoot td {
    padding-top: 20px;
    font-weight: bold;
}

#calendar #next {
    text-align: right;
}

/* Footer */

#footer {
    clear: both;
    width: 870px;
    height: 50px;
    margin: 0 auto;
    padding: 35px 45px;
    background: url('../images/img05.gif') no-repeat;
}

    #footer p {
        margin: 0;
        line-height: normal;
        color: #B4B4B4;
    }

    #footer a {
        color: #B4B4B4;
    }

    #footer .legal {
        float: left;
    }

    #footer .credit {
        float: right;
    }

.PadRight {
    padding-right: 20px;
}



/*
Accordian style
from : http://tympanus.net
*/

.st-accordion {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
}

    .st-accordion ul li {
        height: 100px;
        border-bottom: 1px solid #c7deef;
        border-top: 1px solid #fff;
        overflow: hidden;
    }

        .st-accordion ul li:first-child {
            border-top: none;
        }

        .st-accordion ul li > a {
            font-family: 'Josefin Slab',Georgia, serif;
            text-shadow: 1px 1px 1px #fff;
            font-size: 46px;
            display: block;
            position: relative;
            line-height: 100px;
            outline: none;
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
        }

            .st-accordion ul li > a span {
                background: transparent url('/images/down.png') no-repeat center center;
                text-indent: -9000px;
                width: 26px;
                height: 14px;
                position: absolute;
                top: 50%;
                right: -26px;
                margin-top: -7px;
                opacity: 0;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .st-accordion ul li > a:hover {
                color: #1693eb;
            }

                .st-accordion ul li > a:hover span {
                    opacity: 1;
                    right: 10px;
                }

        .st-accordion ul li.st-open > a {
            color: #1693eb;
        }

            .st-accordion ul li.st-open > a span {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                transform: rotate(180deg);
                right: 10px;
                opacity: 1;
            }

.st-content {
    padding: 5px 0px 30px 0px;
}

    .st-content p {
        font-size: 16px;
        font-family: Georgia, serif;
        font-style: italic;
        line-height: 28px;
        padding: 0px 4px 15px 4px;
    }

    .st-content img {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        float: left;
        margin-right: 10px;
        padding-right: 10px;
    }

@media screen and (max-width: 320px) {
    .st-accordion ul li > a {
        font-size: 36px;
    }
}
