/*
    designed by AlphaStudio.pl
    http://www.alphastudio.pl/
    released under Creative Commons Attribution 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 10px 0;
    font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #EBEBEB url('images/bg.jpg');
}

h1, h2 {
    text-transform: 
}

h1 {
    font: normal 38px Georgia, Times, serif;
    letter-spacing: -3px;
    color: #000000;
}

h2 {
    font-weight: normal;
    color: #000000;
}

p {
    padding: .75em 0;
    line-height: 1.5em;
    text-align: justify;
}

p#subtitle {
    float: right;
    padding: 0 30px 0 0;
    font: 20px/0px Georgia, Times, serif;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #999999;
}

a {
    color: #F0A003;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
    width: 1280px;
    margin: 0 auto;
    background: #FFFFFF url('images/page.gif') repeat-y;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

/* header */

#header {
    height: 50px;
}

#header h1 {
    float: left;
    line-height: 45px;
    padding-left: 30px;
}

#header h1 a {
    color: #000000;
    text-decoration: none;
}

/* menu */

#menu {
    clear: both;
    height: 140px;
    padding-left: 30px;
    margin-bottom: 60px;
    background: #EA9B23 url('images/menu.gif') repeat-x;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 100px;
    text-transform: lowercase;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 40px;
    height: 60px;
    color: #000000;
    text-decoration: none;
}

#menu ul li.active a {
    background: url('images/menuactive.gif') no-repeat top;
}

#menu ul li a:hover {
    color: #F9E6C8;
}

#menu ul li.active a:hover {
    color: #F7DAAF;
}

/* main image */

#image {
    height: 250px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/img.jpg') no-repeat;
}

/* sidebar */

#sidebar {
    float: left;
    width: 200px;
    padding: 0 0 20px 30px;
}

#sidebar h2 {
    font: normal 1.75emem Georgia, Times, serif;
    letter-spacing: -1px;
}

#sidebar .boxtxt {
    padding: .25em 0 3.25em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 1em 0 2em 0;
}

#sidebar ul li {
    padding-left: 16px;
    line-height: 3em;
    background: url('images/li.gif') no-repeat 0 1.25em;
    border-bottom: 1px solid #E9E9E9;
}

/* content */

#content {
    float: right;
    width: 980px;
    padding: 0 30px 10px 0;
}

#content .post {
    padding: 0 0 3em 0;
}

#content h2 {
    font: normal 2em Georgia, Times, serif;
    letter-spacing: -2px;
}

#content h2 a {
    color: #000000;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding: .75em 0 0 0;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #E9E9E9;
}

p.readmore a:hover {
    background: #FCF3E6;
}

/* footer */

#footer {
    clear: both;
    height: 1%;
    padding: 2em 30px;
    border-top: 1px solid #E9E9E9;
}

#footer p {
    text-align: center;
}
