@charset "UTF-8";
/* CSS Document */


/* COMMENTS */
.comment {
	width:525px;
	margin:0 auto;
}

.comment h2 {
	font-size:18px;
	font-weight:bold;
}

.comment .comment_title {
	border-bottom:1px #000 solid;
}


.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;
}

.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: 68px;
  	height: 68px;
  	border: 1px solid #9d9d9d;
  	margin-right: 15px;
  }

.comment .comment_author_avatar img {
	margin-left:10px;
	margin-top:10px;
	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_container {
  float:left;
  padding-left:230px;
}

.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;
	font-size: 13px;
	padding-left: 2.2em;
}

.comment .bottom_quote {
	background:url(/images/icons/comment_quote_bottom.jpg) right bottom no-repeat;
	padding-right:2.2em;
	width:359px;
}

.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;
  width:97%;
  font-size: 13px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.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:10px 10px 10px 10px;
  margin-bottom:10px;
  font-size: 13px;
  	border:1px solid #9d9d9d;
}

.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:177px;
	height:17px;
	display:block;
	font-size:13px;
	padding:0 0 0 3px;
	border:1px solid #9d9d9d;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.comment .add_message textarea {
	width:435px;
	height:107px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #9d9d9d;
  font-size:13px;
  	padding:0 0 0 3px;
}

.comment .quote_box {
  margin-bottom: 10px;
}

.comment .post_comment {
	margin:5px;
	height:53px;
	text-align:center;
	padding-top:10px;
}
