/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 50px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #8C8C8C;
    background: #000000 url('images/bg.gif') repeat-x;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding: 15px 0 0 30px;
    font-size: 4em;
    letter-spacing: -1px;
    color: #A6A6FE;
}

h1 a, h1 a:hover {
    color: #A6A6FE;
}

p {
    padding: .8em 0;
    line-height: 1.6em;
    text-align: justify;
}

a {
    color: #77A4CB;
    text-decoration: none;
}

a:hover {
    color: #94CCFC;
    text-decoration: none;
}

/* page */

#page {
    width: 100%;
    background: url('images/page.jpg') no-repeat top;
}

#page2 {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
}

#header {
    height: 98px;
    padding: 34px 0 8px 0;
}

#logo {
    float: left;
    width: 358px;
    height: 98px;
    background: url('images/logobg.jpg') no-repeat;
}

/* menu */

#menu {
    float: right;
    width: 594px;
    height: 88px;
    padding-top: 10px;
    text-align: center;
    background: url('images/menu.jpg') no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    padding: 0 25px;
    font-size: 14px;
    line-height: 88px;
    color: #B3B3B3;
}

#menu ul li a:hover {
    color: #E3E3E3;
}

#topimg {
    height: 400px;
    background: #61652A url('images/img.jpg') no-repeat;
}

p#subtitle {
    font: italic 24px Georgia, Times, serif;
    padding: 25px 0 0 30px;
    color: #EEF6DD;
}

/* main */

#main {
    background: #121212 url('images/main.gif') repeat-y;
}

#main2 {
    background: url('images/main.jpg') no-repeat;
}

#main3 {
    background: url('images/main2.gif') no-repeat bottom;
}

/* content */

#content {
    float: left;
    width: 580px;
    padding: 50px 0 20px 20px;
}

#content h2 {
    font-size: 2.5em;
    color: #FFFFFF;
}

#content h2 a {
    color: #FFFFFF;
}

/* post */

.post {
    padding: 0 20px 20px 20px;
    margin-bottom: 3.5em;
    background: url('images/post.gif') no-repeat bottom;
}

.entry {
    padding: .8em 0 0 0;
}

.postmeta {
    font-size: .9em;
}

/* sidebar */

#sidebar {
    float: right;
    width: 280px;
    padding: 60px 20px 20px 0;
}

#sidebar h2 {
    padding: 0 10px 0 22px;
    font-size: 1.8em;
    color: #FFFFFF;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    margin: 0 0 3.5em 0;
    padding: 1.5em 20px 2.25em 20px;
    background: url('images/sidebar.gif') no-repeat bottom;
}

#sidebar ul li {
    line-height: 2.5em;
    background: url('images/li.gif') no-repeat 0 .6em;
    border-bottom: 1px solid #272727;
}

#sidebar ul li a {
    padding: 0 5px 0 25px;
}

#sidebar .box {
    margin: 0 0 3.5em 0;
    padding: 1.2em 20px 2em 20px;
    background: url('images/sidebar.gif') no-repeat bottom;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
}

#footer p {
    padding: 30px 30px 0 30px;
    font-size: .9em;
    text-align: center;
}
