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

/* NB full information and explanantion at http://disqus.com/docs/css/ */
/* Added by ack! from http://wiki.disqus.net/CustomCSS */


/* Everything Disqus on your page is contained within this. */
#disqus_thread {
	/*background-color: #ffffff;	 
	border-style: solid;
	border-color: #cccccc;
	padding: 5px;*/
	color: #000000;
	width:570px;
}

#disqus_thread a
{
	color:#2684b7;
	text-decoration:none;
}

#disqus_thread a:hover
{
	color:#2684b7;
	text-decoration:underline;
}

/*The header at the top of posts.*/
.dsq-comment-header {
	background-color: #ffffff;
	font-family:"Arial",sans-serif;
	font-size: 12px;
	height: 50px;
	}

/*The box where a post is typed into.*/
textarea {
	/*background-image: none;
	background-repeat: repeat;
	border: #00A8D6 2px solid; /* light blue border */
	padding: 4px;
	font-size: 13px;
	background: #fff url('images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #c0c0c0;
	color: #494949;
	border:1px solid #c0c0c0;
	width:560px;
	}

texarea:after {
	}

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


/*The header at the top of posts.*/
.dsq-comment-header {
	background-color:#ffffff;
}

.dsq-comment-body {background-color:#ffffff;}

/*A single comment in the thread.*/
.dsq-comment {
	border:1px solid #000000;
}

/*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 { } */

/*The footer contains the link to "reply."*/
.dsq-comment-footer 
{
	background-color:#dcdcdc;
}

/* The form elements (Name, Email, Website). */
input.form-text {
	/*font-size: 100%;*/ 
	padding: 4px;
	font-size: 13px;
	background: #fff url('images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #c0c0c0;
	color: #494949;
	border:1px solid #c0c0c0;
	width:350px
}

/* The submit button "Post". */
input.submit {
	border:1px solid #d87e12;
	background-color:#d87e12;
	width:107px;
	color:#ffffff;
}

/* The main wrapper for the comment system. */
#dsq-content 
{
	
}

/* The toggle button for the thread options. */
#dsq-options-toggle {
	/* display: none; */
}

/* The links within the thread Options */
#dsq-extra-links {
	/* display: none; */
}

/* The comment rating arrows for posts. */
.dsq-comment-rate {
}

/* This is the meta information about the post (time stamp and points). */
.dsq-header-meta {
}

/* The message body of a single comment post.
.dsq-comment-body {
}

/* This contains and determines the style for the pagination links. */
#dsq-pagination {
}

