
* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background: #EBEBEB url('images/natural_paper.png') repeat;
}

h1, h2 {
    text-transform: none;
}

h1 {
    font: normal 54px Georgia, Times, serif;
    letter-spacing: -3px;
    color: #000000;
}

h2 {
    font-weight: normal;
    color: #000000;
}

p {
    padding: .75em 0;
    line-height: 2em;
    text-align: justify;
}

p#subtitle {
    float: right;
    padding: 0 30px 0 0;
    font: 20px/120px Georgia, Times, serif;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #999999;
}

a {
    color: #fe303d;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#main {
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

/* header */

#head {
    height: 120px;
}

#head h1 {
    float: left;
    line-height: 120px;
    padding-left: 30px;
}

#head h1 a {
    color: #000000;
    text-decoration: none;
}

/* menu */

#navigation {
    clear: both;
    height: 84px;
    padding-left: 30px;
    margin-bottom: 60px;
    background: #EA9B23 url('images/nav.gif') repeat-x;
}

#navigation ul {
    list-style: none;
}

#navigation ul li {
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 76px;
    text-transform: uppercase;
}

#navigation ul li a {
    display: block;
    float: left;
    padding: 0 40px;
    height: 84px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

#navigation ul li.active a {
    background: url('images/navact.gif') no-repeat top;
}

#navigation ul li a:hover {
    color: #fff;
}

#navigation ul li.active a {
    color: #fff!important;
}

/* main image */

#image {
    height: 563px;
    margin-bottom: 60px;
    background: #3C3C48 url('images/banner.jpg') no-repeat;
}

/* sidebar */

#bar {
    float: left;
    width: 270px;
    padding: 0 0 20px 30px;
}

#bar h2 {
    font: normal 1.75em Georgia, Times, serif;
    letter-spacing: -1px;
}

#bar .bxtxt {
    padding: .25em 0 3.25em 0;
}

#bar p {
    text-align: left;
}

#bar ul {
    list-style: none;
    padding: 1em 0 4em 0;
}

#bar ul li {
    padding-left: 16px;
    line-height: 3em;
    background: url('images/list.gif') no-repeat 0 1.25em;
    border-bottom: 1px solid #E9E9E9;
}

/* content */

#cont {
    float: right;
    width: 570px;
    padding: 0 30px 10px 0;
}

#cont .pst {
    padding: 0 0 4em 0;
}

#cont h2 {
    font: normal 3em Georgia, Times, serif;
    letter-spacing: -2px;
}

#cont h2 a {
    color: #000000;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#cont .entry {
    padding: .75em 0 0 0;
}

p.read {
    padding-right: 2em;
    text-align: right;
}

p.read a {
    text-decoration: none;
    padding: 0 4px;
    border: 1px solid #E9E9E9;
}

p.read a:hover {
    background: #fe303d;
    color: #fff;
}

/* footer */

#btm {
    clear: both;
    height: 1%;
    padding: 2em 30px;
    border-top: 1px solid #E9E9E9;
}

#btm p {
    text-align: center;
}

.popup { width:300px; display:none; background: rgba(20,31,62,0.8); position:absolute; margin:74px 0px 0px -85px; padding: 15px;}
.popup ul { margin:0!important; padding: 0px!important; float: none!important; text-align: center!important;}
.popup ul li { margin:0!important; padding: 0px!important; float: none!important; line-height: 30px!important; font-size: 0.9em!important;}
.popup ul li a {
    display: block;
    float: none!important;
    padding: 0px!important;
    height: auto!important;
     font-size: 0.9em!important;
}


.popup2 { width:300px; display:none; background: rgba(20,31,62,0.8); position:absolute; margin:74px 0px 0px -105px; padding: 15px;}
.popup2 ul { margin:0!important; padding: 0px!important; float: none!important; text-align: center!important;}
.popup2 ul li { margin:0!important; padding: 0px!important; float: none!important; line-height: 30px!important; font-size: 0.9em!important;}
.popup2 ul li a {
    display: block;
    float: none!important;
    padding: 0px!important;
    height: auto!important;
     font-size: 0.9em!important;
}