
/* Global
 --------------------------------------------------------------------------- */

#global_comments_wrap .addClear {
	clear: both;
}	

#global_comments_wrap a {
	color: #70c426;
	text-decoration: none;
}

#global_comments_wrap a:hover {
	text-decoration: underline;
}

#global_comments_wrap {
	width: 100%;
	margin: 0 auto;
	color: #333333;
	font-family: 'Calibri', 'Trebuchet-MS', Arial;
	font-size: 14px;
}

#global_comments_wrap p {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Prev and Next Pagination Links
 --------------------------------------------------------------------------- */

#global_comments_wrap .comment_pagination {
	height: 20px;
        padding: 10px 10px 30px 10px;
        background: #2d2d2d;
        display: inline-block;
}

#global_comments_wrap .comment_pagination h3 {
	float: left;	
	position: relative;
	width: 137px;
	height: 20px;
	background: url(../images/comments-icon.png) no-repeat;
}

#global_comments_wrap .comment_pagination .comment_total {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	color: #1a1a1a;
	font-size: 11px;
	width: 28px;
	text-align: center;
}

#global_comments_wrap .comment_pagination .comments_text {
	height: 30px;
	width: 130px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #d9d9d9;
	display: none;
	padding-left: 10px;
	color: #545454;
}

#global_comments_wrap .pagination_links {
	height: 20px;
	line-height: 20px;
	float: right;
}

#global_comments_wrap .record_set {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
}

#global_comments_wrap .prev_comments_link {
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(../images/paginate-left.png) no-repeat;
}

#global_comments_wrap .next_comments_link {
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(../images/paginate-right.png) no-repeat;
}

#global_comments_wrap .next_comments_link span, 
#global_comments_wrap .prev_comments_link span {
	display: none;
}	

/* Leave Comment Form
 --------------------------------------------------------------------------- */

#global_comments_wrap #leave_comment_wrap {
	padding-bottom: 20px;
}	

#global_comments_wrap #leave_comment_wrap .add_reply_field_wrap {
	width: 100%;
}

#global_comments_wrap .add_comment_textarea {
	border: 0;
	background: none;
	font-family: 'Calibri', 'Trebuchet-MS', Arial;
	font-size: 14px;
	color: #646464;
	width: 100%;
}	


/* Comment Wrap
 --------------------------------------------------------------------------- */

#global_comments_wrap .comment_wrap {
	margin-bottom: 10px;
	width: 100%!important;
}

#global_comments_wrap .comment_author_wrap {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

#global_comments_wrap .avatar_sheen {
	left: 0;
    position: absolute;
    top: 0;
    z-index: 10;	
}

#global_comments_wrap .comment_entry_wrap {
	width: 100%;	
	float: right;
	background: url(../images/entry-wrap-arrow.png) no-repeat 0 16px;
}

/* Rating
 --------------------------------------------------------------------------- */

#global_comments_wrap .rate_score {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	line-height: 14px;
	position: relative;
}

#global_comments_wrap .positive {
	color: #94d633;
}

#global_comments_wrap .negative {
	color: #ea2323;	
}

#global_comments_wrap .neutral {
	color: #777777;	
}

#global_comments_wrap .vote_number {
	
}

#global_comments_wrap li.rate_up a.voted {
	background: url(../images/voted-up.png) no-repeat;
}

#global_comments_wrap a.vote_up {
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../images/rate-up-arrow.png) no-repeat;
}

#global_comments_wrap li.rate_down a.voted {
	background: url(../images/voted-down.png) no-repeat;
}

#global_comments_wrap a.vote_down {
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../images/rate-down-arrow.png) no-repeat;
}

/* Comment Entries
 --------------------------------------------------------------------------- */

#global_comments_wrap .comment_entry {
	background: #f5f5f5;
	padding: 10px 10px 0px 10px;
}

#global_comments_wrap .comment_author {
	font-size: 16px;
	font-weight: bold;
}

#global_comments_wrap .comment_timestamp {
	font-size: 10px;
}	

#global_comments_wrap .comment_entry hr {
	color: #4b4b4b;
	border: 0;
	height: 1px;
	background-color: #4b4b4b;
	margin: 10px 0 0 0;
}

/* Comment Status Bar
 --------------------------------------------------------------------------- */

#global_comments_wrap .comment_status_bar {
	padding: 8px 10px;
	min-height: 14px;
	background: #f5f5f5;
        overflow: auto;
}

#global_comments_wrap .rate_comment {
	float: left;
	height: 14px;
}

#global_comments_wrap .rate_comment li {
	float: left;	
	margin-right: 1px;
}

#global_comments_wrap .reply_controls {
	float: right;
	font-size: 12px;
	text-align: right;
}

#global_comments_wrap .reply_controls li {
	display: inline;
}	

#global_comments_wrap .reply_link, 
#global_comments_wrap .report_link, 
#global_comments_wrap .delete_link, 
#global_comments_wrap .delete_child {
	color: #666666;	
	font-weight: bold;
	padding-left: 10px;
}

#global_comments_wrap .hide_replies_link {
	color: #999999;
	padding-right: 13px;
	padding-left: 10px;
	background: url(../images/toggle-up-arrow.png) right center no-repeat;
	font-weight: bold;
}

#global_comments_wrap .show_replies_link {
	color: #999999;
	padding-right: 13px;
	padding-left: 10px;
	background: url(../images/toggle-down-arrow.png) right center no-repeat;
	font-weight: bold;
}

/* Comment Replies
 --------------------------------------------------------------------------- */

#global_comments_wrap .comment_reply {
	padding: 10px 10px 0px 10px;
	background: #444444;
}

#global_comments_wrap .comment_reply hr {
	color: #4b4b4b;
	border: 0;
	height: 1px;
	background-color: #585858;
	margin: 10px 0 0 0;
}

#global_comments_wrap .reply_user_wrap {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #555555;
	float: left;
	position: relative;
}

#global_comments_wrap .reply_user_wrap .display_avatar {
	width: 40px;
	height: auto;
}

#global_comments_wrap .reply_entry {
	width: 100%;
	float: right;
}

#global_comments_wrap .comment_replies_wrap {
	display: none;	
}

#global_comments_wrap .comment_replies_wrap .odd .reply_user_wrap {
	background: #444444;	
}

#global_comments_wrap .comment_replies_wrap .odd hr {
	color: #4b4b4b;
	border: 0;
	height: 1px;
	background-color: #636363;
}

#global_comments_wrap .comment_replies_wrap .odd {
	background: #555555;
}

/* Add Reply
 --------------------------------------------------------------------------- */

#global_comments_wrap .even_reply {
	background: #eeeeee!important;	
        width: 100%;
}

#global_comments_wrap .odd_reply {
	background: #f5f5f5!important;
        width: 100%;
}

#global_comments_wrap .even_reply hr {
	color: #bebebe!important;
	background-color: #bebebe!important;
}

#global_comments_wrap .odd_reply hr {
	color: #c3c3c3!important;
	background-color: #c3c3c3!important;
}

#global_comments_wrap .add_reply_wrap {
	padding: 10px;
	background: #eeeeee;
	display: none;
        width: 100%;
}

#global_comments_wrap .add_reply_avatar {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	position: relative;
}

#global_comments_wrap .display_avatar {
	width: 60px;
	height: auto;
}

#global_comments_wrap .add_reply_field_wrap {
	float: right;
	width: 100%;
	background-color: #F3F3F3;
    border: 2px solid #8ED330;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px #B9F746;
    color: #747474;
    font-size: 14px;
    min-height: 24px;
    padding: 12px 7px 12px 10px;
    position: relative;
	margin-bottom: 8px;
}

#global_comments_wrap .leave_comment_arrow {
	left: -10px;
    position: absolute;
    top: 10px;
    z-index: 10;	
}

#global_comments_wrap .add_reply_controls {
	height: 30px;
}

#global_comments_wrap .cancel_comment_btn {
	width: 64px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
	background: #b9b9b9; /* Old browsers */
	background: -moz-linear-gradient(top, #b9b9b9 0%, #646464 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#646464)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9b9b9 0%,#646464 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9b9b9 0%,#646464 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b9b9b9 0%,#646464 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B9B9B9', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b9b9b9 0%,#646464 100%); /* W3C */	padding: 0;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	webkit-box-shadow: 0px 2px 2px #8c8b8b;
	-moz-box-shadow: 0px 2px 2px #8c8b8b;
	box-shadow: 0px 2px 2px #8c8b8b; 
	text-shadow: px 1px 1px #;
	filter: dropshadow(color=#, offx=, offy=1); 
	margin-right: 8px;
}

#global_comments_wrap .add_comment_btn {
	width: 116px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
	background: #9edc36; /* Old browsers */
	background: -moz-linear-gradient(top, #9edc36 0%, #54b61d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9edc36), color-stop(100%,#54b61d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9edc36 0%,#54b61d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9edc36 0%,#54b61d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9edc36 0%,#54b61d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9EDC36', endColorstr='#54B61D',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9edc36 0%,#54b61d 100%); /* W3C */
	padding: 0;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	webkit-box-shadow: 0px 2px 2px #8c8b8b;
	-moz-box-shadow: 0px 2px 2px #8c8b8b;
	box-shadow: 0px 2px 2px #8c8b8b; 
	text-shadow: px 1px 1px #;
	filter: dropshadow(color=#, offx=, offy=1); 
}

#global_comments_wrap .add_reply_textarea {
	border: 0;
	background: none;
	font-family: 'Calibri', 'Trebuchet-MS', Arial;
	font-size: 14px;
	color: #646464;
	width: 100%;
}

/* Below Voting Threshold
 --------------------------------------------------------------------------- */

#global_comments_wrap .threshold_notice {
	padding-left: 85px;
	text-align: center;
	font-style: italic;
	padding-bottom: 8px!important;
}

#global_comments_wrap .below_voting_threshold .hide_bg {
	background-image: none;
}

#global_comments_wrap .below_voting_threshold .comment_author_wrap, 
#global_comments_wrap .below_voting_threshold .comment_entry, 
#global_comments_wrap .below_voting_threshold .comment_replies_wrap, 
#global_comments_wrap .below_voting_threshold .reply_link, 
#global_comments_wrap .below_voting_threshold .delete_link {
	display: none;	
}