@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM BLOG v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
COMMENTS!
------------------------------------------------------------
*/

#comments
{
	margin-top:30px;
	margin-bottom:30px;
}

.commentlist
{
	background:none;
}

.comment-author
{
	border:2px solid #151515;
}

.comarrow
{
	background:url(images/comment-arrow.png) 0px 20px no-repeat;
	width:10px;
	height:56px;
	float:left;
}

.comment
{
	background:none;
	border:none;
	margin-bottom:30px;
}

.comment-text
{
	padding:10px 0px 10px 0px;
}

.comment-meta
{
	width:480px;
	font-weight:normal;
	padding:20px;
	background:#151515;
	/*
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	*/
}

.nocomments
{
	padding:30px 0px 30px 0px;
}

#respond
{	
	width:586px;
	border-top:1px solid #151515;
	padding-top:30px;
}

#respond h3
{
	margin-bottom:30px;
}

#respond form input
{
	padding:5px;
	margin:5px 0px 5px 0px;
}
#respond table
{
	margin-bottom:3px;
}
#respond table td
{
	
}

#respond .input
{
	border:1px solid #222;
	border:0px;
	background:#151515;
	color:#eee;
	width:388px;
	margin-left:10px;
}

#respond textarea
{
	margin-top:2px;
	margin-left:113px;
	padding:5px;
	background:#151515;
	color:#eee;
	border:0px solid #222;
	width:388px;
	height:150px;
}
