﻿* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Arial, Helvetica, sans-serif;
    color: #4D5257;
    background: #C9D7E7 url('images/bg.gif') repeat-x;
}

h1 {
    font-size: 64px;
    font-weight: normal;
    letter-spacing: -2px;
}

h2 {
    font-weight: normal;
    letter-spacing: -1px;
}

p {
    padding: .75em 0;
    line-height: 1.8em;
}

p#subtitle {
    padding: 10px 0 0 30px;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #E9EEF4;
}

a {
    text-decoration: none;
    color: #E38500;
}

a:hover {
    text-decoration: underline;
}

/* page */
#page {
    margin: 0 auto;
    width: 968px;
}

/* header */
#header {
    position: relative;
    height: 406px;
    background: url('images/header.jpe') no-repeat right top;
}

#header h1 {
    padding: 60px 0 0 30px;
    color: #FFFFFF;
}

#header h1 a, h1 a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

#header h1 span {
    color: #E7A800;
}

/* search */
#search {
    position: absolute;
    top: 320px;
    left: 30px;
    width: 280px;
    padding-left: 20px;
    height: 42px;
    background: #7597C0 url('images/search.gif') no-repeat;
    border: none;
}

#search input.text {
    float: left;
    display: block;
    width: 215px;
    height: 26px;
    line-height: 24px;
    padding: 9px 0;
    font-size: 16px;
    color: #CFDBE9;
    background: none;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    width: 60px;
    height: 42px;
    background: url('images/submit.gif') no-repeat 14px 10px;
    border: none;
    cursor: pointer;
}

/* menu */
#menu {
    height: 88px;
    margin-bottom: 80px;
    background: #E99501 url('images/menu.jpe') no-repeat;
}

#menu ul {
    list-style: none;
    padding: 24px 0 0 30px;
}

#menu ul li {
    display: block;
    float: left;
    height: 40px;
    padding-left: 2px;
    background: url('images/menubr.gif') no-repeat left;
}

#menu ul li.firstli {
    background: none;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 40px;
    font-size: 20px;
    line-height: 40px;
    color: #F7DBAA;
    text-shadow: #C98100 -1px -1px 1px;
    text-transform: lowercase;
}

#menu ul li a:hover {
    color: #FBF1DE;
    text-decoration: none;
}

/* content */
#content {
    float: left;
    width: 600px;
    margin-bottom: 60px;
    padding: 0 30px;
    background: url('images/content.gif') repeat-y;
}

.post {
    padding: 0 0 5em 0;
}

#content h2 {
    font-size: 3.5em;
}

#content h2 a {
    color: #4D5257;
    text-decoration: none;
}

.postmeta {
    padding: 1em 0;
    font-size: .93em;
}

.entry {
    padding: 1.5em 0 0 0;
}

#content img {
    display: block;
    padding: 5px;
    background: #B8CADE;
    border: 1px solid #B0C3DA;
}

#content img.left {
    float: left;
    margin: 1em 3em 2em 0;
}

/* sidebar */
#sidebar {
    float: right;
    width: 280px;
    padding: 0 4px 20px 0;
}

#sidebar .box {
}

#sidebar h2 {
    height: 67px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 54px;
    color: #C9D7E7;
    background: #070C11 url('images/h2.gif') no-repeat top;
}

#sidebar ul {
    list-style: none;
    padding: 1em 20px 5em 10px;
}

#sidebar ul li {
    padding: .4em 0 0 10px;
    color: #3B659F;
    border-bottom: 1px solid #BAC7D6;
}

#sidebar ul li a {
    padding-left: 10px;
    color: #3B659F;
    line-height: 2em;
}

#sidebar .boxtxt {
    padding: .5em 0 4em 20px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* pagebottom */
#pagebottom {
    clear: both;
    width: 100%;
    min-width: 968px;
    padding: 30px 0 120px 0;
    background: #4D7CB2;
}

#bottom {
    width: 960px;
    margin: 0 auto;
    padding: 0 4px;
    background: #070C11 url('images/bottom.gif') repeat-y;
}

#bottom2 {
    background: url('images/bottom2.jpe') no-repeat top;
}

#bottom3 {
    padding: 20px 0 20px 30px;
    background: url('images/bottom3.jpe') no-repeat bottom;
}

#bottom h2 {
    font-size: 18px;
    color: #C9D7E7;
}

.col {
    float: left;
    width: 220px;
    padding-right: 10px;
}

.col ul {
    list-style: none;
    padding: 30px 0 10px 0;
}

.col ul li {
    padding: .4em 0;
    font-size: .93em;
    line-height: 1.6em;
    color: #44586B;
}

.col ul li a {
    padding-left: 6px;
    color: #44586B;
}

/* footer */
#footer {
    width: 968px;
    margin: 0 auto;
    padding-top: 40px;
}

#footer p {
    text-align: center;
    color: #121C28;
}

#footer p a {
    color: #C9D7E7;
}
