/* This is an empty CSS file for the Expand Comments plugin
 * (http://nymb.us/projects/show/212)
 *
 * The elements below represent the _default_ settings, you can change
 * class names in the options window. It is recommened you try to set
 * the classes to what your theme uses, you might not have to edit this
 * file at all. Otherwise, using the below as a guide, you should be able
 * to copy your theme
 *
 */

/* This is the main div that holds all of the comments,
 * and the comment form
 */
div.commentlist {
	background-color:#0A0A0A;

	padding-top:6px;
	padding-bottom:4px;
	padding-left:15px;

	margin-top:15px;
	border-top-color: #252525;
	border-top-style: double;
	border-top-width: 1px;
	border-bottom-color: #252525;
	border-bottom-style: double;
	border-bottom-width: 1px;
	font-size:0.85em;
}

/* This would be one way to set the values for the even comments
 * Note: this is commented out because by default, the even class
 * is the empty string. If you want to change the way even comments
 * look, first set the even class name under options, then change the below
 * to reference that class
 */

/*
div.commentlist div {
}
*/

/* This can be used to change the style for odd comments in the list
 */
div.commentlist div.alt {
}

/* This can be used to change the style of the original post's author's comments
 */
/*div.commentlist div.postauthor {
	padding-top:10px;
	padding-left:10px;
	padding-right:6px;
	margin-bottom:1px;
	border-bottom-color:#1D1D1D;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
*/
/* This is the interior div holding what the commenter said
 */
div.commentlist div div.commentcontent {
	padding-top:10px;
	padding-left:10px;
	padding-right:6px;
	margin-bottom:1px;

	background-color:#0A0A0A;
}

/* This is the cite block around the comment author's name */
div.commentlist div cite.commentauthor {
	font-size:1em;
	font-weight:normal;
}

/* This is the small block around the comment's meta data (date posted, etc)
 */
div.commentlist div small.commentmetadata {
}

/* This is the div holding the 'Collapse Comments' link at the bottom of
 * the comments
 */
div.commentlist div.collapsediv {
	margin-top:5px;
	margin-bottom:15px;
}

/* This is the div that displays the Loading text. This div can be set to
 * hold anything you want (images, links, etc)
 */
div.commentsloading {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

/* This is just an example way of styling the submit form
 */
div.commentlist form {

}

div.commentlist textarea {
	width:415px;
}
