* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #7A756C url('images/bg.jpg');
}

h1 {
    float: left;
    padding: 50px 0 0 30px;
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: #E2E2E2;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #4A4844;
}

p {
    padding: .75em 0;
    line-height: 1.8em;
}

p#subtitle {
    float: right;
    width: 600px;
    padding: 0;
    font-size: 1.3em;
    line-height: 50px;
    color: #FFFFFF;
    background: #9099AA url('images/bar.jpg') no-repeat top right;
}

a {
    color: #4995C8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF url('images/page.gif') repeat-y;
}

#page2 {
    padding: 20px 20px 0 20px;
    background: url('images/page2.gif') no-repeat top;
}

/* header1 */

#header1 {
    height: 120px;
    background: #7A756C url('images/header1.jpg') no-repeat;
}

/* menu1 */

#menu1 {
    float: right;
    list-style: none;
    padding: 85px 0 0 0;
}

#menu1 ul li {
    display: block;
    float: left;
    padding: 0 30px 0 16px;
    line-height: 1.2em;
    background: url('images/li.gif') no-repeat 0 .3em;
}

#menu1 ul li a {
    color: #D8D7D3;
}

/* header2 */

#header2 {
    height: 220px;
    background: #5E7392 url('images/header2.jpg') no-repeat right top;
}

/* menu */

#menu2 {
    width: 300px;
    height: 220px;
    background: #BAB6AB url('images/menu2.jpg') no-repeat;
}

#menu2 ul {
    list-style: none;
    padding: 5px 5px 0 90px;
}

#menu2 ul li {
    font: 16px/43px Georgia, Times, serif;
}

#menu2 ul li a {
    color: #4A4844;
}

#menu2 ul li a:hover {
    color: #75716A;
    text-decoration: none;
}

/* bar */

#bar {
    height: 50px;
    background: #9099AA url('images/bar.jpg') no-repeat top right;
}

/* search */
#searchwrapper {
    float: left;
    width: 240px;
    height: 41px;
    padding: 9px 30px 0 30px;
    background: #C9C4BC url('images/searchwrapper.jpg') no-repeat;
}

#search {
    width: 240px;
    height: 32px;
    background: #E1DFDA url('images/search.jpg') no-repeat;
    border: none;
}

#search input.text {
    float: left;
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    padding: 4px 0 4px 15px;
    font-size: 16px;
    color: #999999;
    background: none;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url('images/submit.gif') no-repeat 10px 6px;
    border: none;
    cursor: pointer;
}

/* sidebar */

#sidebar {
    float: left;
    width: 300px;
    margin-bottom: 12px;
    background: #E4E2DF url('images/sidebar.jpg') repeat-y;
}

#sidebar2 {
    background: url('images/sidebar.gif') no-repeat bottom;
}

#sidebar h2 {
    padding: .5em 0 0 25px;
    font: 1.5em/60px Georgia, Times, serif;
    background: url('images/sidebarh2.jpg')  no-repeat top;
}

#sidebar .box {
    padding: 0 25px 2em 25px;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    padding: .75em 25px 2.75em 25px;
}

#sidebar ul li {
    padding: .2em 0 .2em 20px;
    line-height: 2em;
    background: url('images/li2.gif') no-repeat 0 .8em;
}

/* content */

#content {
    float: right;
    width: 590px;
    padding-bottom: 20px;
}

#content .post {
    padding: 1.5em 0 2em 0;
    background: url('images/post.jpg')  no-repeat top;
}

#content .entry {
    padding-top: .75em;
}

#content h2 {
    color: #4995C8;
    font-size: 2.5em;
    letter-spacing: -1px;
}

#content h2 a {
    color: #5E7392;
}

#content h2 a:hover {
    color: #7E8FA8;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    background: #F6F6F6;
    border: 1px solid #ECECEC;
}

p.readmore a:hover {
    text-decoration: none;
    background: #ECECEC;
    border: 1px solid #E3E3E3;
}

/* footer */

#footer {
    clear: both;
    background: #7A756C url('images/bg.jpg');
}

#footer2 {
    height: 1%;
    padding: 30px 20px;
    background: url('images/footer.gif') no-repeat top;
}

#footer p {
    text-align: center;
    color: #A5A5A5;
}

#footer a {
    color: #F3F3F3;
}
