
/*blog*/

div.blog {
    width:100%;
    margin-bottom:40px;
}
div.blog .blog_header{
    margin:2em 0;
    border-top: 1px solid #e6d5be;
    border-bottom: 1px solid #e6d5be;
    height:2px;
    position: relative;
}
div.blog .blog_header .entry-title{
    position: absolute;
    margin:-11px 0 0 0;
    width:100%;
    font-weight:bold;
    font-size: 1.4em;
    padding: 0;
    text-align: center;
}
div.blog .blog_header .entry-title span {
    padding:3px 7px;
    display: inline-block;
    width: auto;
    background: #fcecd3; /* to match our fancy border box */
}

div.blog .blog_header a,
div.blog .blog_header a:link,
div.blog .blog_header a:visited{
    text-decoration:none;
}
div.blog .blog_header a:hover {
    text-decoration:underline;
}

.blog_summary {
    margin-top:20px;
    /*min-height:150px;*/
}
.blog_full{
    margin-top:20px;
    min-height:150px;
}
.blog_summary .blog_thumb {
    /*width: 146px;
    position:absolute;*/
    float:left;
    margin-left:3px;
}
.blog_thumb .thumb_thumb_decoration {
    position:absolute;
    display: block;
    width:138px;
    height:138px;
    border:1px solid #FFF;
    margin-left:3px;
    opacity:0.5;
    margin-top:3px;
}
.blog_summary .blog_text.has_image {
    padding-left:168px;
}
.blog_text p {
    margin:0 0 10px 0;
    padding:0;
}

div.blog .blog_date {
    z-index: 10;
    top: -13px;
    right: 11px;
    position: absolute;
    width:76px;
    height:74px;
    float:right;
    text-align:center;
    color:#FFF;
    text-shadow: 1px 1px #876f29;
    background: url(/img/blog_tag.png) no-repeat;

}
div.blog .blog_date span {
    display:block;
    width:65px;
}
div.blog .blog_date span.day {
    font-size:18px;
    height:20px;
    margin-top:5px;
}
div.blog .blog_date span.month {
    font-size:13px;
    height:16px;
}
div.blog .blog_date span.year {
    font-size:13px;
    height:16px;
}
.blog_text .blog_date {
    margin-top:-62px;
}


.blog_footer {
    clear:both;
    margin-top:15px;
    border-top: 1px solid #e6d5be;
    /*height:30px;*/
    padding:0px 10px 5px 0;
    font-size:12px;
    line-height: normal;
    text-align: center;
}
.blog-single .blog_footer{
    border-top: none;
}
.blog_footer ul {
    list-style:none;
    margin:7px 0 0 0;
    padding:0;
    position: relative;
}
.blog_footer ul li {
    list-style:none;
    display:inline-block;
    margin:0;
    padding:0 15px 0 11px;
    position: relative;
}
.blog_footer ul li:after{
    right: -1px;
    position: absolute;
    content: "";
    top: 6px;
    border: 1px solid #d7717f;
    border-radius: 50%;
    height: 2px;
    width: 2px;
}
.blog_footer ul:before{
    margin-left: -5px;
    position: absolute;
    content: "";
    top: 6px;
    border: 1px solid #d7717f;
    border-radius: 50%;
    height: 2px;
    width: 2px;
}
.blog_footer a, .blog_footer a:link, .blog_footer a:visited {
    text-decoration:none;
}
.blog_footer a:hover {
    text-decoration:underline;
}
.blog_footer a.dtbaker_button,
.blog_footer a.dtbaker_button_light{
    float:right;
    margin: 5px 23px 0 0;
}

.sticky{

}



/* other */

/* Assistive text */
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #E7E2AF;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}



/* Image borders */
.wp-caption img {
    border-color: #E7E2AF;
}

/* blog navigation */


.navigation{
    height: 45px;
    margin: 0 0 20px 0;
    padding:0 31px;
}
.navigation a,
.navigation a:link,
.navigation a:visited{
    /* copied from dtbaker_button_light */
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    padding: 2px 6px;
    text-decoration: none;
    text-align: center;
}
.navigation .nav-previous{
    float:left;
}
.navigation .nav-next{
    float:right;
}
.navigation .meta-nav{
    display:none;
}