/*
+--------------------------------------
|   Wiccle v1.00
|   ==================================
|   by Markus Loponen & Keith Killilea
|   (c) 2009-2010 Wiccle Ltd.
|   http://www.www.wiccle.com
|   Email: info@wiccle.com
|   ==================================
|   Time: 2010-04-16 | File version: 1.00
+-------------------------------------
|  	Please read the Wiccle license 
|   Available at docs/license.txt
+-------------------------------------
*/




.comment_area_wrapper {
	margin-bottom: 0px;
	padding: 5px;
	border: 1px solid #ddd; 
}

.comment_wrapper {
	background-color: #f8f8f8;
	padding: 0px;
	border: 1px solid #ddd;
	margin-bottom: 7px;
}

.comment_wrapper  h5 {
	background-color: #e5e5e5;
	margin-bottom: 0px;
	font-size: 85%;
}


.comment_metadata {
	border: 1px solid #ddd;
	border-left: 0px;
	border-top: 0px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 85%;
	float: left;
	line-height: 16px;
	margin-right: 10px;
}

.comment_text {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 90%;
}

.comment_text p {
	margin-bottom: 7px;
	margin-top: 7px;
	
}
.comment_deleted {
	font-style: italic;
	color: #999;
}

.comment_button {
	border: 1px solid #ddd; 
	cursor: pointer;
	font-size: 87%;
	height: 22px;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}


.comment_button:hover {
	background-color: #ddd;
	border: 1px solid #ccc; 
}

