/**
 * Disqus Stylesheet
 *
 * Copyright Fusionary Media
 */


#disqus_thread {
	border-top: 1px solid #345987;
	border-bottom: 4px solid #345987;
	padding-right: 5px;
	height: auto !important;
	height: 250px;
	min-height:250px;
	max-height: 400px;
	overflow: auto;
}

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

}

h3 {
	color: #cccccc;
}

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