@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-tooltip-small .dsq-tooltip-inner {
    text-shadow: none !important;
}
.dsq-tooltip-small .dsq-tooltip-notch {
    text-shadow: none !important;
}

button {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221))) !important;
	background: -moz-linear-gradient(top, #fff, #ddd)!important;
	color: #888888 !important;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	font-size:11px;
	padding:2px 4px;
	border: solid 1px rgb(153, 153, 153);
}

button:hover { 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(248, 248, 248)), to(rgb(221, 221, 221)))!important; 
	background: -moz-linear-gradient(top, #F8F8F8, #ddd)!important; 
	
	
	
}
button:active { 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(204, 204, 204)), to(rgb(221, 221, 221)))!important; 
	background: -moz-linear-gradient(top, #ccc, #ddd)!important; 
	color: #000 !important;
	
}

button.dsq-button {
	font-size:12px;
	font-weight:normal !important ;
}

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap {
	
	background:none repeat scroll 0 0 #888888 !important;
	z-index:1;
}

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap ul li h4 {
	color: white !important;
	text-shadow: none !important;
	font: 12px Verdana, Helvetica, Sans-Serif !important;
}

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap a {
	text-shadow: none !important;
	
}
#dsq-sort-select {
	text-shadow: none !important;
}

/*
textarea.placeholder-grey:focus {
	-moz-box-shadow: 0 0 6px #94daee;
	-webkit-box-shadow: 0 0 6px #94daee;
	-webkit-transition: border 0.2s linear;
	border-color:#06c6ec;
	outline: none;
}
*/

#dsq-content .dsq-append-post .dsq-post-area {
	background:#dddddd !important;
}

#dsq-content .dsq-comment-footer-reply-tab {
	text-shadow: none !important;
}

#dsq-content .dsq-comment-header cite {
	font-size:130% !important;
	font-weight:normal !important;
}

#dsq-content h3 {
   	font-family:Verdana, Helvetica, Sans-Serif !important;
   	margin-bottom:12px;
   	font-style:italic;
}

#dsq-content .dsq-request-user-info td a {
	font-style:italic !important;
	font-weight:normal !important;
}

#dsq-content .dsq-request-user-stats span.dsq-request-user-stat big {
	font-weight:normal !important;
}

#dsq-content .dsq-comment-footer-reply-active .dsq-comment-footer-reply-tab {
	background:#dddddd !important;
}