/*
 * Overrides plugins/ReplyTo/design/css/replyto.css
 *  - only indent once
 */
/* 
   Indent comments according to their depth. 
   The CommentForm has a matching negative indent so that it does not
   get squeezed up with the increasingly indented comments.
*/

ul#comments .ReplyToDepth-1 .Comment,
ul#comments .ReplyToDepth-2 .Comment,
ul#comments .ReplyToDepth-3 .Comment,
ul#comments .ReplyToDepth-4 .Comment,
ul#comments .ReplyToDepth-5 .Comment,
ul#comments .ReplyToDepth-6 .Comment,
ul#comments .ReplyToDepth-7 .Comment,
ul#comments .ReplyToDepth-8 .Comment,
ul#comments .ReplyToDepth-9 .Comment,
ul#comments .ReplyToDepth-10plus .Comment {
	padding-left: 2em;
}
ul#comments .ReplyToDepth-1 .CommentForm,
ul#comments .ReplyToDepth-2 .CommentForm,
ul#comments .ReplyToDepth-3 .CommentForm,
ul#comments .ReplyToDepth-4 .CommentForm,
ul#comments .ReplyToDepth-5 .CommentForm,
ul#comments .ReplyToDepth-6 .CommentForm,
ul#comments .ReplyToDepth-7 .CommentForm,
ul#comments .ReplyToDepth-8 .CommentForm,
ul#comments .ReplyToDepth-9 .CommentForm,
ul#comments .ReplyToDepth-10plus .CommentForm {
	margin-left: -2em;
}


