/* 
CSS Styling for Disqus comments 
by Jonathon Toon
www.helloauan.com
*/


#dsq-content-stub {
	display:none !important;	
}

#disqus_thread {
	width: 538px !important;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#dsq-content {
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    width: 500px;
}

#dsq-content h3 {
	text-transform: uppercase !important;
	color: #1A1718 !important;
	font-size: 15px !important;
}

#dsq-content #dsq-global-toolbar {
	clear: both !important;
    width: 500px !important;
}

#dsq-account-dropdown a, a.dsq-subscribe-email em, a.dsq-subscribe-rss em, .dsq-font {
	color:#1A1718 !important;
	text-transform:uppercase !important;
	font-size:13px !important;
	font-weight:bold !important;
}

#dsq-content .dsq-comment-meta li, #dsq-content .dsq-comment-actions li a, .dsq-comment-meta a, .dsq-comment-actions a {
	font-size:11px !important;
	color:#1A1718 !important;	
}

.dsq-subscribe-email span.dsq-font, .dsq-subscribe-rss span.dsq-font {
	color:#1A1718 !important;
}

#dsq-subscribe {
	display:none !important;	
}

.dsq-comment-text{
	font-size:12px !important;
	color:#1A1718 !important;
}

.dsq-commenter-name, .dsq-collapsed-count {
    color:#595959 !important;
	 text-shadow: 0 1px 0 #f2f2f2 !important;
}

.dsq-comment-header {
	-webkit-border-radius: 3px 3px 3px 3px !important;
	border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px 3px 3px 3px !important;
	background: url("/") repeat-x scroll 0 0 transparent !important;
    background-image: none !important;
	background-color: #dbdbdb !important;
    font-size: 13px !important;
    line-height: 14px !important;
    margin: 0 0 1em !important;
    max-height: 25px !important;
    overflow: hidden !important;
    padding: 10px !important;
    position: relative !important;
    white-space: nowrap !important;
	border: #dbdbdb !important;
}

.dsq-textarea-background {
    -moz-border-radius: 4px 4px 4px 4px !important;
	-webkit-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
    -moz-box-shadow: 0px !important;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
    background: url("/") repeat-x scroll 0 -480px #1A1718;
    position: relative;
    width: auto;
}

.dsq-comment-meta a, .dsq-comment-actions a {
	opacity: 0.7 !important;	
}

.dsq-comment-count {
	margin-right: 10px !important;
	float: right !important;
	clear: both !important;
	margin-top: 4px !important;
}

#dsq-pagination {
	padding-bottom:15px !important;
}

.dsq-commenter-bio {
	display:none !important;	
}

