/*
Wildflower CMS base stylesheet for website frontend
*/

#co_right_shadow {
    background: url(img/wrap_shadow_right.png) right top repeat-y;
}

#co_bottom_shadow {
    background: url(img/wrap_bottom_shadow.png) left bottom repeat-x;
}

#co_top_shadow {
    background: url(img/wrap_top_shadow.png) left top repeat-x;
}

#co_top_right_corner {
    background: url(img/wrap_top_right_corner.png) right top no-repeat;
    padding-top: 13px;
}

#co_right_bottom_corner {
    padding-bottom: 10px;
    padding-right: 16px;
    background: url(img/wrap_shadow_right_bottom_corner.png) right bottom no-repeat;
}

.cleaner {
    clear: both;
    height: 1px;
    margin-top: -1px;
    display: block;
}
    
#PostCreatedYear,
#PageCreatedYear {
    margin-right: 10px;
}

#flashMessage {
}

.error-message {
    color: #650000;
}
        
/* Sidebar */

#sidebar {
    float: right;
    width: 30%;
    margin: 5px 0 0 0;
}

    #sidebar ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    
    #sidebar .input {
        padding: 0;
    }

    #sidebar > ul > li {
        margin: 0;
        padding: 8px 0;
    }
    
    #sidebar > ul > li:last-child {
        border-bottom: none;
    }

.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: -14px;
}        

    #sidebar .sidebar-menu li {
        margin: 0;
        padding: 0;
    }
    
    .sidebar-menu a {
        display: block;
        padding: 4px 4px 4px 24px;
    }
    
    #sidebar .sidebar-menu a.current {
        color: #fff;
        text-decoration: none;
        background-color: #6f6f6f;
    }
    
.sidebar-menu-alt {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-menu-alt li {
        margin: 0 0 5px;
        padding: 0;
    }
    
    .sidebar-menu-alt a {
        display: block;
        color: #000;
        background: #d2d2d2;
        padding: 5px 10px;
        text-decoration: underline;
    }
    
    .sidebar-menu-alt a:hover {
        text-decoration: none;
        background-color: #969696;
        color: #fff;
    }
    
    /* Sidebar box */
    
    #sidebar .sidebar-box {
        background-color: #f5f5f5;
        border: 2px solid #cbcbcb;
        border-width: 0 2px 2px 0;
        border-bottom-color: #c0c0c0;
        padding: 12px;
        margin: 8px 0 6px 10px !important;
    }

    #sidebar .sidebar-box:last-child {
        border-bottom: 2px solid #c0c0c0;
    }

    .sidebar-box h4 {
        margin: 0 0 6px 0;
        font-size: 12px;
        font-weight: bold;
    }
    
    .sidebar-box .input {
        margin: 10px 0;
    }
    
    .sidebar-box .submit {
        margin-top: 16px;
    }
    
        .sidebar-box .input input {
            width: 96%;
            font-size: 12px;
        }
        
        .sidebar-box .submit input,
        .sidebar-box select {
            font-size: 12px;
        }
    
.post-date {
    font-size: 10px;
    color: #535353;
    margin: 0 0 0 3px;
    padding: 4px 0 0 0;
    display: block;
    float: left;
}

.post-categories,
.post-comments,
.post-archive {
    color: #535353;
    margin: 0;
    padding: 4px 0 0 30px;
    background: url(img/tag_yellow.png) 10px 4px no-repeat;
    font-size: 11px;
    float: left;
}

    .post-date a,
    .post-categories a,
    .post-comments a {
        color: #535353;
        text-decoration: none;
    }
    
    .post-date a:hover,
    .post-categories a:hover,
    .post-comments a:hover {
        background-color: #535353;
        color: #fff;
    }
    
.post-comments {
    background-image: url(img/comment.png);
}
.post-archive {
    background-image: url(img/archived.png);
    width: 30px;
}

   
.permalink,
.edit-sections .permalink {
    background: transparent url(img/link.png) 0 0 no-repeat;
    padding-left: 18px;
} 

    .paginator > div,
    .paginate-prev,
    .paginate-next {
        float: left;
        margin-right: 1.2em;
    }
    
.disabled {
    color: #606060;
}

#posts-feed {
    background-image: url(img/rss-coffee.png);
    background-position: 9px 5px;
    background-repeat: no-repeat;
    padding-left: 32px;
}
    
.back-to-all {
    font-weight: bold;
}

.post-info {
}

.entry {
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 65%;
}

    .entry h2 {
        font-size: 20px;
        font-weight: bold;
    }
    
.category_list {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .category_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .category_list li {
        margin: 0;
        padding: 0 0 0 20px;
    }
    
    .category_list > li {
        padding-left: 0;
    }
    
/* Comments */

.comments_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comments_list li {
        margin: 0;
        padding: 10px 0 1px;
        border-bottom: 3px solid #ddd;
    }
    
    
.comment_entry {
    margin: 0 0 0 30px;
    font-size: 12px;
    line-height: 16px;
}

.comment_meta {
    padding: 0 0 0 30px;
    font-size: 11px;
    color: #3b3b3b;
}

