﻿/* 	[ 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;
	padding: 0px;
}
	.BlogDiscussion h1 {/* Custom Title */
		padding: 0;
		margin: 0;
	}
	.BlogDiscussion p {/* Custom Summary */
		padding: 0;
		margin: 0;
	}

	/* === [ 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%;
			}
			.DiscussionList .ListTitle {/* List Title Link */
					display: inline;
					margin: 0px 4px 0px 0px;
			}
				.DiscussionList .ListTitle a:visited, 
				.DiscussionList .ListTitle a:link, 
				.DiscussionList .ListTitle a:hover {
				}
			.DiscussionList .ListSummary {/* Summary Link */
					display: inline;
			}
				.DiscussionList .ListSummary a:visited, 
				.DiscussionList .ListSummary a:link, 
				.DiscussionList .ListSummary a:hover {
				}
		
/* === [ Blog Topic ] === */

.BlogTopic {/* Outer DIV */
	position: relative;
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}
	.BlogTopic h1 {/* Custom Title */
		padding: 0;
		margin: 0;
	}
	.BlogTopic p {/* Custom Summary */
		padding: 0;
		margin: 0;
	}

		.BlogTopicThread {/* Outer DIV */
			position: relative;
			clear: both;
			margin: 10px 0px;
			padding: 0px;
		}
			.BlogTopicThread h2 {/* Custom Title */
				padding: 0;
				margin: 0;
			}
			.BlogTopicThread p {/* Custom Summary */
				padding: 0;
				margin: 0;
			}
		
	/* === [ Topic List Table ] === */

			.TopicList { /* Table */
				margin: 10px 0px;
				width: 100%;
				border: 1px solid #CCCCCC;
			}
				.TopicList td {
					padding: 0px 2px;
					background-color: #EFEFEF;
					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 {
					white-space: nowrap;
				}

/* === [ 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;
	}

/* === [ Comment Thread ] === */

	.BlogCommentThread {
		position: relative;
		clear: both;
		margin: 10px 0px;
		padding: 10px;
		background: #EFEFEF;
	}
		/* Custom Title */
		.BlogCommentThread .ListCustomTitle {
		}
	
		/* 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;
	margin: 10px 0px;
	padding: 0px;
}
	.TopicForm h1, /* Custom Title */
	.CommentForm h1 {/* Custom Title */
		padding: 0;
		margin: 0;
		font-size: 100%;
		font-weight: bold;
	}
		.FormItem {/* Layout */
			background-color: #EFEFEF;
			font-size: 90%;
			margin: 1px;
			padding: 4px;
		}
		.FormTitle {/* form item title */
		}
		.FormField {/* form item textbox */
		}
			.FormField textarea {/* form item textbox */
				font-family: sans-serif;
			}
		.FormButton {/* form submit button */
			padding: 10px 0px;
		}

