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

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

/* This is the interior div holding what the commenter said
 */
div.commentlist div div.commentcontent {
}

/* This is the cite block around the comment author's name */
div.commentlist div cite.commentauthor {
}

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

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

