﻿/* Styles available throughout the blog module pages. */

#PageContent .blogPost {
    margin: 0 0 2em;
}

    #PageContent .blogPost .thumbnail {
        position: relative;
        float: left;
        margin: 0 10px 10px 0;
    }
    
        #PageContent .blogPost .thumbnail a img {
            border: #acd038 2px solid;
        }

            #PageContent .blogPost .thumbnail a img:hover {
                border: #54a136 2px solid;
            }
    
    #PageContent .blogPost .text {
    }

        #PageContent .blogPost .text .title {
            margin: 0 0 0.5em;
        }

        #PageContent .blogPost .text .summary {
            margin: 0 0 0.5em;
        }

        #PageContent .blogPost .text .date {
            margin: 0 0 0.5em;
            color: #909090;
            font-size: 91.7%;
        }
        
        #PageContent .blogPost .text .categories {
            color: #909090;
            font-size: 91.7%;
        }

.commentsInfo {
}

    .commentsInfo a {
        display: inline-block;
        padding: 6px;
        color: #ffffff;
        background: #c0c0c0;
    }

.textBox1 {
    padding-bottom: 1em;
}

.loginLinks {
}

    .loginLinks .linkLogin {
        display: inline-block;
        padding-left: 0;
        width: 64px;
        height: 8px;
        margin-right: 10px;
        text-indent: -1000em;
        background: url('/App_Themes/Default/images/login_blogger_sm.gif') no-repeat;
    }
    * html .loginLinks .linkLogin {
        /* IE6 Only */
        display: inline;
    }
    *:first-child+html .loginLinks .linkLogin {
        /* IE7 Only */
        display: inline;
    }

    .loginLinks .linkLogout {
        display: inline-block;
        padding-left: 0;
        width: 37px;
        height: 8px;
        text-indent: -1000em;
        background: url('/App_Themes/Default/images/logout_sm.gif') no-repeat;
    }
    * html .loginLinks .linkLogout {
        /* IE6 Only */
        display: inline;
    }
    *:first-child+html .loginLinks .linkLogout {
        /* IE7 Only */
        display: inline;
    }

    .loginLinks .loggedIn .linkLogin {
        background: url('/App_Themes/Default/images/login_blogger_sm_tick.gif') no-repeat;
    }

    .loginLinks .loggedIn .linkLogout {
    }
    
/*** 
 * The Blogs Sidebar
 */
 
#Secondary #BlogCategories .title, #Secondary .sectionTitle {
    clear: left;
    padding: 6px 10px;
    color: #ffffff;
    font-size: 125%;
    font-weight: bold;
    background: #303030;
}

#Secondary #BlogsHomeLink {
    display: none;
}

#Secondary #BlogsFollowUs {
}

    #Secondary #BlogsFollowUs .sectionTitle {
        margin-top: 0;
    }

    #Secondary #BlogsFollowUs ul {
        margin: 0 0 0 10px;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

        #Secondary #BlogsFollowUs ul li {
            margin-left: 0;
            padding-left: 0;
            font-size: 116.7%;
            list-style-type: none;
            list-style-image: none;
            background: transparent;
        }

    #Secondary #BlogsFollowUs .rssLink {
        display: inline-block;
        min-height: 18px;
        padding-top: 2px;
        padding-left: 28px;
        background: url('/App_Themes/Default/images/icons/20x20_rss.gif') no-repeat;
    }

    #Secondary #BlogsFollowUs .facebookLink {
        display: inline-block;
        min-height: 18px;
        padding-top: 2px;
        padding-left: 28px;
        background: url('/App_Themes/Default/images/icons/20x20_facebook.gif') no-repeat;
    }

    #Secondary #BlogsFollowUs .twitterLink {
        display: inline-block;
        min-height: 18px;
        padding-top: 2px;
        padding-left: 28px;
        background: url('/App_Themes/Default/images/icons/20x20_twitter.gif') no-repeat;
    }

    #Secondary #BlogsFollowUs .flickrLink {
        display: inline-block;
        min-height: 18px;
        padding-top: 2px;
        padding-left: 28px;
        background: url('/App_Themes/Default/images/icons/20x20_flickr.gif') no-repeat;
    }

    #Secondary #BlogsFollowUs .emailSubscribe {
        display: inline-block;
        min-height: 18px;
        padding-top: 2px;
        padding-left: 24px;
        background: url('/App_Themes/Default/images/icons/20x20_email_arrow.gif') no-repeat;
    }

        #Secondary #BlogsFollowUs .emailSubscribe label {
            display: block;
            margin-bottom: 0.5em;
        }

        #Secondary #BlogsFollowUs .emailSubscribe input.textControl {
            width: 140px;
        }

        #Secondary #BlogsFollowUs .emailSubscribe input.goSmall {
            padding: 0;
            margin: -2px 0 0 0;
            width: 28px;
            height: 22px;
            text-indent: -10000em;
            background: url('/App_Themes/Default/images/go_button_small.gif') no-repeat;
            border: 0;
        }
        
        * html #Secondary #BlogsFollowUs .emailSubscribe input.goSmall {
            /* IE6 Only */
            text-indent: 0;
            padding-left: 28px;
        }
        
        *:first-child+html #Secondary #BlogsFollowUs .emailSubscribe input.goSmall {
            /* IE7 Only */
            text-indent: 0;
            padding-left: 28px;
        }
        
#Secondary #RecentPosts {
}

    #Secondary #RecentPosts .sectionTitle {
    }

    #Secondary #RecentPosts .blogTitle {
        margin-top: 0.5em;
        margin-left: 10px;
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        text-transform: none;
        background: transparent;
    }

        #Secondary #RecentPosts .blogTitle a {
            display: inline-block;
            color: #303030;
            min-height: 20px;
            padding-left: 24px;
            background: url('/App_Themes/Default/images/icons/20x20_blog.gif') no-repeat;
        }

    #Secondary #RecentPosts .featuredPosts {
        /* Contains .blogPost items */
    }

    #Secondary #RecentPosts .blogPosts {
        /* Contains .blogPost items */
    }

    #Secondary #RecentPosts .blogPost {
        width: auto;
        margin-bottom: 1em;
    }

        #Secondary #RecentPosts .blogPost .text {
        }

            #Secondary #RecentPosts .blogPost .text .title {
                margin-left: 10px;
                margin-right: 10px;
            }

            #Secondary #RecentPosts .blogPost .text .date {
                display: none;
            }

#Secondary #BlogCategories {
}

    #Secondary #BlogCategories .sectionTitle {
        display: none;
    }

    #Secondary #BlogCategories .blogCategoryList {
    }

        #Secondary #BlogCategories .blogCategoryList .title {
            text-transform: lowercase;
        }

        #Secondary #BlogCategories .blogCategoryList ul {
            margin-left: 0;
            padding-left: 0;
            list-style-type: none;
            list-style-image: none;
        }

            #Secondary #BlogCategories .blogCategoryList ul li {
                margin-left: 0;
                padding-left: 10px;
                list-style-type: none;
                list-style-image: none;
                background: transparent;
            }

            #Secondary #BlogCategories .blogCategoryList ul li.allPosts {
                display: inline-block;
                min-height: 18px;
                margin-left: 10px;
                padding: 2px 0 0 24px;
                font-size: 116.7%;
                font-weight: bold;
                background: url('/App_Themes/Default/images/icons/20x20_blog.gif') no-repeat;
            }

/***
 * Adjust core template objects 
 */

#TrailNav {
    display: block;
    margin-bottom: 1em;
    padding-bottom: 10px;
    width: 612px;
    color: #909090;
    border-bottom: #f0f0f0 1px solid;
}

    #TrailNav a {
        color: #909090;
    }
    
    #TrailNav .suffix {
        padding-left: 0;
        background: none;
    }
    
    #TrailNav a.trailNavPageAnchor {
        text-decoration: none;
    }

        #TrailNav .suffix a.trailNavPageAnchor:hover {
            text-decoration: none;
        }

