@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 */


/* Everything Disqus on your page is contained within this. */
#disqus_thread {
	background-color: #f8f7f6;
	color: #44413f; 
	border: #e3e1de 3px solid;
	padding: 15px;
	width:600px;
	font-family:"Arial",sans-serif;
}
#disqus_thread  a{
	color:#af2c1a;
}

/*The header at the top of posts.*/
.dsq-comment-header {
	background-color: #e3e1de;
	font-family:"Arial",sans-serif;
	font-size: 13px;
	height: 50px;
	}

/*The comments.*/
.dsq-comment-body {
	font-family:"Arial",sans-serif;
	font-size: 12px;
    color: #44413f; 
	background:#ffffff;
	}
    
/*The box where a post is typed into.*/
textarea {
	background-image: none;
	background-repeat: repeat;
	border: #e3e1de 5px solid; /* light blue border */
	}

texarea:after {
	}

/*"Add New Comment" and "# Comments" are enclosed in h3 tags.*/
#disqus_thread #dsq-content h3 { font-weight: bold; color:#000000;} 

/*The entire comment thread list.*/
#dsq-comments {background:#ffffff;}

/*A single comment in the thread.*/
.dsq-comment {
	border: #000000 5px solid; /* light blue border */
	margin-botom: 15px;
	background:#fff;
	}

/*The avatar image for the registered.*/
.dsq-header-avatar img {}
#dsq-content{
padding-top:0px; 
padding-right:20px; 
padding-left:20px;
margin-top:0px;}
/*The message body of a single comment post.*/
#dsq-content #dsq-comments .dsq-comment-body { } 
#dsq-content #dsq-comments .dsq-comment{ margin-bottom: 60px; } 
#dsq-content #dsq-comments .dsq-comment-header{ background: #a4210f; height: 52px; color:#ffffff; border:none;} 
#dsq-content #dsq-comments .dsq-comment-header a{color:#e3e1de; } 
#dsq-content #dsq-comments .dsq-header-meta { color:#ffffff; } 
#dsq-content #dsq-comments .dsq-header-avatar img {border:none;background:none;background-image:none;}
#dsq-content #dsq-comments .dsq-header-avatar {border:2px solid #f8f7f6;background:none;background-image:none;padding:1px;}

/*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: #44413f;
	color:#000000;
}

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

/* 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 {
}

/* The message body of a single comment post.
.dsq-comment-body {
}

/* This contains and determines the style for the pagination links. */
#dsq-pagination {
}

