--- C:/cvs/drupal/drupal/themes/garland/style.css	Tue Oct 31 10:03:37 2006
+++ C:/wamp/www/lyle50/themes/garland/style.css	Fri Dec 01 10:52:21 2006
@@ -619,6 +619,7 @@ ul.links li, ul.inline li {
 }
 
 #comments {
+  clear: left;
   position: relative;
   top: -1px;
   border-bottom: 1px solid #e9eff3;
@@ -832,6 +833,67 @@ span.clear {
   line-height: 0px;
   font-size: 0px;
   margin-bottom: -1px;
+}
+
+/* Flatforum structure */
+.forum-comment {
+  float: left;
+  width: 95%;
+}
+
+.comment-left {
+  width: 18%;
+  float: left;
+  font-size: 11px;
+  padding: 5px;
+}
+
+.comment-right {
+  float: right;
+  width: 78%;
+}
+
+.comment-left .author-name {
+  font-weight: bold;
+  font-size: 1.5em;
+  margin-bottom: 15px;
+}
+
+.comment .comment-left .picture {
+  float: none;
+  border: none;
+  margin-bottom: 15px;
+}
+
+.comment-right .title {
+  font-weight: bold;
+  font-size: 1.2em;
+  margin: 5px 15px;
+}
+
+.comment-right .content {
+  padding: 5px;
+}
+
+.comment-right .content .links {
+  float: right;
+}
+
+/* Flatforum style */
+.comment-left, .comment-right {
+  border: dashed 1px #203939;
+}
+
+.comment-right, .comment-left {
+  background-color: #e2fff1;
+}
+
+.comment-even {
+  background-color: #8dcdf4;
+}
+
+.comment-odd {
+  background-color: #bcddf1;
 }
 
 /*******************************************************************
