diff U3 comment.tpl.php comment.tpl.php
--- comment.tpl.php	Fri Apr 15 21:27:51 2005
+++ comment.tpl.php	Fri Apr 15 22:27:52 2005
@@ -1,12 +1,12 @@
-<div class="comments <?php print ($comment->new) ? 'comment-new' : '' ?>"> 
-  <?php if ($comment->new) : ?> 
-  <a id="new"></a> <span class="new"><?php print $new ?></span> 
-  <?php endif; ?> 
-  <div class="content">
-  <?php print $picture ?> <cite>On <?php print $date ?>, <?php print $author ?> said:</cite><br />  
-  <?php print $content ?></div> 
-  <?php if ($picture) : ?> 
-  <br class="clear" /> 
-  <?php endif; ?> 
-  <p class="postmetadata"><?php print $links ?> &#187;</p> 
+<div class="comments <?php print ($comment->new) ? 'comment-new' : '' ?>"> 
+  <?php if ($comment->new) : ?> 
+  <a id="new"></a> <span class="new"><?php print $new ?></span> 
+  <?php endif; ?> 
+  <div class="content">
+  <?php print $picture ?> <cite>On <?php print $date ?>, <?php print $author ?> said:</cite><br />  
+  <?php print $content ?></div> 
+  <?php if ($picture) : ?> 
+  <br class="clear" /> 
+  <?php endif; ?> 
+  <p class="postmetadata"><?php print $links ?> &#187;</p> 
 </div>
\ No newline at end of file
diff U3 node.tpl.php node.tpl.php
--- node.tpl.php	Fri Apr 15 21:27:51 2005
+++ node.tpl.php	Fri Apr 15 22:27:52 2005
@@ -1,9 +1,9 @@
-<div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> 
-  <?php if ($page == 0): ?> 
-  <h2><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2> 
-  <?php endif; ?>  
-  <div class="entry"> <?php print $content ?> </div> 
-  <?php if ($links): ?>
-  <p class="postmetadata"><?php print $submitted ?><br />Posted in <?php print $terms ?> | <?php print $links ?> &#187;</p> 
-  <?php endif; ?> 
+<div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> 
+  <?php if ($page == 0): ?> 
+  <h2><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2> 
+  <?php endif; ?>  
+  <div class="entry"> <?php print $content ?> </div> 
+  <?php if ($links): ?>
+  <p class="postmetadata"><?php print $submitted ?><br />Posted in <?php print $terms ?> | <?php print $links ?> &#187;</p> 
+  <?php endif; ?> 
 </div>
\ No newline at end of file
diff U3 page.tpl.php page.tpl.php
--- page.tpl.php	Fri May 20 21:36:27 2005
+++ page.tpl.php	Tue Aug 01 23:07:16 2006
@@ -1,64 +1,63 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
-<head>
-<title><?php print $head_title ?></title>
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<?php print $head ?><?php print $styles ?>
-</head>
-<body <?php print theme("onload_attribute"); ?>> 
-<div id="wrap"> 
-  <div id="header"><div id="headerimg">
-      <h1><a href="<?php print url() ?>" title="<?php print($site_name) ?>"><?php print($site_name) ?></a></h1> 
-      <div class="slogan"><?php print($site_slogan) ?></div> 
-    </div> 
-    <?php if (is_array($primary_links)) : ?> 
-    <ul id="primarylink"> 
-      <?php foreach ($primary_links as $link): ?> 
-      <li><?php print $link?></li> 
-      <?php endforeach; ?> 
-    </ul> 
-    <?php endif; ?> 
-  </div> 
-  <div id="middle">
-  <div id="left_col" class="narrowcolumn">
-    <h2 class="topmost"><?php print ($site_name) ?></h2>
-    <div class="navigation"> <?php print $breadcrumb ?> </div> 
-    <?php if ($messages != ""): ?> 
-    <div id="message"><?php print $messages ?></div> 
-    <?php endif; ?> 
-    <?php if ($mission != ""): ?> 
-    <div id="mission"><?php print $mission ?></div> 
-    <?php endif; ?> 
-    <?php if ($title != ""): ?> 
-    <h2 class="page-title"><?php print $title ?></h2> 
-    <?php endif; ?> 
-    <?php if ($tabs != ""): ?> 
-    <?php print $tabs ?> 
-    <?php endif; ?> 
-    <?php if ($help != ""): ?> 
-    <p id="help"><?php print $help ?></p> 
-    <?php endif; ?> 
-    <!-- start main content --> 
-    <?php print($content) ?> 
-    <!-- end main content --> 
-  </div> 
-  <div id="right_col"> 
-    <?php if ($search_box): ?> 
-    <form action="<?php print $search_url ?>" method="post" id="searchform"> 
-      <input class="form-text" type="text" size="15" value="" name="edit[keys]" id="s" /> 
-      <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" id="searchsubmit" /> 
-    </form> 
-    <?php endif; ?> 
-    <?php print $sidebar_left ?> <?php print $sidebar_right ?> </div> 
-  <br /> 
-  <div id="footer"> 
-    <p> 
-      <?php if ($footer_message) : ?> 
-      <?php print $footer_message;?><br /> 
-      <?php endif; ?> 
-      <a href="/node/feed/">RSS</a> <strong>|</strong> <a href="http://www.roobottom.com/wp_theme/">Design by Jon J Roobottom</a>, ported to Drupal by <a href="http://goodbasic.com/">GoodBasic</a>.</p> 
-  </div> 
-</div></div>
-<?php print $closure;?> 
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
+<head>
+<title><?php print $head_title ?></title>
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<?php print $head ?><?php print $styles ?>
+</head>
+<body <?php print theme("onload_attribute"); ?>>
+<div id="wrap">
+  <div id="header"><div id="headerimg">
+      <h1><a href="<?php print url() ?>" title="<?php print($site_name) ?>"><?php print($site_name) ?></a></h1>
+      <div class="slogan"><?php print($site_slogan) ?></div>
+    </div>
+    <?php if (is_array($primary_links)) : ?>
+    <div id="navigation">
+    <ul id="primarylink">
+      <?php foreach ($primary_links as $link): ?>
+      <li><?php print $link?></li>
+      <?php endforeach; ?>
+    </ul>
+    </div>
+    <?php endif; ?>
+  </div>
+  <div id="middle">
+  <div id="left_col" class="narrowcolumn">
+    <h2 class="topmost"><?php print ($site_name) ?></h2>
+    <div class="navigation"> <?php print $breadcrumb ?> </div>
+    <?php if ($messages != ""): ?>
+    <div id="message"><?php print $messages ?></div>
+    <?php endif; ?>
+    <?php if ($mission != ""): ?>
+    <div id="mission"><?php print $mission ?></div>
+    <?php endif; ?>
+    <?php if ($title != ""): ?>
+    <h2 class="page-title"><?php print $title ?></h2>
+    <?php endif; ?>
+    <?php if ($tabs != ""): ?>
+    <?php print $tabs ?>
+    <?php endif; ?>
+    <?php if ($help != ""): ?>
+    <p id="help"><?php print $help ?></p>
+    <?php endif; ?>
+    <!-- start main content -->
+    <?php print($content) ?>
+    <!-- end main content -->
+  </div>
+  <div id="right_col">
+    <?php if ($search_box): ?>
+		<?php print $search_box ?>
+    <?php endif; ?>
+    <?php print $sidebar_left ?> <?php print $sidebar_right ?> </div>
+  <br />
+  <div id="footer">
+    <p>
+      <?php if ($footer_message) : ?>
+      <?php print $footer_message;?><br />
+      <?php endif; ?>
+      <a href="/node/feed/">RSS</a> <strong>|</strong> <a href="http://www.roobottom.com/wp_theme/">Design by Jon J Roobottom</a>, ported to Drupal by <a href="http://goodbasic.com/">GoodBasic</a>.</p>
+  </div>
+</div></div>
+<?php print $closure;?>
+</body>
 </html>
\ No newline at end of file
diff U3 style.css style.css
--- style.css	Fri Apr 15 21:27:51 2005
+++ style.css	Tue Aug 01 23:13:52 2006
@@ -1,500 +1,509 @@
-/*  
+/*  
+Theme Name: rdc* theme
+Theme URI: http://www.roobottom.com/diary
+Description: Custom rdc* style
+Version: 0.4
+Author: Jon Roobottom
+Author URI: http://www.roobottom.com */
+
+/* icons by Sergey Tarhanov */
+
+/* Ported to Drupal/PHPTemplate by Jarrod Piccioni of GoodBasic - http://goodbasic.com */
+
+/* Migration to Drupal 4.7 by Thierry Guégan (http://www.arvoriad.com/) */
+
+
+body {
+	font-family: helvetica, ariel, sans;
+	font-size: 62.5%;
+	color: #555;
+	text-align:center;
+	margin-top: 0px;
+	background: #F7F7F7 url(background.jpg) repeat-y center top;
+}
+
+/* The body * will remove all default browser styles */
+
+body * {
+	margin: 0;
+	padding: 0;
+	text-decoration: none;
+	border: none;
+	color: #444;
+	list-style-type: none;
+	font-weight: normal;
+}
+
+/* put this back in for testing, it helps with the layout...
+div {
+	border: 1px solid #FF0000;
+} */
+
+/* set up header sizes */
+
+h1 { font-size: 1.8em; }
+h2 { font-size: 1.6em; }
+h3 { font-size: 1.5em; }
+h4 { font-size: 1.2em; }
+h5 { font-size: 1.1em; }
+h6 { font-size: 1.1em; }
+
+/* format form items */
+
+input, textarea {
+	border: 1px solid #ccc;
+	margin: 1px;
+	padding: 1px;
+}
+
+/* the main wrap div */
+
+#wrap {
+	text-align:left;
+	margin: 0 auto;
+	width: 749px;
+}
 
-Theme Name: rdc* theme
-
-Theme URI: http://www.roobottom.com/diary
-
-Description: Custom rdc* style
-
-Version: 0.4
-
-Author: Jon Roobottom
-
-Author URI: http://www.roobottom.com */
-
-
-
-/* icons by Sergey Tarhanov */
-
-/* Ported to Drupal/PHPTemplate by Jarrod Piccioni of GoodBasic - http://goodbasic.com */
-
-
-body {
-	font-family: helvetica, ariel, sans;
-	font-size: 62.5%;
-	color: #555;
-	text-align:center;
-	margin-top: 0px;
-	background: #F7F7F7 url(background.jpg) repeat-y center top;
-}
-
-/* The body * will remove all default browser styles */
-
-body * {
-	margin: 0;
+#navigation ul{
+	list-style: none;
 	padding: 0;
-	text-decoration: none;
-	border: none;
-	color: #444;
-	list-style-type: none;
-	font-weight: normal;
-}
-
-/* put this back in for testing, it helps with the layout...
-div {
-	border: 1px solid #FF0000;
-} */
-
-/* set up header sizes */
-
-h1 { font-size: 1.8em; }
-h2 { font-size: 1.6em; }
-h3 { font-size: 1.5em; }
-h4 { font-size: 1.2em; }
-h5 { font-size: 1.1em; }
-h6 { font-size: 1.1em; }
-
-/* format form items */
-
-input, textarea {
-	border: 1px solid #ccc;
-	margin: 1px;
-	padding: 1px;
-}
-
-/* the main wrap div */
-
-#wrap {
-	text-align:left;
-	margin: 0 auto;
-	width: 749px;
-}
-
-/* header styles */
-
-#header {
-	position: relative;
-	height: 100px;
-	width: 746px;
-	background: transparent url(header_bg.gif) no-repeat;
-}
-
-#header h1 {
-	font-family: tahoma, ariel, helvetica, sans;
-	text-align:center;
 	margin: 0;
-	padding-top: 20px;
-}
-
-#header h1 a {
-	font-size: 1.8em;
-	color: #669900;
-}
-
-#header h1 a:hover {
-	color: #fff;
-	background: #669900;
-}
-
-#header .slogan {
-	text-align:center;
-	font-size: 1.4em;	
-}
-
-/* mid section */
-
-#middle {
-	clear: both;
-	margin-top: 30px
-}
-
-/* left col */
-
-#left_col {
-	float: left;
-	width: 450px;
-	margin: 0 15px 0 0;
-}
-
-#left_col p {
-	line-height: 200%;
-	font-size: 1.2em;
-	padding-bottom: 1em;
-}
-
-#left_col p a {
-	color: #669900;
-	border-bottom: 1px dotted #669900;
-}
-
-#left_col p a:hover {
-	border-bottom: 1px solid #669900;
-}
-
-#left_col img {
-	float: left;
-	margin: 5px 5px 0 0;
-	padding: 1px;
-	border: 1px solid #ccc;
-}
-
-#left_col blockquote {
-	margin-left: 5px;
-	padding-left: 5px;
-	border-left: 2px solid #669900;
-	margin-bottom: 1em;
-}
-
-
-#left_col dt {
-	background: #F7F8F9 url(left_col_blankheader.gif) no-repeat top left;
-	height: 25px;
-	font-size: 1.4em;
-	padding: 5px 0 0 5px;
-}
-
-#left_col dt a {
-	font-weight: bold;
-	border-bottom: 1px dotted #555;
-}
-
-#left_col dt a:hover {
-	border-bottom: 1px solid #555;
-}
-
-#left_col dd {
-  margin: 5px;
-  padding-bottom: 30px;
-  line-height: 200%;
-}
-
-#left_col h2 a {
-  color: #669900;
-  font-weight: bold;
-}
-
-#left_col h2 a:hover {
-  color: #FFF;
-  background: #669900;
-}
-
-#left_col ul {
-  font-size: 130%;
-  padding-bottom: 10px;
-  padding-left: 30px;
-}
-
-#left_col ul.tabs {
-  line-height: normal;
-  padding-bottom: 0;
-}
-
-#left_col ul li {
-  list-style-type: circle;
-  margin-bottom: 3px;
-}
-
-#left_col .comments {
-	width: 450px;
-	margin: 20px 0;
-}
-
-#left_col .comments .content {
-  background: #F7F8F9 url(left_col_blankfooter.gif) no-repeat bottom left;
-  margin-bottom: 20px;
-  padding-bottom: 20px;
-}
-
-#left_col .comments cite {
-  background: #F7F8F9 url(left_col_blankheader.gif) no-repeat top left;
-  height: 25px;
-  font-size: 1.4em;
-  padding: 5px 0 0 5px;
-  display: block;
-  border-top: 3px solid #669900;
-  font-style: normal;
-}
-
-#left_col .comments dd {
-  margin: 5px;
-  padding-bottom: 10px;
-  font-size: 1.1em;
-}
-
-#left_col .comments h3 {
-	color: #669900;
-	font-size: 1.4em;
-	margin-bottom: 1em;
-}
-
-#left_col .comments p {
-  line-height: 150%;
-  margin: 0 5px;
-}
-
-#left_col .comments li {
-	margin-top: 15px;
-	clear: both;
-}
-
-#left_col .comments a {
-	color: #669900;
-	border-bottom: 1px dotted #669900;
-}
-
-#left_col .comments a:hover {
-	color: #669900;
-	border-bottom: 1px solid #669900;
-}
-
-#left_col #comments #commentsbox {
-	width: 450px;
-}
-
-.newsDate li {
-	display: inline;
-	margin-right: 1em;
-	color: #666;
-}
-
-.newsFooter {
-	clear: both;
-	padding-top: 6px;
 }
-
-.newsFooter ul {
-	border-top: 1px solid #ccc;
-}
-
-.newsFooter li {
-	display: inline;
-	margin-right: 1em;
-}
-
-.newsFooter .category {
-	padding: 0 0 0 16px;
-	background: url(icon_categories.gif) no-repeat 0px 1px;
-}
-
-.newsFooter .category a {
-	border-bottom: 1px #444 dotted;
-}
-
-.newsFooter .category a:hover {
-	border-bottom: 1px #444 solid;
-}
-
-.newsFooter .comments {
-	padding: 0 0 0 16px;
-	background: url(icon_comments.gif) no-repeat 0px 1px;
-}
-
-.newsFooter .comments a {
-	color: #669900;
-	border-bottom: 1px #669900 dotted;
-}
-
-.newsFooter .comments a:hover {
-	border-bottom: 1px #669900 solid;
-}
-
-.newsFooter .email {
-	padding: 0 0 0 16px;
-	background: url(icon_email.gif) no-repeat 0px 1px;
-}
-
-.newsFooter .email a {
-	border-bottom: 1px #444 dotted;
-}
-
-.newsFooter .email a:hover {
-	border-bottom: 1px #444 solid;
-}
-
-/* right col */
-
-#right_col {
-	float: right;
-	width: 260px;
-}
-
-#right_col .next {
-	padding: 0 0 0 16px;
-	background: url(icon_next.gif) no-repeat 0px 5px;
-	float: left;
-	margin-left: 20px;
-}
-
-#right_col .prev {
-	padding: 0 0 0 16px;
-	background: url(icon_prev.gif) no-repeat 0px 5px;
-	float: left;
-}
-
-#right_col .content {
-  background: #F7F8F9 url(right_col_blankfooter.gif) no-repeat bottom left;
-  padding: 0 0 30px 0;
-  line-height: 200%;
-  list-style: none;
-  margin: 0 0 10px 0;
-  font-size: 120%;
-}
-
-#right_col ul li, #right_col ol li {
-  list-style-type: none;
-  padding: 0;
-  margin: 0;
-  margin-left: 5px;
-  font-size: 90%;
-}
-
-#right_col h2 {
-	background: #F7F8F9 url(right_col_blankheader.gif) no-repeat top left;
-	height: 29px;
-	font-size: 1.4em;
-	padding: 5px 0 0 5px;
-}
-
-#right_col dd {
-  margin: 5px;
-  padding-bottom: 30px;
-  line-height: 200%;
-}
-
-#right_col a {
-	border-bottom: 1px #444 dotted;
-}
-
-#right_col a:hover {
-	border-bottom: 1px #444 solid;
-}
-
-#right_col img {
-	margin: 0 5px;
-}
-
-#right_col img a {
-  border: 0 !important;
-  text-decoration: none;
-}
-
-#right_col #sidebar_archives li {
-	padding: 0 0 0 16px;
-	background: url(icon_archive.gif) no-repeat 0px 4px;
-}
-
-#right_col #sidebar_categories li {
-	padding: 0 0 0 16px;
-	background: url(icon_categories.gif) no-repeat 0px 4px;
-}
-
-#right_col #sidebar_syndication li {
-	padding: 0 0 0 16px;
-	background: url(icon_syndicate.gif) no-repeat 0px 4px;
-}
-
-
-/* classes for top borders */
-
-.block h2, #footer, .topmost {
-	border-top: 3px solid #669900;
-}
-
-
-/* footer */
-
-#footer {
-	clear: both;	
-	height: 44px;
-	width: 746px;
-	background: transparent url(header_background.gif) no-repeat;
-	font-size: 1.1em;
-}
-
-#footer p {
-	margin-left: 7px;
-	padding-top: 7px;
-	text-align:center;
-}
-
-#footer a {
-	color: #292920;
-	text-decoration: none;
-	border-bottom: 1px dotted #292920;
-}
-
-#footer a:hover {
-	color: #c6c6c3;
-	border-bottom-color: #c6c6c3;
-}
-
-
-/******* For Drupal *******/
-
-#left_col textarea {
-  width: 440px;
-}
-
-#left_col input {
-  max-width: 400px;
-}
-
-.more-link {
-  display: none;
-}
-
-h2.topmost {
-  background: #fff url(right_col_blankheader.gif) repeat-x top left;
-  height: 29px;
-  font-size: 1.4em;
-  padding: 5px 0 0 5px;
-  margin: 0;
-}
-
-.postmetadata {
-  border-top: 1px solid #F7F8F9;
-  margin: 5px 0 !important;
-  padding: 0 !important;
-  font-size: 11px !important;
-}
-
-div#message {
-  font-size: 14px;
-  border-top: 1px solid #690;
-  border-bottom: 1px solid #690;
-  font-weight: bold;
-  text-align: center;
-  padding: 3px 0;
-  margin-bottom: 5px;
-}
-
-.post-title {
-  margin-bottom: 10px;
-}
-
-label, legend {
-  margin-top: 10px;
-  padding-top: 10px;
-}
-
-label {
-  font-size: 12px;
-}
-
-legend {
-  font-size: 14px;
-}
-
-.description {
-  font-size: 11px !important;
-}
-
-.breadcrumb {
-  text-align: right;
-  font-size: 12px;
-}
-
-.content form {
-  margin: -12px 0 0 5px !important;
-  padding: 0;
+#navigation li {
+	background: none;
+	float:left;
+	margin:0;
+	padding:0;
+	list-style-type:none;
+margin-left: +5em;}
+
+
+
+/* header styles */
+
+#header {
+	position: relative;
+	height: 100px;
+	width: 746px;
+	background: transparent url(header_bg.gif) no-repeat;
+}
+
+#header h1 {
+	font-family: tahoma, ariel, helvetica, sans;
+	text-align:center;
+	margin: 0;
+	padding-top: 20px;
+}
+
+#header h1 a {
+	font-size: 1.8em;
+	color: #669900;
+}
+
+#header h1 a:hover {
+	color: #fff;
+	background: #669900;
+}
+
+#header .slogan {
+	text-align:center;
+	font-size: 1.4em;	
+}
+
+/* mid section */
+
+#middle {
+	clear: both;
+	margin-top: 30px
+}
+
+/* left col */
+
+#left_col {
+	float: left;
+	width: 450px;
+	margin: 0 15px 0 0;
+}
+
+#left_col p {
+	line-height: 200%;
+	font-size: 1.2em;
+	padding-bottom: 1em;
+}
+
+#left_col p a {
+	color: #669900;
+	border-bottom: 1px dotted #669900;
+}
+
+#left_col p a:hover {
+	border-bottom: 1px solid #669900;
+}
+
+#left_col img {
+	float: left;
+	margin: 5px 5px 0 0;
+	padding: 1px;
+	border: 1px solid #ccc;
+}
+
+#left_col blockquote {
+	margin-left: 5px;
+	padding-left: 5px;
+	border-left: 2px solid #669900;
+	margin-bottom: 1em;
+}
+
+
+#left_col dt {
+	background: #F7F8F9 url(left_col_blankheader.gif) no-repeat top left;
+	height: 25px;
+	font-size: 1.4em;
+	padding: 5px 0 0 5px;
+}
+
+#left_col dt a {
+	font-weight: bold;
+	border-bottom: 1px dotted #555;
+}
+
+#left_col dt a:hover {
+	border-bottom: 1px solid #555;
+}
+
+#left_col dd {
+  margin: 5px;
+  padding-bottom: 30px;
+  line-height: 200%;
+}
+
+#left_col h2 a {
+  color: #669900;
+  font-weight: bold;
+}
+
+#left_col h2 a:hover {
+  color: #FFF;
+  background: #669900;
+}
+
+#left_col ul {
+  font-size: 130%;
+  padding-bottom: 10px;
+  padding-left: 30px;
+}
+
+#left_col ul.tabs {
+  line-height: normal;
+  padding-bottom: 0;
+}
+
+#left_col ul li {
+  list-style-type: circle;
+  margin-bottom: 3px;
+}
+
+#left_col .comments {
+	width: 450px;
+	margin: 20px 0;
+}
+
+#left_col .comments .content {
+  background: #F7F8F9 url(left_col_blankfooter.gif) no-repeat bottom left;
+  margin-bottom: 20px;
+  padding-bottom: 20px;
+}
+
+#left_col .comments cite {
+  background: #F7F8F9 url(left_col_blankheader.gif) no-repeat top left;
+  height: 25px;
+  font-size: 1.4em;
+  padding: 5px 0 0 5px;
+  display: block;
+  border-top: 3px solid #669900;
+  font-style: normal;
+}
+
+#left_col .comments dd {
+  margin: 5px;
+  padding-bottom: 10px;
+  font-size: 1.1em;
+}
+
+#left_col .comments h3 {
+	color: #669900;
+	font-size: 1.4em;
+	margin-bottom: 1em;
+}
+
+#left_col .comments p {
+  line-height: 150%;
+  margin: 0 5px;
+}
+
+#left_col .comments li {
+	margin-top: 15px;
+	clear: both;
+}
+
+#left_col .comments a {
+	color: #669900;
+	border-bottom: 1px dotted #669900;
+}
+
+#left_col .comments a:hover {
+	color: #669900;
+	border-bottom: 1px solid #669900;
+}
+
+#left_col #comments #commentsbox {
+	width: 450px;
+}
+
+.newsDate li {
+	display: inline;
+	margin-right: 1em;
+	color: #666;
+}
+
+.newsFooter {
+	clear: both;
+	padding-top: 6px;
+}
+
+.newsFooter ul {
+	border-top: 1px solid #ccc;
+}
+
+.newsFooter li {
+	display: inline;
+	margin-right: 1em;
+}
+
+.newsFooter .category {
+	padding: 0 0 0 16px;
+	background: url(icon_categories.gif) no-repeat 0px 1px;
+}
+
+.newsFooter .category a {
+	border-bottom: 1px #444 dotted;
+}
+
+.newsFooter .category a:hover {
+	border-bottom: 1px #444 solid;
+}
+
+.newsFooter .comments {
+	padding: 0 0 0 16px;
+	background: url(icon_comments.gif) no-repeat 0px 1px;
+}
+
+.newsFooter .comments a {
+	color: #669900;
+	border-bottom: 1px #669900 dotted;
+}
+
+.newsFooter .comments a:hover {
+	border-bottom: 1px #669900 solid;
+}
+
+.newsFooter .email {
+	padding: 0 0 0 16px;
+	background: url(icon_email.gif) no-repeat 0px 1px;
+}
+
+.newsFooter .email a {
+	border-bottom: 1px #444 dotted;
+}
+
+.newsFooter .email a:hover {
+	border-bottom: 1px #444 solid;
+}
+
+/* right col */
+
+#right_col {
+	float: right;
+	width: 260px;
+}
+
+#right_col .next {
+	padding: 0 0 0 16px;
+	background: url(icon_next.gif) no-repeat 0px 5px;
+	float: left;
+	margin-left: 20px;
+}
+
+#right_col .prev {
+	padding: 0 0 0 16px;
+	background: url(icon_prev.gif) no-repeat 0px 5px;
+	float: left;
+}
+
+#right_col .content {
+  background: #F7F8F9 url(right_col_blankfooter.gif) no-repeat bottom left;
+  padding: 0 0 30px 0;
+  line-height: 200%;
+  list-style: none;
+  margin: 0 0 10px 0;
+  font-size: 120%;
+}
+
+#right_col ul li, #right_col ol li {
+  list-style-type: none;
+  padding: 0;
+  margin: 0;
+  margin-left: 5px;
+  font-size: 90%;
+}
+
+#right_col h2 {
+	background: #F7F8F9 url(right_col_blankheader.gif) no-repeat top left;
+	height: 29px;
+	font-size: 1.4em;
+	padding: 5px 0 0 5px;
+}
+
+#right_col dd {
+  margin: 5px;
+  padding-bottom: 30px;
+  line-height: 200%;
+}
+
+#right_col a {
+	border-bottom: 1px #444 dotted;
+}
+
+#right_col a:hover {
+	border-bottom: 1px #444 solid;
+}
+
+#right_col img {
+	margin: 0 5px;
+}
+
+#right_col img a {
+  border: 0 !important;
+  text-decoration: none;
+}
+
+#right_col #sidebar_archives li {
+	padding: 0 0 0 16px;
+	background: url(icon_archive.gif) no-repeat 0px 4px;
+}
+
+#right_col #sidebar_categories li {
+	padding: 0 0 0 16px;
+	background: url(icon_categories.gif) no-repeat 0px 4px;
+}
+
+#right_col #sidebar_syndication li {
+	padding: 0 0 0 16px;
+	background: url(icon_syndicate.gif) no-repeat 0px 4px;
+}
+
+
+/* classes for top borders */
+
+.block h2, #footer, .topmost {
+	border-top: 3px solid #669900;
+}
+
+
+/* footer */
+
+#footer {
+	clear: both;	
+	height: 44px;
+	width: 746px;
+	background: transparent url(header_background.gif) no-repeat;
+	font-size: 1.1em;
+}
+
+#footer p {
+	margin-left: 7px;
+	padding-top: 7px;
+	text-align:center;
+}
+
+#footer a {
+	color: #292920;
+	text-decoration: none;
+	border-bottom: 1px dotted #292920;
+}
+
+#footer a:hover {
+	color: #c6c6c3;
+	border-bottom-color: #c6c6c3;
+}
+
+
+/******* For Drupal *******/
+
+#left_col textarea {
+  width: 440px;
+}
+
+#left_col input {
+  max-width: 400px;
+}
+
+.more-link {
+  display: none;
+}
+
+h2.topmost {
+  background: #fff url(right_col_blankheader.gif) repeat-x top left;
+  height: 29px;
+  font-size: 1.4em;
+  padding: 5px 0 0 5px;
+  margin: 0;
+}
+
+.postmetadata {
+  border-top: 1px solid #F7F8F9;
+  margin: 5px 0 !important;
+  padding: 0 !important;
+  font-size: 11px !important;
+}
+
+div#message {
+  font-size: 14px;
+  border-top: 1px solid #690;
+  border-bottom: 1px solid #690;
+  font-weight: bold;
+  text-align: center;
+  padding: 3px 0;
+  margin-bottom: 5px;
+}
+
+.post-title {
+  margin-bottom: 10px;
+}
+
+label, legend {
+  margin-top: 10px;
+  padding-top: 10px;
+}
+
+label {
+  font-size: 12px;
+}
+
+legend {
+  font-size: 14px;
+}
+
+.description {
+  font-size: 11px !important;
+}
+
+.breadcrumb {
+  text-align: right;
+  font-size: 12px;
+}
+
+.content form {
+  margin: -12px 0 0 5px !important;
+  padding: 0;
 }
\ No newline at end of file
