
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    background: url(images/img01.jpg) repeat-x 0px 51px;
    color: #66665E;
}

h1, h2, h3 {
    font-weight: normal;
    color: #0C95C9;
}

h1 {
    display: inline;
    color: #EEE;
}

h2 {
}

h3 {
}

h6 {
    font-size: 16px;
    display: inline;
    color: #95ddf5;
}

p, ul, ol {
}

ul, ol {
}

blockquote {
}

a {
    color: #0C95C9;
}

    a:hover {
        text-decoration: none;
    }



.list1 {
}

    .list1 li {
        line-height: normal;
    }

        .list1 li img {
            margin: 0 30px 30px 0;
        }

        .list1 li.alt img {
            margin-right: 0;
        }


#header {
    height: 150px;
    background: url(images/img04.jpg) no-repeat;
    background-position: 300px -49px;
}

div#header a {
    color: #FFF;
}

/* Page */

#page {
}

#page-bgtop {
    padding-top: 30px;
}

/** LOGO */

#logo {
}

    #logo h1, #logo p {
        line-height: normal;
        font-weight: normal;
        color: #FFFFFF;
    }

    #logo p {
        margin-top: 14px;
        text-align: right;
        font-size: 12px;
    }

    #logo a:link {
        color: #FFFFFF;
        text-decoration: none;
    }

    #logo a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    #logo a:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    #logo a:active {
        color: #FFFFFF;
        text-decoration: none;
    }

/* Content */

#content {
}

/* Post */

.post {
    background: url(images/img07.jpg) repeat-x left bottom;
    margin-bottom: 25px;
    min-height: 500px; 
    display: table;
	width: 100%;
}

    .post .title {
        height: 30px;
        color: #549900;
    }

        .post .title a {
            text-decoration: none;
            color: #585D60;
        }


/* Sidebar */

#sidebar {
    color: #585D60;
}

    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    }

    #sidebar li {
        margin-bottom: 30px;
        padding: 0 0 10px 0px;
    }

        #sidebar li ul {
            margin: 0px 0px 30px 20px;
        }

        #sidebar li li {
            margin: 0;
            padding: 7px 10px 10px 7px;
            background: url(images/img07.jpg) repeat-x left bottom;
        }

    #sidebar p {
        margin: 0;
        padding: 0px 10px;
    }

    #sidebar h2 {
        margin: 0 0 10px 0px;
        padding: 12px 0 2px 7px;
        text-transform: capitalize;
        font-size: 24px;
        font-weight: normal;
        color: #464F54;
    }


    #sidebar p {
        line-height: 200%;
    }

    #sidebar a {
        text-align: left;
        text-decoration: none;
        font-weight: normal;
        color: #585D60;
    }



/* Footer */

#footer {
    min-height: 75px;
    background: #394144;
    padding:1em;
    margin:1em;
}

    #footer p {
        margin: auto auto;
        text-align: center;
        line-height: normal;
        font-size: 11px;
        color: #FFFFFF;
    }

        #footer p span {
            display: block;
            margin-bottom: 5px;
        }

    #footer a {
        color: #E5FFC4;
    }
