/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #8C8C96;
    background: #000000;
}

h1 {
    float: left;
    width: 295px;
    font: italic normal 48px/70px Georgia, Times, serif;
    letter-spacing: -2px;
    color: #BBD7E0;
}

h1 a, h1 a:hover {
    color: #BBD7E0;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    font-family: Georgia, Times, serif;
    font-style: italic;
    color: #FFFFFF;
}

p {
    padding: .8em 0;
    line-height: 1.6em;
    text-align: justify;
}

a {
    color: #1A8DC1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    background: #1F2B39 url('images/page.gif') repeat-y;
    border-bottom: 1px solid #34455A;
}

#page2 {
    padding: 20px;
    background: url('images/page.jpg') no-repeat;
}

#header {
}

/* menu */

#menu {
    float: right;
    width: 618px;
    height: 76px;
    padding-left: 1px;
    background: #000000 url('images/menu.gif') repeat-x;
    border-right: 1px solid #000000;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    background: url('images/menuborder.gif') no-repeat;
}

#menu ul li a {
    float: left;
    display: block;
    padding: 0 30px;
    font: 16px/76px Georgia, Times, serif;
    text-transform: lowercase;
    color: #B3B3B3;
}

#menu ul li a:hover {
    text-decoration: none;
    background: #002F40 url('images/menuover.gif') repeat-x;
}

#topimg {
    clear: both;
    height: 76px;
    padding: 244px 20px 0 20px;
    background: #171614 url('images/image.jpg') no-repeat;
}

p#subtitle {
    height: 56px;
    padding: 0;
    font: italic 24px/56px Georgia, Times, serif;
    text-align: center;
    color: #B0C0CA;
    background: #134B65 url('images/subtitle.jpg') no-repeat;
}

/* sidebar */

#sidebar {
    float: left;
    width: 300px;
    padding-top: 30px;
}

#sidebar .box {
    margin-bottom: 30px;
    padding: 20px 20px 0  20px;
    background: #2B3643;
}

#sidebar .firstbox {
    background: #2B3643 url('images/sidebar.gif') repeat-x;
}

#sidebar h2 {
    font-size: 1.75em;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    padding: 1em 0 1.5em 0;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 2.25em;
}

#sidebar .box2 {
    padding: .5em 0 1em 0;
}

/* content */

#content {
	float: left;
	width: 870px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#content h2 {
    font-size: 2.5em;
}

#content h2 a {
    color: #FFFFFF;
    text-decoration: none;
}

/* post */

.post {
    padding: 0 0 5em 0;
}

.entry {
    padding: .8em 0 0 0;
}

.postmeta {
    font-size: .9em;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    width: 960px;
    margin: 0 auto;
}

#footer p {
    padding: 30px;
    font-size: .9em;
    text-align: center;
}
