* {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

a img {
    border: none;
}

audio {
    height: auto !important;
}

#content .jce_caption img {
    display: block;
}

#navi h3,
#navi-bottom h3 {
    position: absolute;
    margin: -9999px;
}

#content a {
    color: #363;
}

#content h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: normal;
    border-bottom: 1px solid #000;
}

#content h4 {
    padding: 1em 0 0 0;
    margin: 0;
    line-height: 140%;
}

#content p, ul, ol {
    line-height: 140%;
}

#footer,
#footer p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
}

#footer a {
    font-size: 10px;
    color: #000;
}

.article_separator {
    border-bottom: 1px solid #AAA;
    display: block;
    height: 20px;
    font-size: 1px;
}

.blog .category-desc {
    margin-bottom: 10px;
}

.blog .category-desc .intro-image {
    float: right;
    margin: -45px 0 15px 15px;
}

.blog .page-header h3 {
    font-size: 14px;
    margin: 0;
    padding: 20px 0 0 0;
}

.blog .items-row {
    border-bottom: 1px solid #AAA;
    padding-bottom: 10px;
}

.row_separator {
    display: none;
}

.createdate {
    font-size: .8em;
    display: block;
    margin: -10px 0 0 0;
    padding: 0 0 5px 0;
    color: #666;
}

.contentdescription {
    border-bottom: 1px solid #000;
}

.jce_caption span {
    clear: both;
    display: block;
    font-size: 11px;
    padding: 3px;
    background: #FFF;
}


blockquote {
    width: 43%;
    margin: 1em ;
    padding: 0.5em 1em;
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    border: 1px solid rgba(0,0,0,.5);
    float: left;
    background: rgba(255,255,255,.4);
}

span.clear {
    clear: both;
    display: block;
}

blockquote em {
    display: block;
    text-align: right;
    padding-top: .5em;
}


audio {
    margin-top: 1em;
}

@media only screen and
(-webkit-min-device-pixel-ratio: 1.5), only screen and
(min-device-pixel-ration: 1.5) {
    audio {
        min-width: 350pt;
        min-height: 50pt;
    }
}