/* - - - - - - - - - - - - - - - - - - - - -
Title:     Comments CSS
Author:    Rui Zhang
Created:   2007-10-11
Modified:  2007-10
- - - - - - - - - - - - - - - - - - - - - */

/* Comments on this reciepe */

#comments {
	color:#fff;
	overflow:hidden;
	margin-bottom:0;
}

.standard_window #comments {
	padding:60px 20px 20px 30px;
	margin-left:10px;
	width:670px;
	background:#377fbd url(/images/comments/comments_top_standard.jpg) left top no-repeat;
}

.wide_window #comments {
	padding:60px 30px 20px 30px;
	margin-left:45px;
	width:1100px;
	background:#377fbd url(/images/comments/comments_top_wide.jpg) left top no-repeat;
}

/* Layout for comments */

#comments .read_comments {
	width: 44%;
	float:left;
	margin-right:2%;
}

#comments .make_a_comment {
	width:53.9%;
	height:306px;
	float:left;
	background:url(/images/comments/make_a_comment_bg_standard.jpg) left top no-repeat;
}

.wide_window #comments .make_a_comment {
	background:url(/images/comments/make_a_comment_bg_wide.jpg) left top no-repeat;
}

/* Read comments */

#comments .read_comments h2 {
	border-bottom:1px solid #77a8d2;
	padding-bottom:8px;
	font-weight:normal;
}

#comments .read_comments ul {
}

#comments .read_comments li {
	padding:0 0 5px 0;
	height:100%;
}

#comments .read_comments .author {
	font-weight:bold;
}

#comments .read_comments p {
	line-height:1.6em;
	color:#dbdbdb;
}

#comments .read_comments .datestamp {
	font-size:90%;
	display:none;
}

#comments .read_comments {
}

/* Make a comment */

#comments .make_a_comment h3 {
	margin:25px 0 0 45px;
	height:15px;
	display:block;
	text-indent:-9999px;
	background:url(/images/comments/head_make_a_comment.gif) left top no-repeat;
}

#comments .make_a_comment .form {
	padding:0;
	margin:10px 0 0 45px;
	overflow:hidden;
}

#comments .make_a_comment .form_entry {
	padding:0;
	float:left;
}

#comments .make_a_comment .form_entry.wrap {
	position:relative;
}

#comments .make_a_comment .form_entry_value, 
#comments .make_a_comment .form_action {
	float:left;
	clear:left;
	padding:0;
	padding-bottom:3px;
	margin-bottom:3px;
}

#comments #comment_author_name, 
#comments #comment_author_email {
	width:150px;
}

#comments #comment_body {
	height:49px;
	font-size:1em;
}

#comments .make_a_comment .form_entry_label {
	width:115px;
	height:16px;
	display:block;
	text-indent:-9999px;
	text-align:left;
	margin:0;
	padding:0;
	margin-top:2px;
}

#comments .make_a_comment .form_entry_label.l1 {
	background:url(/images/comments/label_your_name.gif) left top no-repeat;
	
}

#comments .make_a_comment .form_entry_label.l2 {
	background:url(/images/comments/label_your_email.gif) left top no-repeat;
}

/* anti-spam */
#comments .make_a_comment .silent {
	display: none;
}

#comments .make_a_comment .form_entry_label.l3 {
	background:url(/images/comments/label_your_comment.gif) left top no-repeat;
}

#comments .make_a_comment .form_action {
	padding-bottom:0;
}

#comments .make_a_comment .form_action input {
	width:auto;
	border:0;
}

/* Community guidelines show & hide */

.standard_window #comments #comment_body,
.standard_window #comments .make_a_comment .form_entry.wrap {
	width:290px;
}

.wide_window #comments #comment_body,
.wide_window #comments .make_a_comment .form_entry.wrap {
	width:490px;
}

#comments .make_a_comment .community_guidelines {
	height:16px;
	padding-bottom:5px;
}

#comments .make_a_comment .form_entry.wrap {
	position:relative;
}

#comments .make_a_comment .community_guidelines a.hide-show {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:auto;
	height:16px;
	z-index:9998;
}


#comments .make_a_comment .community_guidelines dl.tooltips {
	display:none;
	position:absolute;
	top:15px;
	right:0;

	width:220px;

	margin:15px 0 0;

	border:2px solid #2ec2cb;
	background-color:#fff;
	color:#222;
	z-index:9999;

}

#comments .make_a_comment .community_guidelines dt {
	display:block;
	background:url(/images/comments/tooltips_arrow.gif) 0 0 no-repeat;
	position:relative;
	top:-13px;
	height:13px;
	left:45%;
}

#comments .make_a_comment .community_guidelines a.close {
	position:relative;
	top:-15px;
	background:url(/images/comments/tooltips_close.gif) top right no-repeat;
	display:block;
	text-indent:-9999px;
	text-align:left;
	width:44px;
	height:13px;
	float:right;
	outline:0;
	margin:5px;
	_margin-top:0;
}

#comments .make_a_comment .community_guidelines dd.content {
	padding:0 10px 5px;
}





