/*
Blog Style Overrides
*/

#Common
{
}

/*
Blog Styles
*/

UL.BlogPostList
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.BlogPostArea
{
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.BlogPostArea h3
{
	float:none;
}
.BlogPostArea div.code
{
	background-color:White;
	padding:10px;
	margin:5px;
	border:solid 1px #888;
	font-size:.8em;
	overflow:auto;
	
}
.BlogPostArea .comments
{
	color:#00C;
}

.BlogPostListHeader
{
	margin: 0px 0px 0px 0px;
	background-image: url(../../../images/Blog/blog-postlist-header.jpg);
	height: 45px;
}

.BlogPostSearchHeader
{
	margin: 0px 0px 0px 0px;
	background-image: url(http://www.thoughtlab.com/blog/wp-content/uploads/2009/07/SearchResultHeader.jpg);
	height: 45px;
}

.BlogPostArchiveHeader
{
	margin: 0px 0px 0px 0px;
	height: 45px;
	background-image: url(http://www.thoughtlab.com/blog/wp-content/uploads/2009/07/ArchiveHeader.jpg);

}
.BlogPostHeader
{
	margin: 0px;
	height: 45px;
	width: 478px;
	background-image: url(http://www.thoughtlab.com/blog/wp-content/uploads/2009/07/postHeaderNoText.jpg);
}

.BlogPostHeader h4 {
	color: #72674b;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0px 0px 18px;
	font-family: Trebuchet MS;
}

.BlogPostTitle
{
	margin: 10px 0px 0px 24px;
	font-size: 110%;
	font-weight: bold;
	color: #72674b;
}

.SecondaryHeader h2
{
	margin: 10px 0px 0px 18px;
	font-size: 110%;
	font-weight: bold;
	color: #72674b;
}

.BlogPostTitle a:link, .BlogPostTitle a:visited
{
	color: #72674b;
	text-decoration: none;
	font-family: Trebuchet MS;
}

.BlogPostTitle a:active, .BlogPostTitle a:hover
{
	color: #2e67b2;
}

.BlogPostGroupTitle
{
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #72674b;
	text-transform:uppercase;
}

.BlogPostGroupTitle a:link, .BlogPostGroupTitle a:visited
{
	color: #72674b;
	text-decoration: none;
	font-family: Trebuchet MS;
}

.BlogPostGroupTitle a:active, .BlogPostGroupTitle a:hover
{
	color: #2e67b2;
}

.BlogPostInfo
{
	margin: 10px 0px 0px 20px;
	font-size: 80%;
	color: #666766;
	font-family: Verdana;
}

.BlogPostListTitle
{
	margin: 5px 0px 0px 34px;
	font-size: 110%;
	font-weight: bold;
	color: #72674b;
}

.BlogPostListTitle a:link, .BlogPostListTitle a:visited
{
	color: #72674b;
	text-decoration: none;
	font-family: Trebuchet MS;
}

.BlogPostListTitle a:active, .BlogPostListTitle a:hover
{
	color: #2e67b2;
}

.BlogPostListInfo
{
	margin: 5px 0px 0px 34px;
	font-size: 90%;
	color: #666766;
	font-family: Verdana;
}

.BlogRating
{
	width: 80px;
	height: 80px;
	margin: 5px 10px 0px 0px;
	background-color: #cccccc;
	vertical-align: top;
	text-align: center;
	padding: 8px 2px 2px 2px; 
	background-image: url(../../../images/Common/blog_comment_background.gif);
	line-height: 20px;
	color: #666666;
}

.BlogRating a:link, .BlogRating a:visited, .BlogRating a:active, .BlogRating a:hover
{
	color: #666666;
	text-decoration: none;
}

.BlogExternal
{
	width: 80px;
	height: 80px;
	margin: 5px 10px 0px 0px;
	background-color: #cccccc;
	vertical-align: top;
	text-align: center;
	padding: 8px 2px 2px 2px; 
	background-image: url(../../../images/Common/blog_comment_background.gif);
	line-height: 20px;
	color: #666666;
}

.BlogExternal a
{
    margin-top: 6px;
    display: block;
	width: 80px;
	height: 50px;
	background-image: url(../../../images/forum/weblog.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	white-space: normal;
}

.BlogExternal a:link, .BlogExternal a:visited, .BlogExternal a:active, .BlogExternal a:hover
{
	color: #666666;
	text-decoration: none;
}

.BlogCommentCount
{
	font-size: 22px;
	font-weight: bold;
}

.BlogPostContent
{
	color: #000000;
	margin-left: 1px;
	font-size: 100%;
	line-height: 20px;
	/*text-align: justify;*/
	padding: 18px 34px 0px 34px;
}

.BlogPostContent p
{
	color: #666766;
	font-size: 100%;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana;

}

BlogPostContent p.postmetadata
{
	color: #666766;
	font-size: 80%;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana;
}


.BlogPostContent IMG
{
	border-width: 0px;
	margin: 0px 3px;
}

.BlogPostContent TABLE
{
	font-size: 0.8em;
	border: 1px solid black;
	border-collapse: collapse;
}

/* This prevents the 0.8em on the top tables to shrink even more */
.BlogPostContent TABLE *,
.BlogPostContent TABLE TABLE
{
	font-size: 1.0em;
}

.BlogPostContent TABLE TD
{
	border: 1px solid black;
	padding: 1px 3px;
}

/* This makes it so bloggers can enable/disable borders on a table explicitly */
.BlogPostContent TABLE.noborder,
.BlogPostContent TABLE.noborder TD
{
	border: 0px;
}

.BlogPostContent TABLE.showborder,
.BlogPostContent TABLE.showborder TD
{
	border: 1px;
}


.BlogPostContent a
{
	color: #2e67b2;
}

.BlogPostFooter
{
	margin: 10px 0px 10px 0px;
	padding: 0px 38px;
	color: #666666;
	font-size: 80%;
}

 .BlogPostFooter p.postmetadata
{
	color: #666766;
	font-size: 80%;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana;
}

/*
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-left: auto;
	margin-right: 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;
	font-size: .8em;
}

.BlogSubNotification
{
	color: #FF0000;
}

.SubscriptionButton
{
	margin-left: 0px;
}

/* Comment Form */
#commentform {padding: 0;font-size: 0.95em;}
#commentform h2{margin-bottom:0;}
#commentform h3{
    font-size: 1.3em;margin: 0px 10px 0px 0px;padding: 10px 0px 5px;
	font-weight: 600;letter-spacing: 0px;}

#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;
	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
{
	font-size: 0.9em;
	color: #72674b;
	background: none;
	font-family: Trebuchet MS;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px;
	font-weight: 600;
	letter-spacing: 0px;
	width: auto;
}

.CommentOwner
{
	padding: 8px;
	background-color: #f4f4f4;
	border-bottom: solid 12px #fff;
}

.Comment
{
	padding: 8px;
}

.CommentAvatar
{
	white-space: nowrap;
	border-right-width: 0px;
	padding-right: 0px;
}

.CommentAvatar img
{
	margin-right: 8px;
}

.CommentContent
{
	border-left-width: 0px;
}

.CommentTitle
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.CommentText
{
	padding-top: 6px;
	padding-bottom: 2px;
	overflow: hidden;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.CommentText ul
{
list-style:none;
margin:0;
padding:0;
}

.CommentText ul li 
{
font-size:100%;
}

.CommentFooter
{
	font-size: 80%;
	color: #999999;
}

/* Post ToolBar */

#postToolbar
{
	width:400px;
	border:solid 1px #cccccc;
	padding:6px;
	background-color: #eeeeee;
}

#postToolbar .CommonSubTitle
{
	margin-bottom:0;
	padding-bottom:0;
}
/* END Post ToolBar */

UL.BlogLinkCategoryLinkList
{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	margin-left: 24px;
	padding-left: 0px;
}

UL.BlogLinkCategoryLinkList li
{
	padding-top: 4px;
}

UL.BlogLinkCategoryLinkList li a
{
	font-weight: bold;
}

.BlogLinkCategoryArea
{
	padding: 4px;
}

.BlogSubscriptionItem
{
	margin-bottom: 3px;
}

.BlogFeaturePageContent
{
	color: #666766;
	margin: 0px 0px 5px 0px;
	padding: 0px 30px 0px 24px;
	font-size: 100%;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana;
}

.BlogFeaturePageContent p
{
	color: #666766;
	font-size: 100%;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana;
}


.BlogFeaturePageContent p.postmetadata
{
	color: #666766;
	font-size: 80%;
	line-height: 20px;
	text-align: justify;
	font-family: Verdana;
}

p.postmetadata a
{
 color:#2E67B2;
}

a:visited
{
 color:#2E67B2;
}

.BlogFeaturePageContent a
{
	color: #2e67b2;
}

.BlogFeatureContentFooter
{
	background-image: url(../../../images/Blog/featured-seperator.jpg);
	height: 10px;
	padding: 0px;
	margin: 0px;
	width: 478px;
}

.CommonListRow
{
	background-image: url(../../../images/Blog/featured-seperator.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 478px;
	padding-top: 15px;
}

.CommonCommentSection
{
	background-image: url(../../../images/Blog/comments-seperator.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #dfded9;
	width: 478px;
	padding-top: 7px;
}

.CommonCommentData
{
	border-top: solid 1px white;
	margin: 15px 18px 15px 18px;
	padding: 15px 15px 0px 15px;
}

.CommentPostedMessage
{
	clear: both;
	margin: 15px 18px 0px 18px;
	padding: 15px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 20px;
}

.CommonCommentFormFields
{
	border-top: solid 1px white;
	margin: 15px 18px 0px 18px;
	padding: 15px 0px 0px 0px;
	float:left;
}

.CommentFormField
{
	float: right;
	text-align: right;
	font-size: 0.8em;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #666766;
	margin: 10px 37px 10px 0px;
	display:block;
}

.CommentSubmitField
{
	text-align: right;
	margin: 0px 158px 10px 0px;
	float: right;
}

.FormLabel
{
	vertical-align: top;
	float:right;
	display:block;
	margin-right:10px;
}

.CommonCommentInputs
{
	float: right;
}

.CommonCommentInputs span
{
	float: right;
	font-size:80%;
	margin-right:0px;
}

.CommonCommentInputs input
{
	width: 228px;
	height: 17px;
	padding-top: 3px;
}

.CommonCommentTextInput
{
	width: 228px;
	height: 71px;
	float: right;
	padding-top: 3px;
}

#CommentSubmitButton
{
	border: none;
}