
/*

	CARBIDE COMMENTS CSS
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@ddii.com
	01/16/2008

*/

.CarbideComments
{
	padding: 5px;
	border-top: solid 3px #ABABAB;
	display: block !important;
	clear: both !important;
	margin-bottom: 30px;
}

	.CarbideComments .Header
	{
		display: block;
		clear: both;
		border-bottom: solid 1px #CDCDCD;
		margin-bottom: 10px;
		padding-top: 7px;
	}

		.CarbideComments .Header .AddLink
		{
			display: table;
			float: left;
			margin-bottom: 5px;
			font-weight: bold;
			text-decoration: none;
		}

			.CarbideComments .Header .AddLink a
			{
				text-decoration: none;
			}

			.CarbideComments .Header .AddLink a:hover
			{
				text-decoration: underline;
			}

		.CarbideComments .Header .CommentCount
		{
			display: table;
			float: right;
			margin-bottom: 5px;
		}

		.CarbideComments .Header .Clear
		{
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
		}

	.CarbideComments .CarbideComment
	{
		padding-top: 15px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		display: block !important;
		clear: both !important;
		border-bottom: solid 4px #ABABAB;
		margin-bottom: 10px;
	}

		.CarbideComment .Dim
		{
			color: #CDCDCD;
		}

		.CarbideComment .Links
		{
			display: block;
			clear: both;
			padding-top: 10px;
			padding-bottom: 0px;
		}
		
		.CarbideComment .Links a
		{
			text-decoration: none;
		}

		.CarbideComment .Links a:hover
		{
			text-decoration: underline;
		}

			.CarbideComment .Links .Reply
			{
				display: table;
				float: left;
				font-weight: bold;
				margin-bottom: 5px;
				padding-bottom: 0px;
			}

			.CarbideComment .Links .Admin
			{
				display: table;
				float: right;
				font-weight: bold;
				margin-bottom: 5px;
				padding-bottom: 0px;
			}

			.CarbideComment .Links .Clear
			{
				display: block;
				clear: both;
				height: 1px;
				overflow: hidden;
			}

		.CarbideComment .TitleBar
		{
			display: block;
			clear: both;
			border-bottom: solid 1px #CDCDCD;
			margin-bottom: 10px;
			padding-top: 7px;
		}

			.CarbideComment .TitleBar .Title
			{
				display: table;
				font-size: 125%;
				font-weight: bold;
			}

			.CarbideComment .TitleBar .Author
			{
				display: table;
				float: left;
				margin-bottom: 5px;
			}

			.CarbideComment .TitleBar .Date
			{
				display: table;
				float: right;
				margin-bottom: 5px;
			}

			.CarbideComment .TitleBar .Clear
			{
				display: block;
				clear: both;
				height: 1px;
				overflow: hidden;
			}

		.CarbideComment .Comment
		{
			display: block;
			clear: both;
		}

	.CarbideComments .Nested
	{
		border-left: solid 4px #ABABAB;
		border-bottom: solid 2px #ABABAB;
		background-color: #EAEAEA;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 5px;
		margin-top: 20px;
	}


