@font-face {
    font-family: 'PTSansRegular';
    src: url('./fonts/pt-sans/PTS55F-webfont.eot');
    src: local('☺'), url('./fonts/pt-sans/PTS55F-webfont.woff') format('woff'), url('./fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'), url('./fonts/pt-sans/PTS55F-webfont.svg#webfontKm0tAOsK') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    text-align:center;
    margin:0;
    padding:0;
    background: #040;
    font-size:80%;
    color: #111;
}

#page, #nav, #header {
    border-left:1px solid #131;
    border-right:1px solid #131;
}

a {
    text-decoration: none;
    color: #004a00;
}

h1 {
    font-size:2em;
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight:bold;
    letter-spacing:1px;
    font-family: PTSansRegular, Verdanna, Arial, sans-serif;
}

h2 {
    font-size:1.5em;
    margin-bottom:0;
    margin-top:0.75em;
    clear:left;
    font-family: PTSansRegular, Verdanna, Arial, sans-serif;
}

h3 {
    font-size:1.25em;
    margin-bottom:0.5em;
    margin-top:1.2em;
    clear:left;
    border-top:2px solid #e0e0e0;
    line-height:150%;
    padding:8px 0px;
    font-weight:bold;
    font-family: PTSansRegular, Verdanna, Arial, sans-serif;
}
    h3.bottom {
        padding-bottom:5px;
    }

    h3 a:link, h3 a {
        color:#d01010;
    }

    h3 a:hover {
        text-decoration:underline;
    }

h4 {
    font-size:1.125em;
    font-family: PTSansRegular, Verdanna, Arial, sans-serif;
}

h5 {
    font-family: PTSansRegular, Verdanna, Arial, sans-serif;
    font-size:1em;
    font-weight:normal;
    margin-bottom:0.5em;
}

#page {
    margin:0 auto;
    padding:0 10px;
    text-align:left;
    background-color: #fcfcfc;
}

#topnav {
    position:relative;
    height:30px;
    margin:0;
    line-height:100%;
    background-color:#000;
    text-align:center;
}
    #topnav .container {
        padding:0 10px;
        margin:0 auto;
        background-color: #333;
        text-align:left;
    }

    #topnav .links ul {
        margin:0;
        padding:0;
        list-style-type: none
    }

    #topnav .links ul li {
        float:left;
        margin:0;
        padding:0;
        border-right:1px solid #555;
    }

    #topnav .links ul li:hover {
        background-color:#999;
    }

    #topnav a,
    #topnav a:link {
        display:block;
        float:left;
        color: #fff;
        text-decoration:none;
        padding:7px 8px;
        height:16px;
    }

    #topnav img {
        vertical-align: middle;
    }

#gcse {
    margin-top:1px;
    margin-right:-1px;
    border-right:1px solid #555;
}
#gcse input[type=text] {
    width:150px;
}
#gcse input {
    border:1px inset #fff;
    padding:1px;
    font-size:90%;
}
#gcse .submit {
    text-transform: uppercase;
    padding:1px 3px;
    border:1px outset #c33;
    border-radius: 5px;
    color: #e0e0e0;
    background-color: #c33;
    font-weight:bold;
}

#header {
    background-color:#58b65b;
    text-align:left;
    position:relative;
    height:116px;
    padding:0 10px;
    overflow:hidden;
}

/*
#nav .container,
#header .container {
    width:990px;
    position:relative;
}
*/

#header #title {
    height:100px;
    overflow:hidden;
}

#header #title h1 {
    font-size:3.5em;
    margin-bottom:0.25em;
}
#header #title h1 a{
    color: #000;
}

#header #title h1 span {
    color:#fff;
    background-color: transparent;
}

#header #title p {
    font-size:1.25em;
    line-height:1;
}

#header #tools {
    margin-top:8px;
    background: #383;
    border-radius:10px;
    -moz-border-radius:10px;
    height:75px;
    border:1px solid #060;
    /*width:350px;
    padding:10px 25px 20px 15px;*/
    overflow: hidden;
}

#header a#logo-link {
    display:block;
    height:117px;
    width:150px;
    position:absolute;
    top:0;
    left:0;
    background: url(/css/img/sb.png) no-repeat 0 0;
}
#publicity {
    height:100px;
    margin:0.5em 0;
}

#publicity #banner {
    float:left;
    margin:0;
    padding:0;
}

#publicity #lateral-banner {
    float:left;
    margin-left:1em;
}

#nav {
    background:#161;
    text-align:left;
    height:30px;
    padding:0px 10px 0;
    line-height:0;
}

#nav a {
    color: #fff;
    height:20px;
    line-height:20px;
}

ul#site-links {
    margin:0;
    padding:0;
    list-style-type:none;
    clear:left;
}

ul#site-links li {
    display:block;
    float:left;
    list-style-type:none;
    padding:5px 10px;
    border-right:1px solid #343;

}

.container .blogpost .info {
    padding:0.75em 0 0.25em;;
}

.blogpost .posted_date {
    color: #555;
}

.container .blogpost .thumbnail {
    float:right;
    margin-left:10px;
}

.container .blogpost .thumbnail img {
   border:1px solid #777;
}

.containert .blogpost .tags {
    /* border-bottom: 3px solid #e9e9e9; */
}

.container .blogpost h5 {
    position:relative;
}
.container .blogpost .views {
    position:absolute;
    top:-5px;
    right:0;
    width:70px;
    background-color: #D03030;;
    color:#fff;
    padding: 7px 0 4px;
    line-height:100%;
    margin:0;
    font-size:0.9em;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-transform: uppercase;
    font-weight:bold;
    text-align:center

}

.container .blogpost .tags {
    margin-top:8px;
}
.container .blogpost .tags a {
    text-transform: uppercase;
    font-size:0.8em;
    background-color: #e9e9e9;
    padding:2px 4px;
    display:block;
    float:left;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin: 2px 4px 2px 0;
}

.blog {
    padding-bottom:0.5em;
}
.blog .thumb{
    margin-top: 10px;
    border:1px solid #999;
    margin-right:8px;
}
.blog h2 {
    margin-top:0;
}

.blogs .off {
    background-color:#efefef;
}

#content .nav-links ul {
    list-style-type:none;
    margin:1em 0 0;
    padding: 0;
}

#content .nav-links ul li {
    display:inline;
    padding:0.5em;
    border-right:1px solid #ccc;
    margin:0;
    font-size:1em;
}

#content .nav-links ul li.last {
    border-right:none;
}

#sidebar .calendar table {
    width:auto;
    margin-left:-1em;
}
#sidebar .calendar table th {
    margin:0 0;
    padding:1px 2px;
    text-align:center;
    font-size:0.875em;
    font-weight:normal;
    background-color: #58B65B;
    color: #ddd;
}

#sidebar .calendar table td {
    margin:0;
    padding:2px 5px 2px 0;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    text-align:right;
    background-color: #eee;
    font-size:0.875em;
}

#sidebar .calendar table td.dayNumNoPosts {
    color: #999;
}

#sidebar ol.list-posts {
    list-style-type: none;
    padding-left:0;
    margin:0 5px;
}
#sidebar ol li {
    margin-bottom:0.75em;
    font-size:1.125em;
    line-height:125%;
}

#sidebar ol.list-posts li{
    list-style-type: none;
}

#sidebar h2 {
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:15px;
    margin-bottom:10px;
    padding:0 10px 4px;
    color:#e9e9e9;
    background-color:#555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#sidebar .thumbnail {
    float:right;
    margin-left:5px;
}

.blog-thumbnail {
    float:right;
}

#footer {
    margin-top:0;

}

#footer .container {
    background-color: #e0e0e0;
    padding:10px;
}

.list-posts .info {
    padding:0.25em 0;
    border-bottom:1px solid #e3e3e3;
    font-size:0.875em;
}

.teaser {
    line-height: 175%;
    color: #111;
}

.ct-hidden {
    background-color: #f3f3f3;
}

#preview {
    height:200px;
    background-color: #111;
    opacity:0.90;
    position: fixed;
    bottom:0;
    width:650px;
    padding:5px 20px 0;
    height:110px;
    margin-left:-15px;
    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    color: #eee;
}

#preview ul.below {
    margin-left:5px;
}

#preview .close {
    float:right;
    padding:2px 4px;
    background-color: #303030;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    cursor:pointer;
    color:#c66;
    font-weight:bold;
}

