/***********************************************************************
 * Project:	toazter.ch homepage - comment style
 * Author:	Roland Hostettler <r.hostettler@gmx.ch>
 * Date:	2009-04-10
 * Version:	2.0
 *	
 * History
 * Author	Date		Changes
 * hr		09-04-10	Created
 **********************************************************************/

/***********************************************************************
 * Color codes used:
 * #0000ff - standard blue
 * #cccfe3 - light blue
 * #8990c2 - little darker blue 
 **********************************************************************/

/***********************************************************************
 * Comment Styles (copied from original theme)
 **********************************************************************/
div.comment
{
	border-top: 1px dotted #d4d0cd;
	padding-top: 0.5em;
	background: url('./imgs/comments.gif') no-repeat;
	background-position: top right;
	margin-top: 1.5em;
}
	
.commentposterinfo
{
	color: #b8b2ac;
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 1em;
	font-weight: bold;
}
	
h2.commentheader
{
	font-size: medium;
	color: #b8b2ac;
	font-weight: normal;
}
	
.reply
{
	font-weight: normal;
	font-size: small;
}

div.commenttext
{
	margin-bottom: 1em;
}

#CommentForm fieldset 
{
	border: 2px solid #d4d0cd; 
	padding-top: 10px; 
	margin-top: 10px; 
	padding-left: 10px; 
	padding-bottom: 10px;
}

#CommentForm legend 
{
	color: #525150;
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
	font-weight : bold;
}

#CommentForm label
{
	width: 20em;
	float: left;
	display: block;
	clear: both; 
	float: left;
	margin-top: 8px;
	margin-bottom: 0px;
}
	
#CommentForm input
{
	margin-top:	8px;
	margin-bottom: 8px;
}
	
#Submit
{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6em;
}
	
#CommentForm textarea 
{
	margin-top: 8px;
	margin-bottom: 0px;
}

/***********************************************************************
 * EOF
 **********************************************************************/

