@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 */


.dsq-by { display: none; } 

.dsq-dc-logo { display: none; } 

.dsq-media-link { display: none; } 

.dsq-options { display: none; } 




/* Everything Disqus on your page is contained within this. */
#disqus_thread {
	color: #888; 
	border: none;
	padding-left: 30px;
	padding-right: 30px;
}

#disqus_thread a { color: #000; } 


/*The header at the top of posts.*/
.dsq-comment-header {
	background-color: #ffffff;
	font-family:"verdana",sans-serif;
	font-size: 12px;
	height: 50px;
	display: none;
	}

/*The box where a post is typed into.*/
textarea {
	background-image: none;
	border: #c0c0c0 1px solid;	
	}


HR { display: none; }



#dsq-comments { }

/*A single comment in the thread.*/
.dsq-comment {
	border: none; /* light blue border */
	margin-bottom: 15px;
	}

/*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 {}

/* The form elements (Name, Email, Website). */
input.form-text {
	font-size: 100%; 
}

/* The submit button "Post". */
input.submit {
	background-color: #ffffff;
}

/* The main wrapper for the comment system. */
#dsq-content {
border: none;
}

/* 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 {
}



