﻿/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ BLOG ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ Discussion List ] === */

.BlogDiscussion {/* Outer DIV */
	position: relative;
	clear: both;
	margin: 0px 0px 10px 0px;
}
	.BlogDiscussion h1 {/* Custom Title */
	}
	.BlogDiscussion p {/* Custom Summary */
	}

	/* === [ Discussion List Table ] === */

			.DiscussionList { /* Table */
			}
				.DiscussionList td {
					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%;
			}
			.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 */
	position: relative;
	clear: both;
}
	.BlogTopic h1 {/* Custom Title */
	}
	.BlogTopic p {/* Custom Summary */
	}

		.BlogTopicThread {/* Outer DIV */
			position: relative;
			clear: both;
		}
			.BlogTopicThread h2 {/* Custom Title */
			}
			.BlogTopicThread p {/* Custom Summary */
			}
		
	/* === [ Topic List Table ] === */

			.TopicList { /* Table */
				margin: 10px 0px;
				width: 100%;
			}
				.TopicList td {
					padding: 0px 2px;
					vertical-align: top;
				}
				.TopicList .FirstColumn {/* First column */
					width: 55%;
				}
				.TopicList .SecondColumn, /* Second column */
				.TopicList .ThirdColumn, /* Third column */
				.TopicList .ForthColumn {/* Third column */
					width: 15%;
					text-align: right;
				}
					.TopicList .SecondColumn span, /* Second column */
					.TopicList .ThirdColumn span, /* Third column */
					.TopicList .ForthColumn span {/* Third column */
						font-size: 85%;
					}
			.TopicList .Heading {/* Table Headings */
				text-transform: uppercase;
				font-size: 75%;
			}
			.TopicList .ListTitle {/* List Title Link */
			}
				.TopicList .ListTitle a:visited, 
				.TopicList .ListTitle a:link, 
				.TopicList .ListTitle a:hover {
				}
			.TopicList .ListSummary {/* Summary Link */
			}
				.TopicList .ListSummary a:visited, 
				.TopicList .ListSummary a:link, 
				.TopicList .ListSummary a:hover {
				}

/* === [ Blog Comments ] === */

.BlogComment {/* Outer DIV */
	position: relative;
	clear: both;
}
	.BlogComment h1 {/* Custom Title */
	}
	.BlogComment p {/* Custom Summary */
	}

/* === [ Comment Thread ] === */

	.BlogCommentThread {
		position: relative;
		clear: both;
		margin: 10px 0px;
	}
		/* Custom Title */
		.BlogCommentThread .ListCustomTitle {
			padding: 10px 20px;
		}
	
		/* 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,
.CommentForm {/* Outer DIV */
	position: relative;
	clear: both;
}
	.TopicForm h1, /* Custom Title */
	.CommentForm h1 {/* Custom Title */
		text-transform: uppercase;
	}
		.FormItem {/* Layout */
		}
		.FormTitle {/* form item title */
			font-size: 120%;
			text-transform: uppercase;
			margin: 6px 0px 2px 0px;
		}
		.FormField {/* form item textbox */
		}
			.FormField input {/* form item textbox */
				font-family: sans-serif;
				background: #a9a9a9;
				font-size: 12px;
				width: 250px;
				border: 1px solid #a9a9a9;
				
			}
			.FormField textarea {/* form item textbox */
				font-family: sans-serif;
				background: #a9a9a9;
				font-size: 12px;
				width: 250px;
				border: 1px solid #a9a9a9;
			}
		.FormButton {/* form submit button */
			margin: 10px 0px 20px 0px;
		}
		.FormButton input img {/* form submit button */
				width: auto;
		}



/* Discussion List Div Styles */
.BlogDiscussionScroller{
}
	/* Default Theme */
	.BlogDiscussionScroller .ListHolder {
	}
	.BlogDiscussionScroller .ListItem{
		clear:none;
		width:95%;
	}
	.BlogDiscussionScroller .ListTitle{
	}
	.BlogDiscussionScroller .ListSummary {
	}
	.BlogDiscussionScroller .ListSummary a {
	}
	.BlogDiscussionScroller .ListKeywords {
	}
	.BlogDiscussionScroller .ListKeywords span{
	}	
	.BlogDiscussionScroller .ListEndItem{
	}

	
	
/*Topic List Div Styles */	
.BlogTopicScroller{
}
	/* Default Theme */
	.BlogTopicScroller .ListHolder{
	}
	.BlogTopicScroller .ListSubHolder{
		position: relative;
		clear: both;
		width: auto;
		margin: 10px 0px;
		vertical-align: top;
	}
	.BlogTopicScroller .ListItem{
		clear:none;
		width:95%;
	}	
	.BlogTopicScroller .ListCustomTitle {	
	}
	.BlogTopicScroller .ListTitle {	
	}
	.BlogTopicScroller .ListAuthor {	
	}	
	.BlogTopicScroller .ListSummary {
		clear:both;
	}
	.BlogTopicScroller .ListSummary a {
	}	
	.BlogTopicScroller .ListKeywords {
	}
	.BlogTopicScroller .ListKeywords span{
	}	
	.BlogTopicScroller .ListCreatedDate{
	}
	.BlogTopicScroller .ListCreatedDate span{
		clear:both;
	}	
	

.CaptchaControl {
	margin: 10px 0px 0px 0px;
}



