/* Blog Styles */

UL.BlogPostList {
    margin: 10px 0 0 0;
    padding: 0px;
    list-style-type: none;
}

.BlogPostArea {
    margin: 0 0 20px 0;
    border: solid 0 #EBEBEB;
    border-bottom-width: 1px;
    padding: 0 0 20px 0px;
    min-height: 46px;
}

.BlogPostArea .None {
    background-image: none;
    padding-left: 0;
}

.DateInfoBox {
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    margin: 0 8px 4px 0px;
    float: left;
    text-align: center;
    line-height: 1em;
    font-family: arial, Tahoma, helvetica, sans-serif;
}
.DateInfoBoxTop {
    padding: 2px;
    font-weight: bold;
}
.DateInfoBoxContent {
    padding: 8px 4px;
    font-weight: bold;
    font-size: 1.6em;
}
.DateInfoBoxBot {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 3px;
}
.DateInfoBox a:link, .DateInfoBox a:visited, .DateInfoBox a:active {
    text-decoration: none;
}

/*
Blog List Columns
*/

.BlogBlogNameColumn {
    width: 25%;
}

.BlogAuthorColumn {
    width: 14%;
}

.BlogLastPostColumn {
    width: 25%;
}

.BlogPostsColumn {
    text-align: center;
    width: 9%;
}

.BlogArticlesColumn {
    text-align: center;
    width: 9%;
}

.BlogCommentsColumn {
    text-align: center;
    width: 9%;
}

.BlogTrackbacksColumn {
    text-align: center;
    width: 9%;
}

/* Links */

UL.BlogLinkCategoryLinkList {
    padding: 0;
    margin: 0 0 0 24px;
    list-style-type: square;
}

UL.BlogLinkCategoryLinkList li {
    padding-top: 4px;
}

UL.BlogLinkCategoryLinkList li a {
    font-weight: bold;
}

.BlogLinkCategoryArea {
    padding: 4px;
}
.BlogSubscriptionItem {
    margin-bottom: 3px;
}
input.BlogSubscriptionItem {
    width: 150px;
}