/* 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 {margin: 1em 0;
font-size:1.0em;
	
	border-top: #ddd 1px solid; padding-top:10px
}

/* 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.even { padding:10px
}


/* This can be used to change the style for odd comments in the list
 */
div.commentlist div.alt {  background:#f9f9f9;   padding:10px
}

/* This can be used to change the style of the original post's author's comments
 */
div.commentlist div.postauthor { border:#fc9 1px solid;   padding:10px
}

/* This is the interior div holding what the commenter said
 */
div.commentlist div div.commentcontent { padding-top:15px
}

/* This is the cite block around the comment author's name */
div.commentlist div cite.citer {font-style:normal;
	font-weight:bold; 

}

/* This is the small block around the comment's meta data (date posted, etc)
 */
div.commentlist div small.commentmetadata { 	float:right;
	margin-top:-20px;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}

/* This is the div holding the 'Collapse Comments' link at the bottom of
 * the comments
 */
div.commentlist div.collapsediv { font-weight:bold
}

/* 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 {
}