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

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

/* Everything Disqus on your page is contained within this. */
#disqus_thread {
	background-color: #2C2C2C;
	color: #ffffff; 
	border: 1px;
	border-color: #cccccc;
	padding: 1px;
}

/*The box where a post is typed into.*/
textarea {
	background-color: #2C2C2C;
	border: 1px;
	padding: 1px;
	color: #C0C0C0;
	}
	
texarea:after {
	}
	
input.form-text{
	color: #12346;	
	}

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

/*The entire comment thread list.*/
#dsq-comments {}

/*A single comment in the thread.*/
.dsq-comment {
	border: #00A8D6 1px solid;
	background: #2C2C2C;
	color: #ffffff;
	margin-botom:15px;
	}

/*The header at the top of posts.*/
.dsq-comment-header {
	background-color:#2C2C2C;
	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: #2C2C2C; } 

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

#dsq-content .dsq-textarea .dsq-textarea-wrapper {
overflow:hidden;
padding:1px;
}

#dsq-content .dsq-textarea .dsq-textarea-wrapper, #dsq-content .dsq-input-wrapper {
/*background:url("../../images/themes/narcissus/inputshadow.gif") no-repeat scroll left top #FFFFFF;*/
background: #F3A424 !important;
margin:1px 0 !important;
padding:1px 1px 1px 1px !important;
}



