@charset "UTF-8";
/* CSS Document */


/* COMMENTS */
.comment {
	width:520px;
	margin:0 auto;
	padding-top:20px;
	
}

.comment h2 {
	font-size:18px;
	font-weight:bold;
}

.comment .comment_title {
	border-bottom:2px #000 solid;
	margin: 15px 0px;
	
}

div.add_comment h2 {
margin-top:10px;
border-bottom:2px solid #000;
padding-bottom:5px;
margin-bottom:10px;
}

.comment .alignleft {
	float:left;
}

.comment .alignright {
	float:right;
/*	margin-top: 15px;*/
  font-size: 13px;
}

.comment .small_grey {
  color:#535353;
  font-size:13px;
}
.comment .small_grey a, span.small_grey a:visited  {
  color:#535353;
}
.comment .small_grey a:hover, span.small_grey a:visited:hover  {
  color:#535353;
}

.comment .comment_avatar_shell {
  width:70px;
  float:left;
}

.comment a:link.btn_add_comment, .comment a:visited.btn_add_comment  {
  color:#535353;
  margin-bottom:5px;
}

.comment a:hover.btn_add_comment {
  color:#535353;
}

.comment .comment_post {
/*	border-bottom:1px #000 solid;*/
/*	padding:20px 0px;*/
}

.comment .comment_author_avatar {
  	float: left;
  	width: 69px;
  	height: 69px;
  	border: 1px solid #E1E1E1;
  	margin-right: 15px;
  }

.comment .comment_author_avatar img {
	margin-left:4px;
	margin-top:4px;
/*	width:48px;*/
/*	height:48px;*/
}

.comment .comment_details {
	width:385px;
	float:left;
}

.comment .bypostauthor .comment_author {
	color:#CC0000;
}

.comment .comment_author a:link, .comment_author a:visited {
	color:#666666;
}

.comment .bypostauthor a:link, .bypostauthor a:visited {
	color:#cc0000;	
}

.comment .comment_author a:hover {
	color:#535353;
}

.comment .comment_author span {
	color:#535353;	
}

.comment a:link.quote_this_comment, a:visited.quote_this_comment {
	color:#535353;
	font-size: 13px;
}

.comment a:hover.quote_this_comment {
	color:#535353;
	font-size: 13px;
}


.comment .quote_display .left {
  float:left;
  width:350px;
}

.comment .ajax-loader {
  float:left;
  width:18px;
  height:18px;
  margin:12px 0 0 10px;
}

.comment .submit_comment {
  margin:10px 0px;
}

.comment .quote_display .quote_close {
  float:left;
  cursor:pointer;
}

.comment a:hover.btn_voteup {
	background-position:0px -26px;	
}

.comment a:hover.btn_votedown {
	background-position:0px -26px;	
}

.comment .comment_details blockquote {
	margin-bottom:20px;
	background:url(/images/icons/comment_quote.jpg) left top no-repeat;
	background-color:#F3F3F3;
	font-size: 13px;
	padding:5px 0px;
	padding-left: 2.2em;
}

.comment .bottom_quote {
  margin-top:5px;
  margin-bottom:5px;
	background:url(/images/icons/comment_quote_bottom.jpg) right bottom no-repeat;
	padding-right:2.2em;
	background-color:#F3F3F3;
}

.comment .comment_details .bottom_quote {
  width: 418px;
}

.comment .quote_selector .bottom_quote {
  width: 413px;
}


.comment .add_comment_form .quote_box {
	background:url(/images/icons/comment_quote.jpg) left top no-repeat;
	padding-left:2.2em;
}

.comment .quote_box textarea {
  border:none;
  color:#666666;
  padding: 5px 0px;
  background-color:#F3F3F3;
  width:97%;
  font-size: 13px;
  font-family:Arial,Helvetica,sans-serif,Tahoma;
}

.comment .quote_display a.close {float:right;margin:0px 0px 0 0;display:block;color:#222;}
.comment .quote_display a.close:hover {color:#7F7F7F;}
.comment .quote_display a.close span {color:#fcb03b;}

.comment .quote_display {
  padding:5px;
  margin-bottom:10px;
  font-size: 13px;
  	border:1px solid #E1E1E1;
}

.comment .add_comment .comment_author_avatar {
	float:left;
	margin-right:2px;
}

.comment .add_comment_form {
	width:440px;
	float:right;
}

.comment .add_comment_form .alignleft {
	margin-top:10px;
	width:188px;
}

.comment .add_comment_form .or {
	font-size:20px;
	float:left;
	width:50px;
	text-align:center;
	margin-top:20px;
}
.comment .add_comment_form .alignright {
	margin-top:10px;
	width:200px;
}

.comment .comment_input {
  float:left;
  margin-bottom:10px;
}
.comment .comment_input input {
	width:180px;
	height:17px;
	display:block;
	font-size:13px;
	padding:2px;
	border:1px solid #E1E1E1;
  font-family:Arial,Helvetica,sans-serif,Tahoma;
}

.comment .add_message textarea {
	width:428px;
	padding: 5px;
	height:107px;
  font-family:Arial,Helvetica,sans-serif,Tahoma;
	border:1px solid #E1E1E1;
  font-size:13px;
}

.comment .quote_box {
  margin-bottom: 10px;
}

.comment .post_comment {
	margin:5px;
	height:53px;
	text-align:center;
	padding-top:10px;
}
