@charset "utf-8";
/*****************************************************

	Trefoil Guild CSS
	Created by Andrew McEwan / The Web Workshop Ltd
	
	Summaries CSS for News, Celebrate & International
	
******************************************************/

ul#comments {
	list-style-type:none;
	width:500px;
	padding:10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul#comments li {
	padding-bottom:30px;
	float:left;
	width:500px;
	}
	
ul#comments li p.myComment {
	padding-bottom:15px;
	width:500px;
	color:#333333;
	line-height:2em;
	}
	
ul#comments li blockquote {
	padding-bottom:30px;
	padding-left:30px;
	width:400px;
	color:#333333;
	line-height:1.6em;
	font-size:0.9em;
	}
	
ul#comments li cite {
	padding-bottom:15px;
	width:500px;
	color:#333333;
	line-height:2em;
	font-weight:bold;
	font-style:italic;
	}
	
ul#comments li p.sendAnEmail a {
	background-color:#fff;
	background-image:url(../img/icons/icon_comment_001.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	border:0px;
	color:#48A4FF;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	margin-left:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	line-height:15px;
	text-decoration:none;
	clear:left;
	font-size:1.2em;
	}
	
ul#comments li p.sendAnEmail a:hover {
	text-decoration:underline;
	}
	
.commentNowButton {
	border:none;
	margin-bottom:80px;
	margin-left:10px;
	}

form#sendAnEmailForm,
form#sendCommentForm {
	}
	
form#sendAnEmailForm label,
form#sendCommentForm label {
	width:100px;
	float:left;
	font-size:1.0em;
	margin-bottom:5px;
	text-align:right;
	padding-right:10px;
	}
	
form#sendAnEmailForm input,
form#sendCommentForm input {
	width:200px;
	float:left;
	border:1px solid #666666;
	padding:5px;
	margin-bottom:5px;
	}
	
form#sendAnEmailForm textarea,
form#sendCommentForm textarea {
	width:200px;
	float:left;
	border:1px solid #666666;
	padding:5px;
	margin-bottom:5px;
	}
	
input.popUpSubmitButton {
	margin-left:110px;
	font-weight:bold;
	}
	
/*p#sendAComment a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	background-color:#cccccc;
	border:1px solid #999999;
	color:#000;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	margin-left:40px;
	}
	
p#sendAComment a:hover {
	background-color:#666666;
	}*/
	
p#sendAComment a {
	background-color:#fff;
	background-image:url(../img/icons/icon_comment_001.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	border:0px;
	color:#48A4FF;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	margin-left:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	line-height:15px;
	text-decoration:none;
	clear:left;
	font-size:1.6em;
	}

p#sendAComment a:hover {
	text-decoration:underline;
	}

