/* All styles for blog comments */

/* General elements */

fieldset {border: 0;}

/* Alert notifications */ 
 
 div.jot-cfm, div.jot-err {font-size: 16px; text-align: center; margin: 10px 0 10px 0; padding: 5px;}
 div.jot-cfm {color: green; border: 1px solid green;}
 div.jot-err {color: red; border: 1px solid red;}
 
/* Comments formatting */

form.jot-form input {background-color: #1a1a1a;}
form.jot-form textarea {font-size: 11px; width: 100%; background-color: #1a1a1a;}

div.jot-user {font-size: 14px; font-weight: normal; color: #979369; margin-top: 15px; }
span.jot-poster {color: #666666; font-size: 10px; margin-top: 3px;}
div.jot-content {margin-top: 10px;}
	div.jot-posticon {display: none;}

	
div.jot-row, div.jot-row-alt, div.jot-comment {font-size: 12px;}
div.jot-row {
	border: 0; 
	border-top: 1px solid #47443a; 
	border-bottom: 1px solid #47443a;  
	margin: 0px 0 30px 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #1a1a1a;
	}
div.jot-subject {color: #ada58c;}
div.jot-comment hr {display: none;}
