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="commentbody <?php print ($comment->new) ? 'comment-new' : '' ?>"> 
-  <?php if ($comment->new) : ?> 
-  <a id="new"></a> <span class="new"><?php print $new ?></span> 
-  <?php endif; ?> 
-  <h4 class="c_userlink"><?php print $author ?> wrote:</h4> 
-  <div class="c_commentbody"><?php print $content ?></div> 
-  <?php if ($picture) : ?> 
-  <br class="clear" /> 
-  <?php endif; ?> 
-  <div class="c_commentinfo"><?php print $date ?></div>
-  <p class="postmetadata"><?php print $links ?> &#187;</p> 
+<div class="commentbody <?php print ($comment->new) ? 'comment-new' : '' ?>"> 
+  <?php if ($comment->new) : ?> 
+  <a id="new"></a> <span class="new"><?php print $new ?></span> 
+  <?php endif; ?> 
+  <h4 class="c_userlink"><?php print $author ?> wrote:</h4> 
+  <div class="c_commentbody"><?php print $content ?></div> 
+  <?php if ($picture) : ?> 
+  <br class="clear" /> 
+  <?php endif; ?> 
+  <div class="c_commentinfo"><?php print $date ?></div>
+  <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,12 +1,12 @@
-<div class="contentbody<?php print ($sticky) ? " sticky" : ""; ?>"> 
-  <?php if ($page == 0): ?> 
-  <h3><a href="<?php print $node_url ?>" rel="bookmark" title="Read Entry: <?php print $title ?>"><?php print $title ?></a></h3> 
-  <?php endif; ?> 
-  <?php print $content ?>
-  <?php if ($links): ?> 
-  <div class="itemdetails">
-  <span class="item2"><?php print $terms ?></span>
-  <span class="item3"><?php print $links ?></span>
-  </div> 
-  <?php endif; ?> 
+<div class="contentbody<?php print ($sticky) ? " sticky" : ""; ?>"> 
+  <?php if ($page == 0): ?> 
+  <h3><a href="<?php print $node_url ?>" rel="bookmark" title="Read Entry: <?php print $title ?>"><?php print $title ?></a></h3> 
+  <?php endif; ?> 
+  <?php print $content ?>
+  <?php if ($links): ?> 
+  <div class="itemdetails">
+  <span class="item2"><?php print $terms ?></span>
+  <span class="item3"><?php print $links ?></span>
+  </div> 
+  <?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:22:40 2006
@@ -1,79 +1,75 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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 id="home">
-	<div id="header">
-		<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> 
-		<?php if (is_array($primary_links)) : ?> 
-			<div id="navigation"><h3 class="hidden">Navigation</h3>
-			<ul> 
-			<?php foreach ($primary_links as $link): ?> 
-			<li><?php print $link?></li> 
-			<?php endforeach; ?> 
-			</ul></div>
-		<?php endif; ?>
-	</div>
-
-
-<div id="wrapper">
-	<div id="container">
-		<div id="content">
-			<div class="contentdiv">
-				<h2><?php print($site_name) ?></h2>
-				<div class="divweblog">
-				<!--Database Generated Content-->
-					<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 --> 
-				<!--End Database Generated Content-->
-	      	</div>
-    		</div>
-  		</div>
-	</div>
-
-<div id="sidebar">
-	<?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>
-
-
-<div class="clearing">&nbsp;</div>
-
-<!--Close Wrapper-->
-</div>
-
-<div id="footer">
-	<div id="credits">Design by <a href="http://www.stanch.net">Stanch.net</a> | <a href="http://validator.w3.org/check?uri=referer">XHTML 1.0 Strict</a> | <a href="http://jigsaw.w3.org/css-validator/">CSS</a> | <a href="http://skins.nucleuscms.org/xml-rss2.php">Hungry? Feed on RSS</a><br />Powered by <a href="http://www.drupal.org">Drupal</a> | <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=58615&amp;t=73">Get a better browser</a></div>
-</div>
-<?php print $closure;?> 
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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 id="home" <?php print theme("onload_attribute"); ?>>
+	<div id="header">
+		<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>
+		<?php if (is_array($primary_links)) : ?>
+			<div id="navigation"><h3 class="hidden">Navigation</h3>
+			<ul>
+			<?php foreach ($primary_links as $link): ?>
+			<li><?php print $link?></li>
+			<?php endforeach; ?>
+			</ul></div>
+		<?php endif; ?>
+	</div>
+
+
+<div id="wrapper">
+	<div id="container">
+		<div id="content">
+			<div class="contentdiv">
+				<h2><?php print($site_name) ?></h2>
+				<div class="divweblog">
+				<!--Database Generated Content-->
+					<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 -->
+				<!--End Database Generated Content-->
+	      	</div>
+    		</div>
+  		</div>
+	</div>
+
+<div id="sidebar">
+	<?php if ($search_box): ?>
+		<?php print $search_box ?>
+	<?php endif; ?>
+	<?php print $sidebar_left ?>
+	<?php print $sidebar_right ?>
+</div>
+
+<div class="clearing">&nbsp;</div>
+
+<!--Close Wrapper-->
+</div>
+
+<div id="footer">
+	<div id="credits">Design by <a href="http://www.arvoriad.com">Arvoriad.com</a> | <a href="http://validator.w3.org/check?uri=referer">XHTML 1.0 Strict</a> | <a href="http://jigsaw.w3.org/css-validator/">CSS</a><br /></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 22:17:52 2006
@@ -1,409 +1,416 @@
-/*This is the LEAF skin, made by Ivan for Nucleus CMS*/
-/*I am not a pro in CSS - If you are one and if you think it can be done better, by all means go ahead and adjust to your needs*/
-/*I've tried my best to comment on most of the styles*/
-
-/*BASIC STUFF*/
-/*Link styling*/
-a:link, a:visited{
-	color: #23598C;
-	text-decoration: none;
-}
-a:hover, a:active{
-	color: black;
-}
-/*Image*/
-img{
-	border: none;
-}
-/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*/
-/*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/
-.more-link, .hidden{
-	display: none;
-}
-/*Use this to centerize any image/text*/
-.centerize{
-	text-align: center;
-}
-/*MAIN STRUCTURE*/
-/*Don't edit if you know what's good for you*/
-body{
-	color: #4C4C4C;
-	font-size: 11px;
-	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
-	background: #123454 url(01_bg.gif) top repeat-x;
-	padding: 20px 0 20px 0;
-	text-align: center;
-}
-#wrapper {
-	width: 700px;
-	margin: auto;
-	background: white url(01_bodybg.jpg) repeat-y;
-	text-align: left;
-}
-/*The header image*/
-#header{
-	position: relative;
-	width: 700px;
-	height: 151px;
-	margin: auto;
-	background: url(01_header01.jpg) no-repeat;
-}
-/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
-#container{
-	width: 100%;
-	float: left;
-	margin-right: -230px;
-}
-#content{
-	margin-right: 230px;
-	padding: 25px 0;
-}
-#sidebar{
-	width: 220px;
-	float: right;
-	padding: 25px 5px;
-	text-align: left;
-}
-#footer{
-	width: 700px;
-	margin: auto;
-	padding: 20px 0 0 0;
-	background: url(01_footer.jpg) top no-repeat;
-}
-/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
-#credits{
-	font-size: 10px;
-	text-align: center;
-	color: #F7F7F7;
-}
-#credits a:link, #credits a:visited{
-	color: #CFE6FD;
-}
-#credits a:hover, #credits a:active{
-	color: white;
-}
-/*Ignore this*/
-.clearing{
-	height: 0;
-	clear: both;
-}
-/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/
-#header h1{
-	position: absolute;
-	top: 16px;
-	left: 24px;
-	font-size: 20px;
-	line-height: 20px;
-	margin: 0;
-}
-/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/
-#navigation{
-	font-size: 11px;
-	width: 694px;
-	height: 22px;
-	position: absolute;
-	top: 129px;
-	left: 3px;
-}
-#navigation ul{
-	list-style: none;
-	padding: 0;
-	margin: 0;
-}
-#navigation li {
-	background: none;
-}
-
-/*THIS PART IS FOR THE NAVIGATION LINKS*/
-/*.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited{*/
-#navigation li a:link, #navigation li a:visited {
-	color: #4E4E4E;
-	width: 80px;
-	height: 20px;
-	line-height: 20px;
-	background: url(01_linkbg1.gif) top repeat-y;
-	padding: 0;
-	float: left;
-	display: block;
-	margin-right: 3px;
-}
-
-/*HOVER EFFECTS*/
-#navigation li a:hover, #navigation li a:active {
-	background: url(01_linkbg2.gif) top repeat-y;
-	margin: 1px 3px 0 0;
-}
-
-/*THE HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/
-h2{
-	color: #3E565F;
-	margin: 0 0 3px 0;
-	font-size: 16px;
-}
-/*h3{*/
-#sidebar h2 {
-	color: #3E565F;
-	margin: 0 0 8px 18px;
-	font-size: 14px;
-}
-
-#sidebar img { margin-left: 18px; }
-
-h4{
-	font-size: 11px;
-}
-/*Sub structure - To create the margins of the body (where text will be placed)*/
-.contentdiv{
-	margin: 0 15px 0 22px;
-}
-.sidebardiv{
-	margin: 0 22px 0 15px;
-}
-/*The image styling of your blog*/
-.contentbody img{
-	border: 1px solid black;
-}
-/*COMMENTS STYLING*/
-.c_commentbody{
-	padding: 0 0 5px 0;
-	background: url(01_hdot.gif) bottom repeat-x;
-}
-/*User links on comments made (eg. Ivan wrote:)*/
-.c_userlink{
-	margin: 0 0 5px 0;
-}
-/*Time stamp info in comments made*/
-.c_commentinfo{
-	font-size: 10px;
-	margin: 3px 0 0 0;
-	padding: 0 0 0 13px;
-	background: url(01_item1.gif) 0 1px no-repeat;
-}
-/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/
-.box, .contentbody, .commentbody {
-	margin: 0;
-	padding: 0 0 30px 43px;
-	text-align: justify;
-}
-.block {
-	margin: 0 0 20px 0;
-	padding: 0;
-}
-/*THIS PART IS THE SIDEBAR'S INDIVIDUAL DIVS*/
-/*Note that it doesn't have any styling, but it's here in case you want to add some styles*/
-#sidebar .content {
-	padding: 0;
-	margin: 0 5px;
-}
-
-#sidebar .content ul {
-list-style-type: none;
-}
-
-#sidebar .content ul li {
-list-style: none;
-padding-left: 10px;
-}
-
-/*THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT)*/
-/*You can create different image on your on, but only if you know what you're doing should you edit this part*/
-.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,
-.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
-	background: url(01_quote.gif) 0 3px no-repeat;
-}
-/*A different background for comments made*/
-.box {
-	background: url(01_quote1.gif) 0 3px no-repeat;
-}
-/*A different background for the admin (in the comments made area)*/
-.divcommentsmade .id1{
-	background: url(01_quote4.gif) 0 3px no-repeat;
-}
-/*Add comment form's background*/
-/*.divaddcomment .contentbody{*/
-.box {
-	background: url(01_quote3.gif) 0 3px no-repeat;
-}
-/*MORE DETAILED STUFF - Item details of your blog items*/
-.itemdetails{
-	text-align: right;
-	padding: 5px 0 0 0;
-	background: url(01_hdot.gif) top repeat-x;
-}
-/*Posted by*/
-.item1{
-	padding: 0 0 0 13px;
-	margin: 0 0 0 12px;
-	background: url(01_item1.gif) 0 1px no-repeat;
-}
-/*Category*/
-.item2{
-	padding: 0 0 0 13px;
-	margin: 0 0 0 12px;
-	background: url(01_item2.gif) 0 3px no-repeat;
-}
-/*Comments*/
-.item3{
-	padding: 0 0 0 15px;
-	margin: 0 0 0 12px;
-	background: url(01_item3.gif) 0 3px no-repeat;
-}
-/*STYLING OF SIDE TITLES*/
-/*You can remove all parts here if you do not wish to use images as your side titles*/
-.about h3{
-	height: 23px;
-	text-indent: -9999px;
-	margin: 0 0 2px 0;
-	background: url(01_s_about.gif) no-repeat;
-}
-.login h3{
-	height: 23px;
-	text-indent: -9999px;
-	margin: 0 0 2px 0;
-	background: url(01_s_login.gif) no-repeat;
-}
-.categories h3{
-	height: 23px;
-	text-indent: -9999px;
-	margin: 0 0 2px 0;
-	background: url(01_s_categories.gif) no-repeat;
-}
-.search h3{
-	height: 23px;
-	text-indent: -9999px;
-	margin: 0 0 2px 0;
-	background: url(01_s_search.gif) no-repeat;
-}
-.links h3{
-	height: 23px;
-	text-indent: -9999px;
-	margin: 0 0 2px 0;
-	background: url(01_s_links.gif) no-repeat;
-}
-/*MAIN TITLES*/
-/*You can remove all parts here if you do not wish to use images as your main titles*/
-h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{
-	height: 23px;
-	text-indent: -9999px;
-	margin: 0 0 5px 0;
-}
-h2.weblog{
-	background: url(01_m_weblog.gif) no-repeat;
-}
-h2.comments{
-	background: url(01_m_comments.gif) no-repeat;
-}
-h2.commentsmade{
-	background: url(01_m_commentsmade.gif) no-repeat;
-}
-.box h2 {
-	background: url(01_m_addcomment.gif) no-repeat;
-	text-indent: -9999px;
-}
-h2.archives{
-	background: url(01_m_archives.gif) no-repeat;
-}
-h2.error{
-	background: url(01_m_error.gif) no-repeat;
-}
-h2.member{
-	background: url(01_m_member.gif) no-repeat;
-}
-h2.sendmessage{
-	background: url(01_m_sendmessage.gif) no-repeat;
-}
-h2.searchpage{
-	background: url(01_m_search.gif) no-repeat;
-}
-/*FORM STYLING*/
-form{
-	margin: 0;
-	text-align: left;
-}
-/*Styling for all form fields*/
-.formfield{
-	width: 130px;
-	font-size: 11px;
-	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
-	margin: 0 0 2px 0;
-	color: #494949;
-	border-top: 1px solid #868686;
-	border-left: 1px solid #868686;
-	border-bottom: 1px solid #D4D2CF;
-	border-right: 1px solid #D4D2CF;
-}
-/*Form fields on focus effect (when user click on that input field)*/
-.formfield:focus{
-	border: 1px solid black;
-}
-/*Form's buttons*/
-.formbutton{
-	font-size: 11px;
-	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
-	margin: 1px 0 0 0;
-	padding: 1px 10px;
-	color: #494949;
-	background: white;
-	border-top: 1px solid #D4D2CF;
-	border-left: 1px solid #D4D2CF;
-	border-bottom: 1px solid #868686;
-	border-right: 1px solid #868686;
-}
-/*Don't show textarea scrollbar on IE*/
-textarea{
-	overflow: hidden;
-}
-/*Wider formfields for comment and mailform*/
-.commentform .formfield, .mailform .formfield{
-	width: 340px;
-}
-/*Add background to comment textarea*/
-.box .content textarea{
-	background: white url(01_txbg.gif) center center no-repeat;
-	width: 370px;
-}
-/*STYLING OF THE FORMS BACKGROUND, AND THE LITTLE ROUNDED TOPS*/
-/*Add comment form and mailform (same size)*/
-.box form, .divaddcomment form, .divsendmessage form{
-	width: 390px;
-	padding-top: 5px;
-	background: #E2EDF0 url(01_mountaintop.gif) top no-repeat;
-}
-.box form * {
-	margin-left: 5px;
-}
-/*Login form and search form (same size)*/
-.login form, .search form{
-	width: 184px;
-	background: #E2EDF0 url(01_mountaintop2.gif) top no-repeat;
-}
-.loginform, .searchform{
-	padding: 10px;
-}
-/*THE LIST STYLES*/
-ul{
-	list-style: none;
-	padding: 0;
-	margin: 0;
-}
-li{
-	padding: 0 0 0 9px;
-	margin: 0 0 2px 0;
-	background: url(01_arrow.gif) 0 6px no-repeat;
-}
-/*THE SEARCH HIGHLIGHT*/
-.highlight{
-	font-weight: bold;
-	text-decoration: underline;
-}
-/*Comment error - For Nucleus v3.2*/
-div.error{
-	color: red;
-	font-weight: bold;
-}
-
-
-
-textarea {
-width: 440px;
-}
+/*This is the LEAF skin, made by Ivan for Nucleus CMS*/
+/*I am not a pro in CSS - If you are one and if you think it can be done better, by all means go ahead and adjust to your needs*/
+/*I've tried my best to comment on most of the styles*/
+
+/* Migration to Drupal 4.7 by Thierry Guégan (http://www.arvoriad.com/) */
+
+
+/*BASIC STUFF*/
+/*Link styling*/
+a:link, a:visited{
+	color: #23598C;
+	text-decoration: none;
+}
+a:hover, a:active{
+	color: black;
+}
+/*Image*/
+img{
+	border: none;
+}
+/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*/
+/*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/
+.more-link, .hidden{
+	display: none;
+}
+/*Use this to centerize any image/text*/
+.centerize{
+	text-align: center;
+}
+/*MAIN STRUCTURE*/
+/*Don't edit if you know what's good for you*/
+body{
+	color: #4C4C4C;
+	font-size: 11px;
+	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
+	background: #123454 url(01_bg.gif) top repeat-x;
+	padding: 20px 0 20px 0;
+	text-align: center;
+}
+#wrapper {
+	width: 700px;
+	margin: auto;
+	background: white url(01_bodybg.jpg) repeat-y;
+	text-align: left;
+}
+/*The header image*/
+#header{
+	position: relative;
+	width: 700px;
+	height: 151px;
+	margin: auto;
+	background: url(01_header01.jpg) no-repeat;
+}
+/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
+#container{
+	width: 100%;
+	float: left;
+	margin-right: -230px;
+}
+#content{
+	margin-right: 230px;
+	padding: 25px 0;
+}
+#sidebar{
+	width: 220px;
+	float: right;
+	padding: 25px 5px;
+	text-align: left;
+}
+#footer{
+	width: 700px;
+	margin: auto;
+	padding: 20px 0 0 0;
+	background: url(01_footer.jpg) top no-repeat;
+}
+/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
+#credits{
+	font-size: 10px;
+	text-align: center;
+	color: #F7F7F7;
+}
+#credits a:link, #credits a:visited{
+	color: #CFE6FD;
+}
+#credits a:hover, #credits a:active{
+	color: white;
+}
+/*Ignore this*/
+.clearing{
+	height: 0;
+	clear: both;
+}
+/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/
+#header h1{
+	position: absolute;
+	top: 16px;
+	left: 24px;
+	font-size: 20px;
+	line-height: 20px;
+	margin: 0;
+}
+/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/
+#navigation{
+	font-size: 11px;
+	width: 694px;
+	height: 22px;
+	position: absolute;
+	top: 129px;
+	left: 3px;
+}
+#navigation ul{
+	list-style: none;
+	padding: 0;
+	margin: 0;
+}
+#navigation li {
+	background: none;
+	float:left;
+	margin:0;
+	padding:0;
+	list-style-type:none;
+}
+
+/*THIS PART IS FOR THE NAVIGATION LINKS*/
+/*.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited{*/
+#navigation li a:link, #navigation li a:visited {
+	color: #4E4E4E;
+	width: 80px;
+	height: 20px;
+	line-height: 20px;
+	background: url(01_linkbg1.gif) top repeat-y;
+	padding: 0;
+	float: left;
+	display: block;
+	margin-right: 3px;
+}
+
+/*HOVER EFFECTS*/
+#navigation li a:hover, #navigation li a:active {
+	background: url(01_linkbg2.gif) top repeat-y;
+	margin: 1px 3px 0 0;
+}
+
+/*THE HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/
+h2{
+	color: #3E565F;
+	margin: 0 0 3px 0;
+	font-size: 16px;
+}
+/*h3{*/
+#sidebar h2 {
+	color: #3E565F;
+	margin: 0 0 8px 18px;
+	font-size: 14px;
+}
+
+#sidebar img { margin-left: 18px; }
+
+h4{
+	font-size: 11px;
+}
+/*Sub structure - To create the margins of the body (where text will be placed)*/
+.contentdiv{
+	margin: 0 15px 0 22px;
+}
+.sidebardiv{
+	margin: 0 22px 0 15px;
+}
+/*The image styling of your blog*/
+.contentbody img{
+	border: 1px solid black;
+}
+/*COMMENTS STYLING*/
+.c_commentbody{
+	padding: 0 0 5px 0;
+	background: url(01_hdot.gif) bottom repeat-x;
+}
+/*User links on comments made (eg. Ivan wrote:)*/
+.c_userlink{
+	margin: 0 0 5px 0;
+}
+/*Time stamp info in comments made*/
+.c_commentinfo{
+	font-size: 10px;
+	margin: 3px 0 0 0;
+	padding: 0 0 0 13px;
+	background: url(01_item1.gif) 0 1px no-repeat;
+}
+/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/
+.box, .contentbody, .commentbody {
+	margin: 0;
+	padding: 0 0 30px 43px;
+	text-align: justify;
+}
+.block {
+	margin: 0 0 20px 0;
+	padding: 0;
+}
+/*THIS PART IS THE SIDEBAR'S INDIVIDUAL DIVS*/
+/*Note that it doesn't have any styling, but it's here in case you want to add some styles*/
+#sidebar .content {
+	padding: 0;
+	margin: 0 5px;
+}
+
+#sidebar .content ul {
+list-style-type: none;
+}
+
+#sidebar .content ul li {
+list-style: none;
+padding-left: 10px;
+}
+
+/*THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT)*/
+/*You can create different image on your on, but only if you know what you're doing should you edit this part*/
+.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,
+.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
+	background: url(01_quote.gif) 0 3px no-repeat;
+}
+/*A different background for comments made*/
+.box {
+	background: url(01_quote1.gif) 0 3px no-repeat;
+}
+/*A different background for the admin (in the comments made area)*/
+.divcommentsmade .id1{
+	background: url(01_quote4.gif) 0 3px no-repeat;
+}
+/*Add comment form's background*/
+/*.divaddcomment .contentbody{*/
+.box {
+	background: url(01_quote3.gif) 0 3px no-repeat;
+}
+/*MORE DETAILED STUFF - Item details of your blog items*/
+.itemdetails{
+	text-align: right;
+	padding: 5px 0 0 0;
+	background: url(01_hdot.gif) top repeat-x;
+}
+/*Posted by*/
+.item1{
+	padding: 0 0 0 13px;
+	margin: 0 0 0 12px;
+	background: url(01_item1.gif) 0 1px no-repeat;
+}
+/*Category*/
+.item2{
+	padding: 0 0 0 13px;
+	margin: 0 0 0 12px;
+	background: url(01_item2.gif) 0 3px no-repeat;
+}
+/*Comments*/
+.item3{
+	padding: 0 0 0 15px;
+	margin: 0 0 0 12px;
+	background: url(01_item3.gif) 0 3px no-repeat;
+}
+/*STYLING OF SIDE TITLES*/
+/*You can remove all parts here if you do not wish to use images as your side titles*/
+.about h3{
+	height: 23px;
+	text-indent: -9999px;
+	margin: 0 0 2px 0;
+	background: url(01_s_about.gif) no-repeat;
+}
+.login h3{
+	height: 23px;
+	text-indent: -9999px;
+	margin: 0 0 2px 0;
+	background: url(01_s_login.gif) no-repeat;
+}
+.categories h3{
+	height: 23px;
+	text-indent: -9999px;
+	margin: 0 0 2px 0;
+	background: url(01_s_categories.gif) no-repeat;
+}
+.search h3{
+	height: 23px;
+	text-indent: -9999px;
+	margin: 0 0 2px 0;
+	background: url(01_s_search.gif) no-repeat;
+}
+.links h3{
+	height: 23px;
+	text-indent: -9999px;
+	margin: 0 0 2px 0;
+	background: url(01_s_links.gif) no-repeat;
+}
+/*MAIN TITLES*/
+/*You can remove all parts here if you do not wish to use images as your main titles*/
+h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{
+	height: 23px;
+	text-indent: -9999px;
+	margin: 0 0 5px 0;
+}
+h2.weblog{
+	background: url(01_m_weblog.gif) no-repeat;
+}
+h2.comments{
+	background: url(01_m_comments.gif) no-repeat;
+}
+h2.commentsmade{
+	background: url(01_m_commentsmade.gif) no-repeat;
+}
+.box h2 {
+	background: url(01_m_addcomment.gif) no-repeat;
+	text-indent: -9999px;
+}
+h2.archives{
+	background: url(01_m_archives.gif) no-repeat;
+}
+h2.error{
+	background: url(01_m_error.gif) no-repeat;
+}
+h2.member{
+	background: url(01_m_member.gif) no-repeat;
+}
+h2.sendmessage{
+	background: url(01_m_sendmessage.gif) no-repeat;
+}
+h2.searchpage{
+	background: url(01_m_search.gif) no-repeat;
+}
+/*FORM STYLING*/
+form{
+	margin: 0;
+	text-align: left;
+}
+/*Styling for all form fields*/
+.formfield{
+	width: 130px;
+	font-size: 11px;
+	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
+	margin: 0 0 2px 0;
+	color: #494949;
+	border-top: 1px solid #868686;
+	border-left: 1px solid #868686;
+	border-bottom: 1px solid #D4D2CF;
+	border-right: 1px solid #D4D2CF;
+}
+/*Form fields on focus effect (when user click on that input field)*/
+.formfield:focus{
+	border: 1px solid black;
+}
+/*Form's buttons*/
+.formbutton{
+	font-size: 11px;
+	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
+	margin: 1px 0 0 0;
+	padding: 1px 10px;
+	color: #494949;
+	background: white;
+	border-top: 1px solid #D4D2CF;
+	border-left: 1px solid #D4D2CF;
+	border-bottom: 1px solid #868686;
+	border-right: 1px solid #868686;
+}
+/*Don't show textarea scrollbar on IE*/
+textarea{
+	overflow: hidden;
+}
+/*Wider formfields for comment and mailform*/
+.commentform .formfield, .mailform .formfield{
+	width: 340px;
+}
+/*Add background to comment textarea*/
+.box .content textarea{
+	background: white url(01_txbg.gif) center center no-repeat;
+	width: 370px;
+}
+/*STYLING OF THE FORMS BACKGROUND, AND THE LITTLE ROUNDED TOPS*/
+/*Add comment form and mailform (same size)*/
+.box form, .divaddcomment form, .divsendmessage form{
+	width: 390px;
+	padding-top: 5px;
+	background: #E2EDF0 url(01_mountaintop.gif) top no-repeat;
+}
+.box form * {
+	margin-left: 5px;
+}
+/*Login form and search form (same size)*/
+.login form, .search form{
+	width: 184px;
+	background: #E2EDF0 url(01_mountaintop2.gif) top no-repeat;
+}
+.loginform, .searchform{
+	padding: 10px;
+}
+/*THE LIST STYLES*/
+ul{
+	list-style: none;
+	padding: 0;
+	margin: 0;
+}
+li{
+	padding: 0 0 0 9px;
+	margin: 0 0 2px 0;
+	background: url(01_arrow.gif) 0 6px no-repeat;
+}
+/*THE SEARCH HIGHLIGHT*/
+.highlight{
+	font-weight: bold;
+	text-decoration: underline;
+}
+/*Comment error - For Nucleus v3.2*/
+div.error{
+	color: red;
+	font-weight: bold;
+}
+
+
+
+textarea {
+width: 440px;
+}
