﻿/* Blogging Home Page styles */

#blogs-home 
{
    float: left;
    width: 790px;
    padding: 5px;
    background-color: #ffffff;
}
#blogs-home .help-image 
{
    width: auto;
    float: left;
    margin-right: 22px;
}
#blogs-home #keyword-tags 
{
    width: 190px;
    float: left;
    height: 106px;
    padding: 5px;
    background-color: #eeeeee;
}
#blogs-home #keyword-tags .caption 
{
    font-weight: bold;
    color: #3484bf;
    float: left;
    display: inline-block;
    width: auto;
    margin-right: 3px;
}
#blogs-home #keyword-tags .standard-input 
{
    width: 75px;
    font-size: 11px;
    line-height: 14px;
}
#blogs-home #keyword-tags a:link, 
#blogs-home #keyword-tags a:active, 
#blogs-home #keyword-tags a:visited, 
#blogs-home #keyword-tags a:hover 
{
    color: #3484bf;
    text-decoration: none;
}
#blogs-home #keyword-tags .tag 
{
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 3px;
}
#blogs-home #keyword-tags .tag-admin 
{
    display: inline-block;
    width: auto;
    float: left;
    clear: both;
}
#blogs-home .hot-blogs 
{
    width: 180px;
    float: right;
    background-image: url(../../images/Blogs/box-hot-blogs.png);
    background-position: center center;
    height: 94px;
    padding: 15px 7px 7px 7px;
    overflow: hidden;
}
#blogs-home .recent-blogs 
{
    width: 180px;
    float: right;
    background-image: url(../../images/Blogs/box-recent-blogs.png);
    background-position: center top;
    height: 94px;
    padding: 15px 7px 7px 7px;
    margin-right: 10px;
    overflow: hidden;
}
#blogs-home div.blog-item 
{
    font-size: 11px;
    padding: 2px;
}
#blogs-home a.blog-item:link, 
#blogs-home a.blog-item:active, 
#blogs-home a.blog-item:visited, 
#blogs-home a.blog-item:hover 
{
    color: #000000;
    text-decoration: none;
}
#blogs-home .message 
{
    font-size: 14px;
    font-weight: bold;
}
#blogs-home #blog-list
{
    clear: both;
    margin-top: 8px;
    height: 350px;
    overflow: auto;
    /* padding: 5px 0px 5px 0px; */
}
#blogs-home #blog-list .blog 
{
    width: 378px;
    height: 167px;
    float: left;
    border: solid 1px #eec898;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
#blogs-home #blog-list .header 
{
    color: #a16002;
    background-color: #ede4df;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
}
#blogs-home #blog-list .header a:link, 
#blogs-home #blog-list .header a:active, 
#blogs-home #blog-list .header a:visited, 
#blogs-home #blog-list .header a:hover 
{
    color: #a16002;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
#blogs-home #blog-list .blog-image 
{
    width: 88px;
    height: 110px;
    float: left;
    margin-left: 10px;
    margin-right: 8px;
}
#blogs-home #blog-list .description 
{
    width: 260px;
    float: right;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 8px;
}
#blogs-home #blog-list .footer 
{
    width: auto;
    float: right;
    clear: right;
    text-align: right;
    padding: 2px 5px 5px 5px;
}

/* Blogging View Page styles */

#blog-view
{
    float: left;
    width: 790px;
    padding: 5px;
    background-color: #ffffff;
}
#blog-view #breadcrumbs 
{
    width: 600px;
    float: left;
    margin-bottom: 5px;
}
#blog-view #link-home 
{
    width: auto;
    float: right;
    margin-bottom: 5px;
}
#blog-view #link-home a:link, 
#blog-view #link-home a:active, 
#blog-view #link-home a:visited, 
#blog-view #link-home a:hover 
{
    color: #959595;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../../images/icons/return-up.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    line-height: 20px;
}
#blog-view #link-home a:hover 
{
    background-image: url(../../images/icons/return-ovr.png);
}
#blog-view .blog-summary 
{
    width: 188px;
    float: right;
    clear: right;
    border: solid 1px #eec498;
    margin-bottom: 10px;
}
#blog-view .blog-summary .title 
{
    color: #a16002;
    background-color: #ede4df;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}
#blog-view .blog-summary .blog-image 
{
    width: 75px;
    float: left;
    clear: left;
    margin-right: 5px;
    margin-bottom: 3px;
    overflow: hidden;
}
#blog-view .blog-summary .description 
{
    margin-top: 3px;
    margin-right: 3px;
    font-size: 11px;
}
#blog-view .blog-summary .description-full
{
    margin: 3px;
    font-size: 11px;
}
#blog-view #keyword-tags 
{
    width: 182px;
    float: right;
    clear: right;
    background-color: #e0e0e0;
    padding: 4px;
    font-size: 11px;
    margin-bottom: 10px;
}
#blog-view #keyword-tags .caption 
{
    font-weight: bold;
    color: #3484bf;
    float: left;
    display: inline-block;
    width: auto;
    margin-right: 3px;
}
#blog-view #keyword-tags .standard-input 
{
    width: 75px;
    font-size: 11px;
    line-height: 14px;
}
#blog-view #keyword-tags a:link, 
#blog-view #keyword-tags a:active, 
#blog-view #keyword-tags a:visited, 
#blog-view #keyword-tags a:hover 
{
    color: #3484bf;
    text-decoration: none;
}
#blog-view #keyword-tags div.remove-tag
{
	display: inline-block;
	width: auto;
	float: left;
}
#blog-view #keyword-tags a.remove-tag
{
	width: 15px;
	height: 15px;
	display: inline-block;
	background-position: right center;
}
#blog-view #keyword-tags a.remove-tag:hover 
{
	background-image: url(../../images/Messaging/recipient-remove-ovr.gif);
}
#blog-view #keyword-tags .tag 
{
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 3px;
}
#blog-view #keyword-tags .tag-admin 
{
    display: inline-block;
    width: auto;
    float: left;
    clear: both;
}
#blog-view #blog-archive-navigation 
{
    width: 182px;
    float: right;
    clear: right;
    background-color: #fddc97;
    padding: 4px;
    font-size: 11px;
}
#blog-view #blog-archive-navigation .header 
{
    padding-left: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#blog-view .message 
{
    font-size: 12px;
    font-weight: bold;
}
#blog-view #post-list
{
    float: left;
    width: 590px;
}
#blog-view #post-list #keyword-tags 
{
    height: auto;
    float: none;
    clear: none;
    display: block;
    width: auto !important;
    background-color: Transparent;
    padding-left: 0px;
    margin-bottom: 3px;
}
#blog-view #post-list #keyword-tags a:link, 
#blog-view #post-list #keyword-tags a:active, 
#blog-view #post-list #keyword-tags a:visited, 
#blog-view #post-list #keyword-tags a:hover 
{
    color: #3484bf;
    text-decoration: none;
}
#blog-view #post-list #keyword-tags .caption 
{
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 3px;
}
#blog-view #post-list #keyword-tags .tag 
{
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 3px;
}
#blog-view #post-list #keyword-tags .tag-admin 
{
    display: inline-block;
    width: auto;
    float: left;
    clear: none;
}
#blog-view .blog-post 
{
}
#blog-view .blog-post .subject 
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}
#blog-view .blog-post .timestamp 
{
    font-style: italic;
    font-size: 12px;
    margin-bottom: 4px;
}
#blog-view .blog-post .content 
{
    margin-bottom: 10px;
}
#blog-view #post-list .footer 
{
    border-top: solid 1px #cccccc;
    padding: 3px;
    margin-bottom: 5px;
	font-size: 11px;
}
#blog-view #post-list .footer .views 
{
	color: #cc6600;
    width: auto;
    display: inline;
}
#blog-view #post-list .footer .rating
{
	color: #cc6600;
	width: auto;
	display: inline;
}
#blog-view #post-list .footer .rating .standard-menu 
{
}
#blog-view #post-list .footer a:link,
#blog-view #post-list .footer a:active,
#blog-view #post-list .footer a:visited 
{
    color: #1e4073;
    font-weight: bold;
    text-decoration: none;
}
#blog-view #post-list .footer a:hover 
{
    color: #3066b6;
    text-decoration: underline;
}
#blog-view #post-list .footer .link-bar 
{
    width: 450px;
    float: right;
    clear: none;
    font-size: 11px;
    padding-top: 4px;
}
#blog-view #post-list .footer .link-bar-item
{
    float: right;
    width: auto;
}

/* Comment listing styles */

#blog-view #discussion-thread 
{
    background-color: #eeeeee;
    width: 540px;
    padding: 5px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#blog-view #discussion-thread .post-count 
{
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
} 
#blog-view #discussion-thread .header 
{
    font-weight: bold;
    padding: 3px;
    float: left;
    width: auto;
}
#blog-view #discussion-thread .textarea-standard 
{
    width: 300px;
}
#blog-view #discussion-thread .form-item 
{
    padding: 2px;
}
#blog-view #discussion-thread .form-item-caption 
{
}
#blog-view #discussion-thread .form-item-input 
{
}
#blog-view #discussion-thread .form-footer 
{
    margin-top: 5px;
    clear: both;
    padding-left: 75px;
}
#blog-view #discussion-thread .post 
{
    font-size: 11px !important;
    padding: 2px;
    border-top: solid 1px #000000;
}
#blog-view #discussion-thread .timestamp 
{
    font-size: inherit;
    margin-bottom: 5px;
}
#blog-view #discussion-thread .footer 
{
    text-align: right;
}
#blog-view #discussion-thread .post-text-show 
{
    width: auto;
    float: right;
    background-color: #eeeeee;
    padding: 3px;
    position: relative;
    top: -20px;
}
