/*
    designed by AlphaStudio.pl
    http://www.alphastudio.pl/
    released under Creative Commons Attribution 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #8F8D66;
    background: #570C0C;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    padding: 60px 0 0 20px;
    font: 3em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: White;
    text-decoration: none;
}

h1 span {
    font-size: .4em;
}

h2 {
    font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #3C2700;
}

p {
    padding: 10px 0;
    line-height: 1.6em;
}

a {
    color: #1C97AD;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    width: 100%;
    min-width: 960px;
}

#header2 {
    width: 960px;
    height: 172px;
    margin: 0 auto;
    background: url(images/header.jpg) no-repeat;
}

#logo {
    height: 120px;
}

/* menu */

#menu {
    width: 650px;
    height: 52px;
    background: #E2E2E2 url(images/menu.gif) no-repeat;
}

#menu ul {
    list-style: none;
    width: 650px;
}

#menu ul li {
    display: block;
    float: left;
    height: 52px;
    padding: 0 25px 0 28px;
    background: url(images/menuborder.gif) no-repeat left;
}

#menu ul li.firstli {
    background: none;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0;
    font-size: 1.25em;
    line-height: 48px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
    color: #3C2700;
}

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

/* main */

#main {
    width: 100%;
    min-width: 960px;
    background: White;
}

#main2 {
    width: 960px;
    margin: 0 auto;
    background: url(images/main.gif) repeat-y left;
}

#main3 {
    background: url(images/main.jpg) no-repeat top left;
}

/* content */

#content {
    float: left;
    width: 590px;
    padding: 30px 30px 0 30px;
}

#content h2 {
    font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #3C2700;
}

#content h3 {
    font: 1.33em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .box {
    padding: 10px 0 45px 0;
}

#content .boxnarrow {
    width: 280px;
    margin-top: 30px;
}

#content .boxbar {
    clear: both;
}

#content .boxbar img {
    display: block;
    float: left;
    margin-top: 5px;
    padding-bottom: 40px;
}

#content .boxtxt {
    display: block;
    float: right;
    width: 160px;
    padding-bottom: 40px;
}

#content .boxtxt h3 {
    font-size: 1em;
    font-weight: bold;
    color: #D74D4D;
}

#content .boxtxt p {
    padding: 0;
}

#content ul {
    list-style: none;
    padding: 10px 0 10px 30px;
    line-height: 1.6em;
}

#content ul li {
    padding: 0;
}

/* sidebar */

#sidebar {
    float: right;
    width: 310px;
    background: url(images/sidebar.gif) repeat-y;
}

#sidebar2 {
    padding-top: 60px;
    background: url(images/sidebar.jpg) no-repeat top;
}

#sidebar3 {
    padding: 0 30px;
    background: url(images/sidebar2.gif) no-repeat bottom;
}

#sidebar h2 {
    font-size: 1.67em;
}

#sidebar h3 {
    padding-top: 10px;
    font-size: 1em;
    line-height: 20px;
    font-weight: bold;
    color: #D74D4D;
}

p.date {
    float: left;
    width: 78px;
    margin: 10px 12px 0 0;
    padding: 0;
    font-size: .9em;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #AB1D1C url(images/date.gif) no-repeat;
}

#sidebar .box {
    padding: 15px 0 35px 0;
}

#sidebar ul {
    list-style: none;
    padding: 20px 0 45px 0;
}

#sidebar ul li {
    padding: 0 0 0 22px;
    line-height: 2em;
    color: #959ED6;
    background: url(images/arrow.gif) no-repeat 0 6px;
}

#sidebar ul li a {
    padding: 0;
}

/* footer */

#footer {
    width: 100%;
    min-width: 960px;
    height: 150px;
    background: url(images/footer.gif) repeat-x top;
}

#footer2 {
    width: 900px;
    height: 52px;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
    background: #FFFFFF url(images/footer.jpg) no-repeat;
}

#footer p {
    font-size: .9em;
    color: #3C2700;
}

/* classes */

.left {
    float: left;
}

.right {
    float: right;
}

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