﻿	#custom div.close {
		right:-15px;
		top:-10px;
	}
	
	#shade {
		background-image:url(../images/white.png);
		color:#fff;
		padding:50px 70px;
	}
	

/* COMMENTS */
#pending-comment { background-color:#fafafa; padding:20px; border:1px solid #f2f2f2; }

.comment-excerpt {
		color:#333;
		font-weight:bold;
		font-size:1.2em;
		cursor:pointer;
		
}

ol.commentlist {
		margin:0 30px!important;
		clear:both;
		list-style:square;
}

.comment-content {
		margin:20px 0;
		border-right:1px solid #ccc;
		padding:0 20px;
		font-size:0.85em;
}

.reply button {
		cursor:pointer;
		float:left;
		position:relative;
		bottom:15px;
		background-color:#fafafa;
		border:1px solid #f2f2f2;
		padding:1px 2px 1px 2px;
		font-size:0.95em;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		width:80px!important;
}

.reply button:hover {
		font-size:0.95em;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		background-color:#f2f2f2;
		border:1px solid #e2e2e2;
}

.Comment_date {
		padding-bottom:20px;
}

.commentlist li .depth-1,
.commentlist li .depth-2,
.commentlist li .depth-3,
.commentlist li .depth-4,
.commentlist li .depth-5,
.commentlist li .depth-6,
.commentlist li .depth-7,
.commentlist li .depth-8,
.commentlist li .depth-9,
.commentlist li .depth-10 {
		padding-right:20px;
}

/* COMMENTS */
