/* Blog Style Overrides */
#Common {
}

/* Blog Styles */
ul.BlogPostList {
	margin: 60px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.BlogPostArea {
	border-top: solid 1px #4895c5;
	padding: 20px 0;
}

.BlogPostHeader {
	color: #000206;
    font-size: 20px;
    font-family: Verdana, Sans-Serif;
    font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 20px;
}

.BlogPostHeader a,
.BlogPostHeader a:link,
.BlogPostHeader a:visited {
	color: #000206;
}

.BlogPostHeader a:hover {
	text-decoration: none;
}


.BlogPostContent {
	color: #000;
    font-size: 12px;
    font-family: Verdana, Sans-Serif;
	line-height: 20px;
}

.BlogPostFooter {
	margin: 10px 0 10px 1px;
	color: #666;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
}


.postListLargeDateCell {
    width: 85px;
    vertical-align: top;
    color: #4795c4;
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana, Sans-Serif;
    line-height: 20px;
    }
    
a.postCommentCountBox,
a.postCommentCountBox:link,
a.postCommentCountBox:visited,
h4#commentLabel span {
    background-color: #d3eafa;
    float: right;
    padding: 6px 5px;
    color: #4795c4;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana, Sans-Serif;
    text-decoration: none;
    }
    
a.postCommentCountBox:hover {
    color: #d3eafa;
    background-color: #4795c4;
    text-decoration: none;
    }

h4#commentLabel {
    width: 100%;
    clear:both;
    padding-bottom: 20px;
    }

h4#commentLabel span {
    float:left;
    }


.postListPostMeta {
    color: #ada99b;
    font-size: 10px;
    font-family: Verdana, Sans-Serif;
    margin-bottom: 15px;
    }
    
.postListPostMeta a,
.postListPostMeta a:visited,
.postListPostMeta a:hover {
    color: #ada99b;
    }    

a.disabledLink,
a.disabledLink:link,
a.disabledLink:visited,
a.disabledLink:hover {
    text-decoration: none;
    cursor: text;
    color: #ada99b;
    }  






/* 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%;
}

/* Calendar styles */
.BlogCalendar {
	font-size: 90%;
	width: 100%;
}

.BlogCalendarTitle {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

.BlogCalendarNextPrev {
}

.BlogCalendarNextPrev a:link,
.BlogCalendarNextPrev a:active,
.BlogCalendarNextPrev a:visited {
	text-decoration: none;
}

.BlogCalendarNextPrev a:hover{
	text-decoration: underline;
}

.BlogCalendarDays {
	font-weight: bold;
	padding: 2px;
}

.BlogCalendarDay a:link,
.BlogCalendarDay a:active,
.BlogCalendarDay a:visited,
.BlogCalendarDay a:hover{
	font-weight: bold;
}

/* Comment Form */
#commentform {padding: 0;font-size: 0.95em;}
#commentform h2{margin-bottom:0;}
#commentform h3 {
    font-size: 1.3em;
    margin: 0 10px 0 0;
    padding: 10px 0 5px 0;
	font-family: helvetica, arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0;
}

#commentform p{padding: 0em; font-size: 0.95em;}

#commentform dl {margin: 0;	padding: 0;}

#commentform dt {padding: 5px 0 5px 0; font-size: 1.0em;	margin: 0px;}
	
#commentform dd {color: #777777;margin-left:0;}

#commentform dt em {font-size: 0.95em;}
 
#commentform .smallbox {
	width: 350px;
	padding: 2px;
	border-top: 1px solid #7F8D3E;
	border-right: 1px solid #E2E3D1;
	border-bottom: 1px solid #E2E3D1;
	border-left: 1px solid #E2E3D1;
}

#commentform textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #7F8D3E;
	border-right: 1px solid #E2E3D1;
	border-bottom: 1px solid #E2E3D1;
	border-left: 1px solid #E2E3D1;
	font-size: 1em;
	}
/* End Comment */

#comments h3 {
	color: #666;
	font-size: 110%;
}

.CommentOwner {
	padding: 8px;
	background-color: #f4f4f4;
	border-bottom: solid 12px #fff;
}

.Comment {
	padding: 8px;
}

.CommentAvatar {
	white-space: nowrap;
	border-right-width: 0;
	padding-right: 0;
}

.CommentAvatar img {
	margin-right: 8px;
}

.CommentContent {
	border-left-width: 0px;
}

.CommentContent.alternate {
    background-color: #ecebe6;
}

.CommentTitle {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.CommentTitle a:link,
.CommentTitle a:active,
.CommentTitle a:visited,
.CommentTitle a:hover {
    color: #4795c4;
}

.CommentText {
	padding-top: 2px;
	padding-bottom: 2px;
}

.CommentFooter {
	font-size: 80%;
	color: #999;
}

/* Post ToolBar */
#postToolbar {
	width: 400px;
	border: solid 1px #ccc;
	padding: 6px;
	background-color: #eee;
}

#postToolbar .CommonSubTitle {
	margin-bottom:0;
	padding-bottom:0;
}
/* END Post ToolBar */

ul.BlogLinkCategoryLinkList {
	padding: 0;
	margin: 0;
	list-style-type: square;
	margin-left: 24px;
}

ul.BlogLinkCategoryLinkList li {
	padding-top: 4px;
}

ul.BlogLinkCategoryLinkList li a {
	font-weight: bold;
}

.BlogLinkCategoryArea {
	padding: 4px;
}