<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------DIV:COMMENTS------------------------------------*/

div.comments{
	width: 640px;
	margin: 0px auto auto auto;
	padding: 10px 10px 17px 10px;
}

#commentsTop, #commentsBottom {
	text-align: center;
}

#commentTextarea {
	margin: 20px 0px 20px 125px;
}

div.comments textarea{
	width: 75%;
	height: 100px;
	font-size: 11px;
	font-family: Arial,Sens-Serif;
	display: inline-block;
}

div.commentIcons {
	width: 50px;
	display: inline-block;
	margin-bottom: 10px;
}

/*---------------------------- individual comment styling ------------------------- */
div.comment {
	margin-bottom: 10px;
	background: #D4D4D4 url( '../images/comment-content.png' ) right;
	background-size:100% 100%;
	border:1px solid #CCC;
	overflow: auto;
	position: relative;
	border-radius: 4px;
}

div.comment.unread {
	border:1px solid #33f;
}

div.comment.read {
/*
	opacity: 0.70;
*/
}

div.comment.not_approved {
	border:1px solid #fa0;
}

/* the avatar */
div.comment .avatar{
	float: right;
	margin: 8px 8px 8px 8px;
	border-style: none;
	border-radius: 4px;
}

div.comment .commentHeader {
	background: #C4C4C4 url( '../images/comment-header.png' ) right;
	background-size:100% 100%;
	float: left;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	color: #999;
}

div.comment .commentHeaderParentLink {
	color: #999;
}

div.comment .commentFooter {
	padding-left: 5px;
	color: #999;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.comment .commentFooterPadding {
	padding-bottom: 23px;
}

div.comment .postOptions {
	float: right;
	padding-right: 6px;
}

div.comment .postOptions a {
	color: #000;
}

div.comment .postOptions img {
	border: none;
	width: 17px;
}

div.comment .commentUsername {
	color: #000;
	font-size: 120%;
	margin-left: 9px;
	font-weight: bold;
	text-decoration: none;
}

#commentCancel {
	cursor: pointer;
	width: 38px;
	height: 39px;
	background: transparent url('/images/wrong.png') center top no-repeat;
}
 
#commentCancel:hover {
	background-image: url('/images/wrong_color.png');
}

#commentSubmit {
	cursor: pointer;
	width: 38px;
	height: 39px;
	background: transparent url('/images/tick.png') center top no-repeat;
}

#commentSubmit:hover {
	background-image: url('/images/tick_color.png');
}

div.commenttext {
	padding: 35px 10px 10px 15px;
	color: #000000;
	word-wrap: break-word;
}

div.commenttext img {
	max-width: 500px;
	max-height: 500px;
	width: 100%;
	height: 100%;
	border-style: none;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 3px solid #aaa;
}

.asciiart {
	font-family: monospace;
	white-space: pre;
}

.hide_header {
	text-decoration: underline;
	cursor: pointer;
}
.hide_header .hide_img {
	width: 16px;
	height: 16px;
	vertical-align: -35%;
}
.hide_content {
	display: none;
	position: relative;
	left: 25px;
}</pre></body></html>