/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ BLOG PRO ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ DO NOT REMOVE ] === */
/* === [ These styles are required for custom controls for the Content Editor ] === */
/* === [ They should be removed for Contegro V3.8  ] === */

	.reTool .LSImageUpload {
		background-position: -366px -6px;
	}	
	.reTool .LSDocumentUpload {
		background-position: -186px -6px;
	}	
	.reTool .LSCreateBlogExternalLink {
		background-position: -666px -6px;
	}	

/* === [ Discussion List ] === */

.BlogDiscussion {/* Outer DIV */
	position: relative;
	margin: 0px 0px 10px 0px;
	clear: both;
	padding: 0px;
}
	.BlogDiscussion h1 {/* Custom Title */
		padding: 0;
		margin: 0;
	}
	.BlogDiscussion p {/* Custom Summary */
		padding: 0;
		margin: 0;
	}
	h3 {
		color:#AB882F;
		font-size:18px;
		font-weight:normal;
		margin-bottom:22px;
	}

	/* === [ Discussion List Table ] === */

			.DiscussionList { /* Table */
				margin: 10px 0px;
				width: 100%;
				border: 1px solid #CCCCCC;
			}
				.DiscussionList td {
					padding: 0px 2px;
					background-color: #EFEFEF;
					vertical-align: top;
				}
				.DiscussionList .FirstColumn {/* First column */
					width: 70%;
				}
				.DiscussionList .SecondColumn, /* Second column */
				.DiscussionList .ThirdColumn {/* Third column */
					width: 15%;
					text-align: right;
				}
					.DiscussionList .SecondColumn span, /* Second column */
					.DiscussionList .ThirdColumn span, /* Third column */
					.DiscussionList .ForthColumn span {/* Third column */
						font-size: 80%;
					}
			.DiscussionList .Heading {/* Table Headings */
				text-transform: uppercase;
				font-size: 75%m;
			}
			.DiscussionList .ListTitle {/* List Title Link */
			}
				.DiscussionList .ListTitle a:visited, 
				.DiscussionList .ListTitle a:link, 
				.DiscussionList .ListTitle a:hover {
				}
			.DiscussionList .ListSummary {/* Summary Link */
			}
				.DiscussionList .ListSummary a:visited, 
				.DiscussionList .ListSummary a:link, 
				.DiscussionList .ListSummary a:hover {
				}
		
/* === [ Blog Topic ] === */

.BlogTopic {/* Outer DIV */
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fff url(/Templates/_images/blog_grad.jpg) repeat-x top; 
}
	.BlogTopic h1 {/* Custom Title */
		padding: 12px 0;
		margin: 0 !important;
		display: block;
		height: 15px;
		background: url(/Templates/_images/blog_title.gif) no-repeat center center;
		text-indent: -9999999px;
	}
	.BlogTopic .Heading {
		display: none;
	}
	.BlogTopic p {/* Custom Summary */
		padding: 0;
		margin: 0;
	}

		.BlogTopicThread {/* Outer DIV */
			margin: 0px -10px;
			}
			.BlogTopicThread h2 {/* Custom Title */
				padding: 0px 12px;
				margin: 0;
			}
			.BlogTopicThread p {/* Custom Summary */
				padding: 0;
				margin: 0;
			}
		
	/* === [ Topic List Table ] === */

			
			.TopicList { /* Table */
			width: 100%;
			}
				.TopicList td {
				}
				.TopicList .FirstColumn {/* First column */
					padding: 0 ;
				}
				.TopicList .SecondColumn, /* Second column */
				.TopicList .ThirdColumn { /* Third column */
				}
				.TopicList .ForthColumn {/* Third column */
				}
					.TopicList .SecondColumn span, /* Second column */
					.TopicList .ThirdColumn span, /* Third column */
					.TopicList .ForthColumn span {/* Third column */
					}
			.TopicList .Heading {/* Table Headings */
			}
			.TopicList .ListTitle {/* List Title Link */
				padding: 12px 12px 0;
				border-top: 1px solid #fff;
			}
				.TopicList .ListTitle a, 
				.TopicList .ListTitle a:visited, 
				.TopicList .ListTitle a:link {
					font-weight: bold;
					text-decoration: none;
				}
				.TopicList .ListTitle a:hover {
					text-decoration: underline;
				}
			.TopicList .ListSummary {/* Summary Link */
				padding: 0 12px 12px;
				color: #808080;
			}
				.TopicList .ListSummary p {
					margin: 0;
				}
				.TopicList .ListSummary a:visited, 
				.TopicList .ListSummary a:link, 
				.TopicList .ListSummary a:hover {
				}

/* === [ Blog Comments ] === */

.BlogComment {/* Outer DIV */
	position: relative;
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}
	.BlogComment h1 {/* Custom Title */
		padding: 0;
		margin: 0;
	}
	.BlogComment p {/* Custom Summary */
		padding: 0;
		margin: 0;
	}
	.BlogComment .LoginBorder {
		width: 445px;
	}

/* === [ Comment Thread ] === */

	.BlogCommentThread {
		position: relative;
		clear: both;
		margin: 10px 0px;
	padding: 10px;
	background: #fff url(/Templates/_images/blog_grad.jpg) repeat-x top; 
	}
	.BlogCommentThread .ListHolder {
		margin: 10px;
		
	}
		/* Custom Title */
		.BlogCommentThread .ListCustomTitle {
			font-size: 120%;
			font-weight: bold;
		}
		.BlogCommentThread .ListCustomTitle a {
		text-decoration: none;
		}
	
		/* Title */
			.BlogCommentThread .ListTitle {
			}
			.BlogCommentThread .ListTitle a:visited, 
			.BlogCommentThread .ListTitle a:link, 
			.BlogCommentThread .ListTitle a:hover {
			}
	
		/* Date, Keywords */
			.BlogCommentThread .ListItemDate,
			.BlogCommentThread .ListAuthor {
			}
	
		/* Summary */
			.BlogCommentThread .ListSummary {
			}
			.BlogCommentThread .ListSummary a {
			}
	
/* === [ Comment List ] === */
	
			.BlogComment .ListHolder {
			}
			.BlogComment .ListItem {
			}
				/* Title */
					.BlogComment .ListTitle {
					}
					.BlogComment .ListTitle a:visited, 
					.BlogComment .ListTitle a:link, 
					.BlogComment .ListTitle a:hover {
					}
				/* Authro */
					.BlogComment .ListAuthor {
						font-weight: bold;
					}
					/* Email [Span] */
						.BlogComment .ListEmail {
							font-weight: normal;
						}
				/* Date */
					.BlogComment .ListItemDate {
					}
				/* Summary */
					.BlogComment .ListSummary {
					}
					.BlogComment .ListSummary a {
					}
				/* EndItem (Visual break between each list item) */
					.BlogComment .ListEndItem {
					}
	
/* === [ Topic and Comment Forms ] === */

.TopicForm {/* Outer DIV */
	position: relative;
	clear: both;
	margin: 10px 0px;
	padding: 10px;
	background: #fff url(/Templates/_images/blog_grad.jpg) repeat-x top; 
}
.CommentForm {/* Outer DIV */
	position: relative;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fff url(/Templates/_images/blog_grad.jpg) repeat-x top; 
}
.SubscribeForm {/* Outer DIV */
	position: relative;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fff url(/Templates/_images/blog_grad.jpg) repeat-x top; 
}
	.TopicForm h1, /* Custom Title */
	.CommentForm h1,
	.SubscribeForm h1 {/* Custom Title */
		padding: 0;
		margin: 0;
		font-size: 100%;
		font-weight: bold;
	}
	.TopicForm h1.ListCustomTitle {	
		padding: 5px 10px 0 10px;
	}
		.FormItem {/* Layout */
			font-size: 90%;
			margin: 1px;
		}
		.FormTitle {/* form item title */
		}
		.FormField {/* form item textbox */
		}
			.FormField textarea,
			.FormField input {/* form item textbox */
				font-family: sans-serif;
			}
		.TopicForm .FormButton {/* form submit button */
			padding: 10px 0px;
		}
		.CommentForm .FormButton {/* form submit button */
			padding: 10px 0px;
		}
		.SubscribeForm .FormButton {/* form submit button */
			padding: 10px 0px;
		}

		.CaptchaControl {
			Margin: 10px 0px 0px 0px;
		}

/* Discussion List   */
.BlogDiscussionScroller{
}
	/* Default Theme */
	.BlogDiscussionScroller .ListHolder {
	}
	.BlogDiscussionScroller .ListItem{
		clear:none;
		width:95%;
	}
	.BlogDiscussionScroller .ListCustomTitle {	
	}
	.BlogDiscussionScroller .divCustomSummaryScroller{
	}
	.BlogDiscussionScroller .ListSummary {
	}
	.BlogDiscussionScroller .ListSummary a {
	}
	.BlogDiscussionScroller .ListKeywords {
	}
	.BlogDiscussionScroller .ListKeywords span{
	}
	.BlogDiscussionScroller .ListEndItem{
	}
	
		/*Extra */
		.BlogDiscussionScroller .ListCustomTitleContainer{
		}
		.BlogDiscussionScroller .divCustomSummaryScroller{
		}
		.BlogDiscussionScroller .TopicCountSetionScroller{
		}
		.BlogDiscussionScroller .CommentCountSectionScroller{
		}

/* Blog Pro Advance List */	

	.BlogProAdvanceList .ListSummary {
		clear: both;
	}
	.BlogProAdvanceList .BlogTopicSummary {
		clear: both;
		margin: 0px 10px;
	}

/* Topic List */	
.BlogTopicScroller{
}
	/* Default Theme */
	.BlogTopicScroller .ListHolder{
	}
	.BlogTopicScroller .ListSubHolder {
		position: relative;
		clear: both;
		width: auto;
		margin: 10px 0px;
		vertical-align: top;
		padding: 5px 10px;
		border: 1px solid #EFD89C;
	}
	.BlogTopicScroller .BlogTopicSummary {
		margin: 0px 10px;
	}
	.BlogTopicScroller .ListItem {
		clear:none;
		width:95%;
	}	
	.BlogTopicScroller .ListCustomTitle {
	}
	.BlogTopicScroller .ListSubHolder .ListCustomTitle {	
	}
	.BlogTopicScroller .ListTitle {	
	}
	.BlogTopicScroller .ListAuthor {	
	}	
	.BlogTopicScroller .ListSummary {
		clear:both;
	}
	.BlogTopicScroller .ListSummary a {
	}	
	.BlogTopicScroller .ListKeywords {
	}
		.BlogTopicScroller .ListKeywords span{
		}	
	.BlogTopicScroller .ListCreatedDate{
	}
		.BlogTopicScroller .ListCreatedDate span{
			clear:both;
		}	
	
	/*Extra*/
	.BlogTopicScroller h1, /* Custom Title */
	.BlogTopicScroller h1 {/* Custom Title */

	}

/* -----[ Version 1.1.3 ]----- */
/* -----[ Feature ID 439 Upgrade to Email Marketing  ]----- */
/* -----[ Add to BlogPro.css  ]----- */


.BlogCommentThread .ListArticleWrapper {/* New DIV added */
}
.BlogCommentThread .ListArticle { /* P tag Changed to DIV tag */
}

.BlogComment .ListSummaryWrapper { /* New DIV added */
}
.BlogComment .ListSummary { /* P tag Changed to DIV tag */
}


