@charset "utf-8";
/* CSS Document */
/* Disqus CSS */

#disqus_thread {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:35px;
}

#dsq-content #dsq-global-toolbar {
    margin: 0px;
}

#dsq-sort-by select {
	border: #242d64 1px solid;
	height: 30px;
	padding: 5px;
}

#dsq-reply {
    background: #00a1b3;
    padding: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
}
		
	#dsq-reply .dsq-avatar {
		left: 10px;
	}

	#dsq-reply h3 {
		margin: 0 0 10px !important;
		color: #FFF !important;
		text-transform: uppercase;
	}

.dsq-textarea-background {
	background: #FFF;
	border-radius: 0px;
	box-shadow: none;
}

.dsq-textarea {
    margin: 0px !important;
	width: 100%;
}

.dsq-textarea-reply {
    margin-bottom: 0px;
    margin-left: 0px;
}

.dsq-textarea-wrapper {
    min-height: 140px;
}

#dsq-account-dropdown a, #dsq-account-dropdown a:link, #dsq-account-dropdown a:hover, #dsq-account-dropdown a:focus {
	color: #FFF;
	text-transform: uppercase;
}

#dsq-content h3 {
	margin: 14px 0;
	color: #000;
	text-transform: uppercase;
}

#dsq-content .dsq-avatar img {
	border-radius: 0px;
	display: none;
}

#dsq-content .dsq-comment {
    margin: 0px;
}

.dsq-moderator .dsq-comment-body, .dsq-founder .dsq-comment-body {
	background-color: #0BB7CA;
	background-image: url(/images/style/moderator-background.png);
	background-repeat: no-repeat;
	background-position: 148px -2px;
}

.dsq-comment-body {
	background-color: #00a1b3;
	background-image: url(/images/style/comment_background.png);
	background-repeat: repeat-x;
	background-position: center bottom;
    padding: 10px !important;
	margin-bottom: 10px;
}

.dsq-commenter-name {
	color: #FFF;
	text-transform: uppercase;
}

.dsq-comment-header a, .dsq-comment-header a:link, .dsq-comment-header a:hover, .dsq-comment-header a:focus {
	color: #FFF;
	text-transform: uppercase;
}

.dsq-comment-message {
	padding: 10px;
	background: #FFF;
}

.dsq-comment-meta {
	color: #FFF;
}

.dsq-comment-meta a, .dsq-comment-actions a {
	opacity: 1;
}

ul .dsq-comment-actions {
    position: relative;
    left: 12px;
    top: -5px;
}

.dsq-comment-actions li a {
	display: inline-block !important;
	padding: 5px 15px !important;
	background: #00a1b3 !important;
	color: #FFF !important;
}

	.dsq-comment-actions li a:hover, .dsq-comment-actions li a:focus {
		background: #008395 !important;
		color: #FFF;
		text-decoration: none !important;
	}

a.dsq-subscribe-email em, a.dsq-subscribe-rss em {
    color: #242d64;
	text-decoration: none !important;
}

.dsq-font {
    color: #242d64 !important;
}

	a.dsq-subscribe-email em:hover, a.dsq-subscribe-rss em:hover, a.dsq-subscribe-email em:focus, a.dsq-subscribe-rss em:focus {
	    color: #242d64;
		text-decoration: underline !important;
	}

#dsq-popup-message.dsq-popup .powered-by {
    display: none;
}
.dsq-save-edit {
    background: #FFF;
}