/* 	[ 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 */
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 90%;
}
	.BlogDiscussion h1 {/* Custom Title */
		padding: 0;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: .4em;
		margin-left: 0;	
	}
	.BlogDiscussion p {/* Custom Summary */
	padding: 0;
	margin: 0;
	}

	/* === [ Discussion List Table ] === */

			.DiscussionList { /* Table */
	border: 1px solid #43bb57;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
			}
				.DiscussionList td {
	background-color: #edf6d9;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
				}
				.DiscussionList .FirstColumn {/* First column */
	width: 70%;
	line-height: 24px;
	font-weight: bold;
				}
				.DiscussionList .SecondColumn, /* Second column */
				.DiscussionList .ThirdColumn {/* Third column */
	width: 15%;
	text-align: right;
	line-height: 24px;
	vertical-align: middle;
				}
					.DiscussionList .SecondColumn span, /* Second column */
					.DiscussionList .ThirdColumn span, /* Third column */
					.DiscussionList .ForthColumn span {/* Third column */


					}
			.DiscussionList .Heading {/* Table Headings */
				text-transform: uppercase;
				font-size: 75%;
			}
			.DiscussionList .ListTitle {/* List Title Link */
				font-size: 110%;
				background-image: url(../../Templates/_images/icon_bullet.gif);
				background-position: left center;
				background-repeat: no-repeat;
				margin-top: 0px;
				margin-right: 4px;
				margin-bottom: 0px;
				margin-left: 0px;
				padding-left: 20px;
				border-top-style: none;
				border-right-style: none;
				border-bottom-style: none;
				border-left-style: none;
			}
				.DiscussionList .ListTitle a:visited, 
				.DiscussionList .ListTitle a:link, 
				.DiscussionList .ListTitle a:hover {
					color: #43bb57;
				}
			.DiscussionList .ListSummary {/* Summary Link */
					display: inline;
			}
				.DiscussionList .ListSummary a:visited, 
				.DiscussionList .ListSummary a:link, 
				.DiscussionList .ListSummary a:hover {
				}
		
/* === [ Blog Topic ] === */

.BlogTopic {/* Outer DIV */
	margin: 10px 0px;
	padding: 0px;
	font-size: 90%;
}
	.BlogTopic h1 {/* Custom Title */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .4em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #666666;
	}
	.BlogTopic p {/* Custom Summary */
		padding: 0;
		margin: 0;
	}

		.BlogTopicThread {/* Outer DIV */
			margin: 10px 0px;
			padding: 0px;
		}
			.BlogTopicThread h2 {/* Custom Title */
	margin: 0;
	background-image: url(../../Templates/_images/blog-cell-bck.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
	color: #43bb57;
			}
			.BlogTopicThread p {/* Custom Summary */
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
			}
		
	/* === [ Topic List Table ] === */

			.TopicList { /* Table */
	margin: 10px 0px;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 110%;
			}
				.TopicList td {
	background-color: #F0F0F0;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	text-indent: 10px;
				}
				.TopicList .FirstColumn {/* First column */
	background-image: none;
	width: 90%;
				}
				.TopicList .SecondColumn, /* Second column */
				.TopicList .ThirdColumn, /* Third column */
				.TopicList .ForthColumn {/* Third column */
	width: 10%;
	text-align: right;
	background-color: #FBFBFB;
				}
					.TopicList .SecondColumn span, /* Second column */
					.TopicList .ThirdColumn span, /* Third column */
					.TopicList .ForthColumn span {/* Third column */
	font-size: 85%;
	display: block;
	font-style: italic;
	color: #999999;
	text-align: center;
					}
			.TopicList .Heading {/* Table Headings */
	text-transform: uppercase;
	font-size: 86%;
	font-weight: bold;
	text-align: center;
			}
.TopicList   .ListTitle  {/* List Title Link */
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}
				.TopicList .ListTitle a:visited, 
				.TopicList .ListTitle a:link, 
				.TopicList .ListTitle a:hover {
					color: #43bb57;
				}
			.TopicList .ListSummary {/* Summary Link */
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	height: 140%;
	background-color: #FFFFFF;
	color: #666666;
	font-style: italic;
			}
				.TopicList .ListSummary a:visited, 
				.TopicList .ListSummary a:link, 
				.TopicList .ListSummary a:hover {
					white-space: nowrap;
				}

/* === [ Blog Comments ] === */

.BlogComment {/* Outer DIV */
clear:none;
float:left;
margin:10px 0px;
padding:0px 0px 10px;
position:relative;
width:100%;
}
	.BlogComment h1 {/* Custom Title */
	padding: 0;
	margin: 0;
	
	}
	.BlogComment p {/* Custom Summary */
	padding: 0;
	margin: 0;
	color: #000000;
	}

/* === [ Comment Thread ] === */

	.BlogCommentThread {
	padding: 4px;
	background: #EFEFEF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
		/* Custom Title */
		.BlogCommentThread .ListCustomTitle {
		border-bottom: none;
		}
		.BlogCommentThread .ListCustomTitle a{
			color: #666666;
	
		}
	
		/* Title */
			.BlogCommentThread .ListTitle {

			}
			.BlogCommentThread .ListTitle a:visited, 
			.BlogCommentThread .ListTitle a:link, 
			.BlogCommentThread .ListTitle a:hover {
	color: #F8943C;
			}
	
		/* Date, Keywords */
			.BlogCommentThread .ListItemDate,
			.BlogCommentThread .ListAuthor {
	color: #000000;			
			}
	
		/* Summary */
			.BlogCommentThread .ListSummary {
			}
			.BlogCommentThread .ListSummary a {

			}
	
/* === [ Comment List ] === */
	
			.BlogComment .ListHolder {
	margin: 0px;
	padding: 0px;
	clear: right;
			}
			.BlogComment .ListItem {
background-color:#FFFFFF;
border-style:none;
clear:both;
display:block;
float:none;
min-height:30px;
padding:8px;
width:auto;
			}
				/* 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 {
	color: #666666;
	font-size: 12px;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	float: right;
	clear: both;
	font-weight: normal;
	margin: .2em;
					}
				/* Summary */
					.BlogComment .ListSummary {
					}
					.BlogComment .ListSummary a {
					}
				/* EndItem (Visual break between each list item) */
					.BlogComment .ListEndItem {
					}
	
/* === [ Topic and Comment Forms ] === */

.TopicForm,
.CommentForm {/* Outer DIV */
	margin: 10px 0px;
	padding: 0px;
}
	.TopicForm h1, /* Custom Title */
	.CommentForm h1 {/* Custom Title */
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../../Templates/_images/icon_blog_post.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	line-height: 30px;
	width: 99%;
	}
		.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;
		}
/* Table Hacks */
* html .TopicList {
width:auto;}
* html .DiscussionList {
width:auto;}
