/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    margin: 0;
    padding: 0;
    background: #05173d url(images/blue_bg.jpg) repeat-x;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #8E959B;
}

h1, h2, h3
{
    margin: 0;
    padding: 0;
}

a
{
    color: #FFFFcc;
}

a:hover
{
    text-decoration: none;
}

/* Header */

#header
{
    width: 850px;
    height: 130px;
    background-color: #FFFFCC;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-top-width: thin;
    border-right-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-left-color: #000000;
    background-color: #a7e0ff;
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* Logo */

#logo
{
    float: left;
    width: 300px;
    height: 106px;
    padding: 0px 0px 0 0;
}

#logo h1
{
    padding: 0 0 0 0;
    text-align: center;
    letter-spacing: -3px;
    font-size: 40px;
    font-weight: normal;
}

#logo h2
{
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
}

#logo a
{
    text-decoration: none;
    text-transform: lowercase;
}

#logo a:hover
{
    color: #990000;
}


/* Content */

#content
{
    width: 850px;
    height: auto;
    margin: 0 auto;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background: #a7e0ff url(images/lightblue_bg.jpg) repeat-x left bottom;
}

/* Posts */

#posts
{
    float: right;
    width: 600px;
    background-color: #000000;
    height: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFcc;
    border: thin solid #000000;
}

.post
{
    background-color: #000000;
    height: auto;
    width: 570px;
    padding: 10px;
}

.post .title
{
    padding-top: 0px;
    font-size: 2em;
    font-weight: normal;
    color: #FFFFcc;
}


/* Bar */

#bar
{
    width: 200px;
    padding-left: 5px;
}

/* Box Style One */

.boxed1
{
	font-size: 12px;
    font-weight: normal;
    color: #000;
    font-style: normal;
    font-variant: normal;
}

.boxed1 h2
{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-style: normal;
    font-variant: normal;
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    text-align: center;
}

.boxed1 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.boxed1 li
{
    font-size: small;
}

.boxed1 a
{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.boxed1 a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

.boxed1 .active, .boxed1 .active a
{
    background-color: #FF0000;
    color: #FFFFFF;

}

/* Footer */

#footer
{
	width: 200px;
	height: 125px;
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	left: 76px;


}
