/*
 * Example CSS for Simplest Forum.
*/
.contentpane.sforums table{border-color:#fff;border-style:solid;border-width:1px 0px 0px 0px; padding-top:8px;}
.contentpane.sforums table th{font-weight:bold;background-color:#fff;font-size:1.1em;}
.contentpane.sforums table td,
.contentpane.sforums table th{border-color:#ccc;border-style:solid;border-width:0px 0px 1px 0px;padding:3px;}

.contentpane.stopics table{border-color:#ccc;border-style:solid;border-width:1px 0px 0px 0px;}
.contentpane.stopics table th{font-weight:bold;background-color:#fff;font-size:1.1em;}
.contentpane.stopics table td,
.contentpane.stopics table th{border-color:#efefef;border-style:solid;border-width:0px 0px 1px 0px;padding:3px;}

.contentpane.sposts ul.post{border-bottom:1px solid #efefef;list-style:none;padding:3px 0px 3px 0px;}

.contentpane.sposts ul.post.child.c1{margin-left:0px;}
.contentpane.sposts ul.post.child.c2{margin-left:0px;}
.contentpane.sposts ul.post.child.c3{margin-left:0px;}
.contentpane.sposts ul.post.child.c4{margin-left:0px;}
.contentpane.sposts ul.post.child .subject{font-weight:bold;font-size:1.1em;;}
.contentpane.sposts ul.post.parent{border-color:#333;border-width:3px;border-top:1px solid #ccc;padding-top:14px;}
.contentpane.sposts .post .subject{font-weight:bold;font-size:1.4em;color:#aa1428;}
.contentpane.sposts .post .postby{font-style:italic;font-size:0.9em;color:#333;}
.contentpane.sposts .post .message{padding:0px;}
.contentpane.sposts .post .buttons{text-align:right;font-size:0.9em;}

.contentpane.sposts form div.form{border:1px dotted #000;padding:10px;margin:10px;}
.contentpane.sposts form div.form dl dt{padding:5px;}
.contentpane.captcha{margin:10px;}
