@CHARSET "UTF-8";
@import url("reset.css");

/*
    COLORS / FONTS
------------------------------------------------------*/

#logo h1 a {
    font-family: 'Duru Sans', sans-serif;
    color: #eaeaea;
    font-size: 30px;
    font-weight: 400;
}

#footer-recent-posts h2,
#footer-recent-posts a {
    padding: 0;
    width: auto;
    color: #666;
    font-size: 11px;
    line-height: 11px;
    text-transform: lowercase;
}

#sidebar h2 {
    margin: 0;
    padding: 10px 0 10px 20px;
    }

.entry blockquote h1,
.entry blockquote p {
    padding: 4px 0 4px 10px;
}

.entry h1 {
    font-size: 15px;
}

div.post-header h2 { border: none; }

.sec-media h2 { margin-bottom: 10px; }

h2.big-head a {
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
}
#
/*
    LINKS / LISTS
------------------------------------------------------*/

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #444;
}
a:hover { color: #999 !important; text-transform: none; }

li.selected a,
#footer-recent-posts a:hover { color: #ADB96E !important; }

li.prev {
    float: left;
    width: auto;
}

li.next {
    float: right;
    width: auto;
}

li.prev a,
li.next a { font-size: 12px; }

/*
    HEADER
------------------------------------------------------*/

div.post-header {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #F3E7E7;
    overflow: hidden;
}

/*
    CONTENT
------------------------------------------------------*/

.align_left {
    float: left;
    margin: 0 10px 10px 0;
}
.align_left {
    float: right;
    margin: 0 0 10px 10px;
}

.sec-media {
    position: relative;
    margin: 40px 0;
    overflow: hidden;
}

ul.body-media {
    padding: 0;
}

ul.body-media li {
    float: left;
    width: 320px;
    height: 250px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.pic-holder {
    position: relative;
    height: 225px;
    overflow: hidden;
}

.desc {
    position: relative;

    overflow: hidden;
}

.pageId-1 .postmetadata {
    padding-top: 50px;
}

.sec-col {
    float: left;
    width: 300px;
    overflow: hidden;
}

.entry {
    position: relative;
    overflow: hidden;
}

.entry ul.sec-post {
    position: relative;
    padding: 0;
    margin: 20px 0;
    overflow: hidden;
}

.pager {
    position: relative;
    margin-bottom: 10px;
    padding-top: 5px;
    overflow: hidden;
    border-top: 1px solid #eaeaea;
}

/*
    FOOTER
------------------------------------------------------*/

#footer {
    width: 100%;
    height: auto;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    border: none;
}

.wrapper-footer-inner {
    float: right;
    width: auto;
    margin-right: 1%;
}

#footer-recent-posts {
    height: auto;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #b2b2b2;
}

#footer-recent-posts:first-child { border: none; }

