@charset "UTF-8";
/* CSS Document */

/* NB full information and explanantion at http://disqus.com/docs/css/ */


/* Everything Disqus on your page is contained within this. */
#disqus_thread {
	background-color: #FFFFFF;
	color: #000000; 
	padding: 5px;
	font-family:"arial",sans-serif;
	font-size: 10px;
}

#disqus_thread a { color: green; }

/*The header at the top of posts.*/
.dsq-comment-header {
	background-color: #ffffff;
	font-family:"arial",sans-serif;
	font-size: 12px;
	height: 50px;
	}

/*The box where a post is typed into.*/
textarea {
	background-image: none;
	background-repeat: repeat;
	border: #72AB32 2px solid; /* light blue border */
	}

texarea:after {
	}

/*"Add New Comment" and "# Comments" are enclosed in h3 tags.*/
h3 {}

/*The entire comment thread list.*/
#dsq-comments {}

/*A single comment in the thread.*/
.dsq-comment {
	border: #72AB32 2px solid; /* light blue border */
	margin-botom: 15px;
	}

/*The avatar image for the registered.*/
.dsq-header-avatar img {}

/*The message body of a single comment post.*/
#dsq-content #dsq-comments .dsq-comment-body { } 

/*The footer contains the link to "reply."*/
.dsq-comment-footer {}

/* The form elements (Name, Email, Website). */
input.form-text {
	font-size: 100%; 
}

/* The submit button "Post". */
input.submit {
	background-color: #c03000;
}

/* The main wrapper for the comment system. */
#dsq-content {
}

.dsq-options { display: none; }


/* The toggle button for the thread options. 
#dsq-options-toggle {
	display: none; 
}*/

/* The links within the thread Options */
#dsq-extra-links {
	/* display: none; */
}

/* The comment rating arrows for posts. */
.dsq-comment-rate {
}

/* This is the meta information about the post (time stamp and points). */
.dsq-header-meta {
}

.dsq-comment-header {
	background-color: #CCE3A8;
}

/* The message body of a single comment post.
.dsq-comment-body {
}

/* This contains and determines the style for the pagination links. */
#dsq-pagination {
}

.dsq-subscribe-rss {
	display: none; 
}
.dsq-comments-title {
	display: none;
	visibility:collapse;
}

.dsq-item-sort {
	display: none; 
}

/* For the COMBO WIDGET used in the CommentList page */

#dsq-combo-widget{
	background-color:#FFFFFF}

.dsq-combo-widget {
	background-color: #FFFFFF;
	color: #000000; 
	padding: 25px;
	font-family:"arial",sans-serif;
	font-size: 11px;
}

.dsq-combo-tabs {
	font-family:"arial",sans-serif;
	font-size: 18px;
	line-height:20px;
	height:35px;
}

.dsq-combo-avatar {
	display: none; 
}

.dsq-widget-user {
	color: #000000;
	padding-right:20px; 
	font-family:"arial",sans-serif;
	font-size: 12px;
	font-weight:bold;
}

 .dsq-widget-meta a , .dsq-widget-meta a:visited , .dsq-widget-meta a:hover 
{	color:#72AB32;	}

 .dsq-widget-thread a , .dsq-widget-thread a:visited , .dsq-widget-thread a:hover
{	color:#72AB32;	}





