@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: transparent;
	color: #000; 
	border-style: none;
	border-color: #cccccc;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif!important;
}

/*The header at the top of posts.*/
.dsq-comment-header {
	background: none!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	height: 30px;
	}

/*The box where a post is typed into.*/
textarea {
	background-color:#E3FFEA;
	background-image:none;
	background-repeat: repeat;
	border:#FCFCFC 1px solid; /* light blue border */
	-webkit-border-top-left-radius: 4px!important;    /* for Safari */
    -moz-border-radius-topleft: 4px!important;       /* for Firefox */
	-webkit-border-top-right-radius: 4px!important;    /* for Safari */
    -moz-border-radius-topright: 4px!important;       /* for Firefox */
	
-webkit-border-bottom-left-radius: 4px!important;    /* for Safari */
    -moz-border-radius-bottomleft: 4px!important;       /* for Firefox */
	-webkit-border-bottom-right-radius: 4px!important;    /* for Safari */
    -moz-border-radius-bottomright: 4px!important;       /* for Firefox */
	font-size:16px;
	padding::10px!important;

	}


textarea:after {
padding:10px!important;
	}

/*"Add New Comment" and "# Comments" are enclosed in h3 tags.*/
h3 {}

/*The entire comment thread list.*/
#dsq-comments {}

/*The entire comment thread list.*/
#dsq-list-style {padding:0 5px 0 5px!important}

/*A single comment in the thread.*/
.dsq-comment {
	border: #00A8D6 0px solid; /* light blue border */
	margin-botom: 15px;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	background-color:#DEFFF7!important;
-webkit-border-top-left-radius: 4px!important;    /* for Safari */
    -moz-border-radius-topleft: 4px!important;       /* for Firefox */
	-webkit-border-top-right-radius: 4px!important;    /* for Safari */
    -moz-border-radius-topright: 4px!important;       /* for Firefox */
	
-webkit-border-bottom-left-radius: 4px!important;    /* for Safari */
    -moz-border-radius-bottomleft: 4px!important;       /* for Firefox */
	-webkit-border-bottom-right-radius: 4px!important;    /* for Safari */
    -moz-border-radius-bottomright: 4px!important;       /* for Firefox */
	padding:10px!important;
	
	}

/*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 {
background-color:#fff!important;
padding:10px!important;
font-size:11px!important;
margin-top:2px!important;
-webkit-border-top-left-radius: 10px!important;    /* for Safari */
    -moz-border-radius-topleft: 10px!important;       /* for Firefox */
	-webkit-border-top-right-radius: 10px!important;    /* for Safari */
    -moz-border-radius-topright: 10px!important;       /* for Firefox */
	
-webkit-border-bottom-left-radius: 10px!important;    /* for Safari */
    -moz-border-radius-bottomleft: 10px!important;       /* for Firefox */
	-webkit-border-bottom-right-radius: 10px!important;    /* for Safari */
    -moz-border-radius-bottomright: 10px!important;       /* for Firefox */ } 

/*The footer contains the link to "reply."*/
.dsq-comment-footer {
padding:0 5px 0 5px}

/* The form elements (Name, Email, Website). */
input.form-text {
	font-size: 100%; 
}

/* The submit button "Post". */
input.submit {
	background-color:#CCCCCC!important;
	padding:5px!important;
	border:none!important;
}

/* The main wrapper for the comment system. */
#dsq-content {
font-size:10px!important;
}

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