@charset "UTF-8";
/* CSS Document */

/*NB full information and explanantion at http://disqus.com/docs/css/*/

/*The box where a post is typed into.*/
textarea {
	background-image:url(images/70bg.png);
	background-repeat:repeat;
	border: #00A8D6 2px solid;
	}

texarea:after {
	background-image:url(images/rik.jpg);
	}

/*"Add New Comment" and "# Comments" are enclosed in h3 tags.*/
h3 {}

/*The entire comment thread list.*/
#dsq-comments {
	display: block;
	float: none;
	clear: both;	
}

/*A single comment in the thread.*/
.dsq-comment {
	border: #00A8D6 2px solid;
	background: #ffffff url(images/speech.png) bottom no-repeat;
	margin-botom:15px;
	}

/*The header at the top of posts.*/
.dsq-comment-header {
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}

/*The avatar image for the registered.*/
.dsq-header-avatar img {}

/*The message body of a single comment post.*/
#dsq-content #dsq-comments .dsq-comment-body { background: #ffffff; } 

/*The footer contains the link to "reply."*/
.dsq-comment-footer {}
