/*
Theme Name: ASCII One
Theme URI: http://oddwebthings.com
Author: Piotr Godek
Description: A minimialistic, typography-inspired theme by Piotr Godek of <a href="http://oddwebthings.com">Odd Web Things</a>.
Version: 1.11
Tags: minimalistic, typography, constant width, three columns, widgets
*/

/* =----------------------------------- style some comments */


.commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	border-top: 5px solid #888888;
	margin: 15px 0 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background : #333333;
	}

.commentlist li ul li { 
	border-top: 5px solid #a7a758;
	margin-right: -5px;
/*	margin-left: 10px; */
	background : #192B33;
}

.commentlist li ul li ul li{ 
	background :  #1b1b1b; /* #5A0E2F; */
	border-top-color: #911146; /*#DCDCDC;*/
}

.commentlist ul.children {
	margin: 20px 10px 5px 10px !important;
	padding: 0;
}

.commentlist li.comment-author-admin {
	/*border-top-color: #6aaaa6;*/
}

.comment-author {
	margin: 5px 5px 15px 0;
}

.comment-text {
	margin: 0 8px 0 72px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	text-align: left !important;
	font-size: 1em !important;
	margin: 5px 0 0 5px;
	display: block;
	}
	
.commentlist li .avatar { 
	float: left !important;
	vertical-align: middle;
	border: 1px solid #575757;
	background: transparent;
	padding: 3px 3px 3px 3px !important;	
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	}

.ping {
	font-family: Georgia,sans-serif;
	color: #eeeeee;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	border-bottom: 3px solid #a7a758;
	}

.commentlist p {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.8em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

#commentform input {
	width: 160px;
	padding: 2px 2px 4px 5px;
	margin: 5px 5px 1px 0;	
}	

#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}	

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

.commentcount {
	font-family: Georgia,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E0E0E0;
	float: right;
}

.number {
	font-family: Georgia,sans-serif;	
	font-weight: bold;
}