/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

body {
    margin: 0;
    padding: 0;
    background: #BCE3DE url(images/background.jpg) repeat-x;
    font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
}

.right {
    position: absolute;
    margin: 35px 0 0px 475px;
    float: right;
    width: 300px;
    background-color: #b0e0e6;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: Black;
}

h2 {
    text-transform: uppercase;
    font-size: 18px;
}

h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

p, blockquote, ul, ol {
    line-height: 18px;
    text-align: justify;
}

blockquote {
    padding-left: 20px;
    color: black;
}

a {
    color: green;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* Header */

#header {
    width: 760px;
    height: 180px;
    margin: 0 auto;
    background: url(../images/background2.jpg);
}

    #header h1, #header h2 {
        font-weight: normal;
        color: #336861;
        padding: 0 0 10px;
    }

    #header h1 {
        float: left;
        padding: 120px 0 0 20px;
        font-size: 36px;
    }

    #header h2 {
        float: right;
        padding: 134px 20px 0 0;
        font-size: 22px;
    }

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
    width: 720px;
    margin: 0 auto 20px auto;
    padding: 20px;
    background: url(../images/background.jpg) repeat-x left bottom;
}


/* Posts */

#posts {
    float: left;
    width: 720px;
    font-size: 14px;
}

#posts2 {
    float: left;
    width: 720px;
    font-size: 14px;
}


/* Links */

#links {
    float: right;
    width: 225px;
    padding-left: 20px;
    background: url(images/background.jpg) repeat-y;
}

    #links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #links li ul {
        padding: 5px 0 30px 0;
    }

    #links li li {
        padding: 7px 10px;
        background: url(images/background.jpg) repeat-x left bottom;
    }

    #links li a {
        text-decoration: none;
    }

        #links li a:hover {
            text-decoration: underline;
        }

    #links li i {
        font-style: normal;
        font-size: 9px;
    }

    #links li h2 {
        font-size: 14px;
    }

/* Footer */

#bottomnav {
    width: 760px;
    height: 50px;
    padding: 0 0 5px;
    background: #386A57;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

    #bottomnav p {
        text-align: left;
        font-size: 14px;
        padding: 10px;
    }

    #bottomnav a {
        color: #FFFFFF;
        text-decoration: none;
    }

        #bottomnav a:hover {
            text-decoration: underline;
        }


#footer {
    height: 100px;
    padding: 10px;
    background: url(../images/background.jpg) repeat-x;
}

    #footer p {
        text-align: center;
        color: #999999;
    }

    #footer address {
        text-align: left;
        color: #999999;
    }
