/*
ONLY FOR COMMENTS !!!

Every selector has to start with "div.comments" ALWAYS!
This is for styling the comment container and its children elements in all pages and posts.
*/



/* ***************************************** COMMENTS */

	div.comments {
		padding-left: 5px;
	}
	
		div.comments textarea {
			width: 388px;
			height: 250px;
			background: #FFF;
			border: 1px solid #D0D0D0;
			color: #2E3335;
			padding: 5px;
			overflow: auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			-moz-border-radius: 5px;     
			-webkit-border-radius: 5px;  
			border-radius: 5px;
			margin: 0px 0px 5px 0px;
			float: left;
			clear: both;
		}
	
			div.comments h3 #comments-count {
				font-weight: bold;
				font-size: 18px;
				margin: 0px 0px 0px 20px;
			}
	
		div.comments #comments-count {
			color: #DDD;
			margin: 0px 0px 0px 35px;
		}
	
		div.comments #commentform {
			overflow: hidden;
			width: 400px;
			margin: 0px auto;
		}
	
			div.comments #commentform p {
				color: #DDD;
				padding-left: 0px;
				margin: 5px 0px;
			}
	
			div.comments #commentform input {
				background: #FFF;
				border: 1px solid #D0D0D0;
				-moz-border-radius: 5px;     
				-webkit-border-radius: 5px;  
				border-radius: 5px;
				color: #333;
				padding: 0px 5px;
			}
	
		div.comments div.submit_comment {
			width: 400px;
			margin: 0px auto;
		}
	
			div.comments div.submit_comment input {
				margin: 0px 0px 20px 0px;
				padding: 0px 5px 4px 5px !important;
			}
	
		div.comments input#submit:hover {
			cursor: pointer;
		}
	
		div.comments h2 {
			font-size: 19px;
			line-height: 30px;
			margin: 20px 0px 0px 5px;
			padding: 0px 5px;
			color: #DDD;
			font-weight: normal;
			text-align: center;
		}
	
		div.comments ol {
			margin: 5px 0px;
			padding-left: 30px;
		}
	
			div.comments ol li {
				border:1px solid #272B2D;
				padding: 5px;
				margin: 5px 0px;
				color: #DDD;
				background: #2e3335;
				-moz-border-radius: 5px;     
				-webkit-border-radius: 5px;  
				border-radius: 5px;
			}
	
			div.comments ol li.alt {
				background: #334a55;
			}
	
				div.comments ol li p {
					padding: 0px 20px;
					margin: 10px 0px;
					color: #FFFBCC;
				}
	
		div.comments p {
			color: #C2D4DD;
			padding: 0px;
		}
	
					div.comments ol li div div.comment-meta{
						font-size: 8pt;
					}
	
				div.comments ol li img {
					cursor: default !important;
				}
	
			div.comments .commentmeta small {
				color: #FFF;
			}
	
			div.comments .fn .url{
				font-weight: bold;
			}
