@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 !important;
	padding: 5px !important;
}

/*The header at the top of posts.*/
.dsq-comment-header {
	font-family:"Arial" !important;
	font-size: 12px !important;
	}

/*The box where a post is typed into.*/
textarea {
	background-image: none !important;
	background-repeat: repeat !important;
	border: #B51E5A 1px solid !important; /* light blue border */
	}

texarea:after {
	}

/*"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 {
	margin-botom: 15px !important;
	}

/*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 { color: #666; line-height: 20px; } 

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

/* The form elements (Name, Email, Website). */
input.form-text {
	font-size: 100% !important; 
}

/* The submit button "Post". */
input.submit {
	background-color: #ffffff !important;
}

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

.dsq-item-sort, dsq-brlink {
	display: none !important;
}

a.dsq-brlink {
	display: none !important;
}

#dsq-combo-logo {
display: none !important;
}


/*Top commenters*/
.dsq-widget-list
{
	margin-bottom: 15px !important;
}

#topcommenters ul li.dsq-widget-item
{
	font-weight: bold !important;
	color: pink !important;
	list-style: none;
}

.dsq-widget-user {
	font-color: pink !important;
}

.dsq-widget-avatar
{
	margin: 5px 5px 5px 5px !important;
}

span.dsq-widget-clout {
	background-color: #ffffff !important;
	color:#000000 !important;
}

.dsq-widget-meta {
	font-size: 10%;
}
#dsq-comments button { background: #b51e5a; border: none; color: #FFF; }