@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: #000000;*/
	color: #3B5766 !important;
	/*border-style: solid;
	border-color: #cccccc;*/
	padding: 0px;
}

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

#dsq-content .dsq-comment-message {
	margin: 0px !important;
}

#dsq-content #dsq-comments .dsq-comment-header {
background: #faf6ef; /* Header background color */
/*opacity: 0.8;*/
}
#dsq-content #dsq-comments .dsq-comment-body {
padding: 0.571em 0.786em; /* Space between comment text and border */
background: #f8f2e6; /* Comment body background color */
min-height:0px; /* Minimum comment body box height */
/*font-family: Lucida Sans Unicode, Helvetica, sans-serif; font-size: 12px; Font used for comment text */
font-family: Georgia,Times,serif;
font-size: 12px;
}
.dsq-options {
display: none; /* Turns off various disqus options */
}
.dsq-dc-logo {
display: none; /* Turns off display of disqus logo */
}
#dsq-content #dsq-comments .dsq-comment-footer {
/*display: none; /* Turns off comment footer */
margin: 5px;
}
#dsq-content #dsq-comments .dsq-comment {
margin-bottom: 10px; /* Space between two comments */
}
.dsq-comment-body{
	margin: 0 0 0 0;	
}
#dsq-pagination{
	margin: 0px !important;
	padding:1px !important;
}
#dsq-content .dsq-input-wrapper {
	color: #000 !important;
	opacity: 0.6;
}
#dsq-comments-title h3, #dsq-new-post h3{
	margin-bottom: 10px;
	font-size: 16px;
	text-transform:none;
	color: #000 !important;
}
.dsq-brlink{
	display: none !important;
}
