First commit, theme is in a working state and should be ready for general use
authorDan
Sat, 26 Jan 2008 16:03:04 -0500
changeset 0 da5928e7af09
child 1 a14108b9f932
First commit, theme is in a working state and should be ready for general use
darkritual/acledit.tpl
darkritual/comment.tpl
darkritual/credits.php
darkritual/css/default.css
darkritual/elements.tpl
darkritual/footer.tpl
darkritual/header.tpl
darkritual/img/bg.gif
darkritual/img/bgcontainer.gif
darkritual/img/bgfooter.gif
darkritual/img/header.jpg
darkritual/img/li.gif
darkritual/index.html
darkritual/license.txt
darkritual/sidebar-editor.tpl
darkritual/simple-footer.tpl
darkritual/simple-header.tpl
darkritual/theme.cfg
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/acledit.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,36 @@
+<!-- VAR acl_field_begin -->
+<div class="mdg-comment" style="padding: 0px;">
+  <table border="0" cellspacing="1" cellpadding="4" style="width: 100%;">
+    <tr>
+      <th></th>
+      <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('1');">Deny</th>
+      <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('2');">Disallow</th>
+      <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('3');">Wiki mode</th>
+      <th style='cursor: pointer;' title="Click to change all columns" onclick="__aclSetAllRadios('4');">Allow</th>
+    </tr>
+<!-- ENDVAR acl_field_begin -->
+<!-- VAR acl_field_item -->
+    <tr>
+      <td class="{ROW_CLASS}">{FIELD_DESC}</td>
+      <td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="1" name="{FIELD_NAME}" {FIELD_DENY_CHECKED} /></td>
+      <td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="2" name="{FIELD_NAME}" {FIELD_DISALLOW_CHECKED} /></td>
+      <td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="3" name="{FIELD_NAME}" {FIELD_WIKIMODE_CHECKED} /></td>
+      <td class="{ROW_CLASS}" style="text-align: center;"><input type="radio" value="4" name="{FIELD_NAME}" {FIELD_ALLOW_CHECKED} /></td>
+    </tr>
+<!-- ENDVAR acl_field_item -->
+<!-- VAR acl_field_end -->
+    <tr>
+      <td colspan="5" class="row3">
+        <p><b>Permission types:</b></p>
+        <ul>
+          <li><b>Allow</b> means that the user is allowed to access the item</li>
+          <li><b>Wiki mode</b> means the user can access the item if wiki mode is active (per-page wiki mode is taken into account)</li>
+          <li><b>Disallow</b> means the user is denied access unless something allows it.</li>
+          <li><b>Deny</b> means that the user is denied access to the item. This setting overrides all other permissions.</li>
+        </ul>
+      </td>
+    </tr>
+  </table>
+</div>
+<!-- ENDVAR acl_field_end -->
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/comment.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,58 @@
+<div class="mdg-comment tblholder">
+  <table border="0" width="100%" cellspacing="1" cellpadding="4">
+    <tr>
+      <th colspan="2" style="text-align: left;">{DATETIME}</th>
+    </tr>
+    <tr>
+      <td style="width: 120px; height: 100%;" rowspan="4" valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
+        <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0">
+          <tr>
+            <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
+              <b>{NAME}</b><br />
+              <small>{USER_LEVEL}</small>
+              <!-- BEGIN user_has_avatar -->
+              <div class="avatar">
+                <a href="{USERPAGE_LINK}">
+                  <img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" />
+                </a>
+              </div>
+              <!-- END user_has_avatar -->
+            </td>
+          </tr>
+          <tr>
+            <td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
+              {SEND_PM_LINK} {ADD_BUDDY_LINK}
+            </td>
+          </tr>
+        </table>
+      </td>
+      <td class="row2">
+        <b>{lang:comment_lbl_subject}</b> <span id="subject_{ID}">{SUBJECT}</span>
+      </td>
+    </tr>
+    <tr>
+      <td class="row3">
+        <div id="comment_{ID}">{DATA}</div>
+        <!-- BEGIN signature -->
+          <hr style="margin-left: 1em; width: 200px;" />
+          {SIGNATURE}
+        <!-- END signature -->
+      </td>
+    </tr>
+    <!-- BEGIN can_edit -->
+    <tr>
+      <td class="row2">
+        [ {EDIT_LINK} | {DELETE_LINK} ]
+      </td>
+    </tr>
+    <!-- END can_edit -->
+    <!-- BEGIN auth_mod -->
+    <tr>
+      <td class="row1">
+        <b>{lang:comment_lbl_mod_options}</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK}
+      </td>
+    </tr>
+    <!-- END auth_mod -->
+  </table>
+</div>
+<br />
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/credits.php	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,35 @@
+<?php
+
+$title = 'Site copyright';
+chdir('../..');
+require('includes/common.php');
+
+$template->header();
+
+?>
+
+<p>
+  <?php
+    echo getConfig('copyright_notice');
+  ?>
+</p>
+
+<h2>DarkRitual theme</h2>
+
+<p>This theme was designed by <a onclick="window.open(this.href); return false;" href="http://arcsin.se">Arcsin</a> and is available for free download at 
+   <a onclick="window.open(this.href); return false;" href="http://templates.arcsin.se">http://templates.arcsin.se</a>.</p>
+<p>This theme is Free and licensed under the Creative Commons <a onclick="window.open(this.href); return false;" href="http://creativecommons.org/licenses/by/2.5/">Attribution 2.5</a>
+   license. This means that you can use the theme for any purpose (including commercial applications) provided that this page and any
+   appropriate copyright notices in the source code are preserved.</p>
+<p>Ported to the Enano Platform by <a onclick="window.open(this.href); return false;" href="http://lifecodeidiocy.enanocms.org/">Dan Fuhry</a>.</p>
+
+<p style="text-align: center;">
+  <a href="http://creativecommons.org/licenses/by/2.5/" onclick="window.open(this.href); return false;">
+    <img alt="Creative Commons logo" src="http://i.creativecommons.org/l/by/3.0/88x31.png" width="88" height="31" style="border-width: 0px;" />
+  </a>
+</p>
+
+<?php
+
+$template->footer();
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/css/default.css	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,321 @@
+/*#############################################################
+Name: Dark Ritual
+Date: 2006-11-06
+Description: Tribal-style three column layout.
+Author: Viktor Persson
+URL: http://templates.arcsin.se
+
+Feel free to use and modify but please provide credits.
+#############################################################*/
+
+/* standard elements */
+* {
+	margin: 0;
+	padding: 0;
+}
+
+a {color: #682;}
+
+a:hover {color: #9A6;}
+
+body {
+	background: #333 url(../img/bg.gif);
+	color: #333;
+	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
+	margin: 3% 0;
+}
+
+body#tinymce {
+  background-color: #f7f7f7 !important;
+  background-image: none !important;
+  color: #111111;
+}
+
+p,ul {
+	padding-bottom: 1em;
+}
+
+ul {margin-left: 1.2em;}
+
+li {list-style: none;}
+.main li, body#tinymce li {list-style-image: url(../img/li.gif);}
+
+h1 {font-size: 1.2em;}
+
+blockquote {
+	background: #FFF;
+	border-bottom: 1px solid #EEE;
+	border-top: 1px solid #EEE;
+	color: #333;
+	display: block;
+	font-size: 0.9em;
+	margin-bottom: 1.2em;
+	padding: 6px 12px;
+}
+blockquote p {padding: 3px 0;}
+
+h1,h2,h3 {color: #994;}
+
+/* misc */
+.clearer {clear: both;}
+.main_right .padded {padding: 6px 2px 6px 16px;}
+.main .padded {padding: 18px 24px;}
+.meta {font-size: 0.8em; color: #666;}
+.left {float: left;}
+.right {float: right;}
+
+/* structure */
+.container {
+	font-size: 1.2em;
+	background: url(../img/bgcontainer.gif) repeat-y;
+	margin: 0 auto;
+	width: 840px;
+	border: 12px solid #222;
+}
+
+/* Adaptation for "simple" (limited elements) view */
+.container-simple {
+  width: 640px;
+  background-position: -160px 0;
+  margin-top: 100px;
+}
+
+/* header */
+.header {
+	float: left;
+	width: 640px;
+	background: url(../img/header.jpg) no-repeat;
+	font: normal 2.4em Verdana,sans-serif;
+	line-height: 150px;
+	text-align: center;	
+}
+
+.container-simple .header {
+  line-height: 3em;
+  background-position: center center;
+  border-bottom: 1px solid #111111;
+}
+
+/* structure */
+.top {
+	background: #222;
+	color: #DDD;
+	float: left;
+	font: normal 1.4em Verdana;
+	height: 50px;
+	text-align: center;
+	width: 639px;
+}
+.subnav {
+	float: left;
+	width: 160px;
+  color: #f7f7f7;
+}
+.subnav div.subnav_raw {
+  margin-left: 8px;
+}
+#subnav_left {
+  clear: left;
+  margin-top: 10px;
+}
+.main {
+	float: left;
+	width: 480px;
+}
+.main_right {
+	float: right;
+	width: 200px;
+	color: #CCC;
+}
+
+/* sub-navigation */
+.subnav h1 {
+	background: #222;
+	color: #FFE;
+	font: bold 1.1em Verdana,sans-serif;
+	line-height: 24px;
+	padding-left: 8px;
+}
+.subnav ul {margin: 0; padding: 0;}
+.subnav li {
+	border-bottom: 1px solid #696755;
+	list-style: none;
+}
+.subnav li a {
+	background: #89866F;	
+	color: #111;
+	display: block;
+	padding: 8px 0 8px 12px;
+	width: 148px;
+	text-decoration: none;
+}
+.subnav li a:hover {
+	background: #9C997C;
+	color: #000;
+}
+
+/* footer */
+.footer {
+	background: url(../img/bgfooter.gif) repeat-x;
+	color: #CCC;
+	font-size: 0.9em;
+	line-height: 39px;
+	width: 100%;
+	text-align: center;
+}
+.footer .left,.footer .right {padding: 0 16px;}
+.footer a {color: #EEE;}
+.footer a:hover {color: #FAFCB0;}
+
+fieldset {
+  padding: 1em;
+}
+
+/*
+ * ENANO STUFF
+ */
+
+/*
+ * jBox menu system
+ */
+
+div.menu, div.menu_nojs {
+  background-color: #333333;
+  font-size: 7pt;
+  border-width: 0;
+}
+/* This is Dark Ritual-specific */
+div.menu#pagebar_main, div.menu_nojs#pagebar_main {
+  float: left;
+  width: 639px;
+}
+/* So is this */
+div.menu#pagebar_main span.menuclear, div.menu_nojs#pagebar_main span.menuclear {
+}
+
+.menu_bg {
+  background-color: #222222;
+}
+div.menu a, div.menu div.label {
+  padding: 2.5pt 5px;
+  margin-right: 3px;
+  text-decoration: none;
+  display: block;
+  float: left;
+  color: #111111;
+}
+div.menu_nojs a, div.menu_nojs div.label {
+  padding: 2.5pt 5px;
+  margin-right: 3px;
+  text-decoration: none;
+  display: block;
+  float: left;
+  color: #c6c6c6;
+}
+div.menu div.label, div.menu_nojs div.label {
+  color: #a0a0a0;
+  cursor: default;
+}
+/* Buttons/labels on pop-down menus */
+div.menu_nojs ul li a, div.menu ul li a, div.menu_nojs ul div.label, div.menu ul div.label {
+  color: #111111;
+}
+div.menu_nojs ul div.label, div.menu ul div.label {
+  font-weight: bold;
+}
+div.menu span.sep, div.menu_nojs span.sep {
+  display: block;
+  float: left;
+  width: 5px;
+}
+div.menu div.multopts, div.menu_nojs div.multopts {
+  line-height: 17pt;
+}
+div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
+  float: none;
+  display: inline;
+}
+div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover, div.menu_nojs a.liteselected, div.menu_nojs a.liteselected:hover, div.menu_nojs a:hover {
+  color: #f7f7f7;
+  background-color: #555555;
+}
+div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
+  border-width: 0;
+  font-size: 9pt;
+  padding: 2px 5px 3px 5px;
+  max-width: 70px;
+  background-color: #aaa787;
+}
+div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu_nojs input[type ^="password"]:hover {
+  background-color: #b5b290;
+}
+div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu_nojs input[type ^="password"]:focus {
+  background-color: #c1bd99;
+}
+div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
+  border-width: 0;
+  font-size: 9pt;
+  padding: 3px 5px;
+  max-width: 70px;
+}
+div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover, div.menu_nojs a.current, div.menu_nojs a.current:hover, div.menu_nojs a.selected, div.menu_nojs a.selected:hover {
+  color: #111111;
+  background-color: #9C997C;
+}
+div.menu ul, div.menu_nojs ul {
+  display: none;
+  position: absolute;
+  padding: 0;
+  margin: 0 !important;
+  background-color: #9f9c7e;
+  border-width: 0;
+  min-width: 120px;
+}
+div.menu ul li, div.menu_nojs ul li {
+  list-style: none;
+}
+div.menu ul a, div.menu_nojs ul a {
+  float: none;
+  margin: 0;
+}
+span.menuclear {
+  font-size: 1px;
+  height: 0px;
+  width: 0px;
+  clear: left;
+  line-height: 0px;
+  display: block;
+}
+
+#h1_page_name {
+  border-bottom: 1px solid #111111;
+  margin-bottom: 10px;
+}
+
+/* Enano's tables */
+
+.tblholder                        { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
+
+/* The beautiful tables inside what may not obviously be mdg-comment divs */
+div.tblholder td.row1             { padding: 4px; background-color: #E0E0E0; }
+div.tblholder td.row2             { padding: 4px; background-color: #F0F0F0; }
+div.tblholder td.row3             { padding: 4px; background-color: #E8E8E8; }
+div.tblholder th                  { padding: 4px; background-color: #696755; font-weight: bold; text-align: center; color: #FFFFFF; }
+div.tblholder th.subhead          { padding: 4px; background-color: #84816b; font-weight: bold; text-align: center; color: #FFFFFF; }
+div.tblholder table               { background-color: #FFFFFF; width: 100%; }
+
+/* Changes for tables embedded in the sidebars */
+.subnav .tblholder, .main_right .tblholder                       { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #111111; }
+.subnav div.tblholder table,   .main_right div.tblholder table   { background-color: #888888; width: 100%; }
+.subnav div.tblholder td.row1, .main_right div.tblholder td.row1 { padding: 4px; background-color: #333333; }
+.subnav div.tblholder td.row2, .main_right div.tblholder td.row2 { padding: 4px; background-color: #444444; }
+.subnav div.tblholder td.row3, .main_right div.tblholder td.row3 { padding: 4px; background-color: #3B3B3B; }
+
+/* Colored table cells */
+div.tblholder td.row1_red         { padding: 4px; background-color: #F8E0E0; }
+div.tblholder td.row2_red         { padding: 4px; background-color: #FFF0F0; }
+div.tblholder td.row3_red         { padding: 4px; background-color: #FFE8E8; }
+div.tblholder td.row1_green       { padding: 4px; background-color: #E0F8E0; }
+div.tblholder td.row2_green       { padding: 4px; background-color: #F0FFF0; }
+div.tblholder td.row3_green       { padding: 4px; background-color: #E8FFE8; }
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/elements.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,28 @@
+<!-- VAR toolbar_button --><a href="{HREF}" {PARENTFLAGS} {FLAGS}>{TEXT}</a>
+<!-- ENDVAR toolbar_button -->
+<!-- VAR toolbar_label --><div class="label">{TEXT}</div>
+<!-- ENDVAR toolbar_label -->
+<!-- VAR toolbar_button_selected --><a href="{HREF}" class="current" {PARENTFLAGS} {FLAGS}>{TEXT}</a>
+<!-- ENDVAR toolbar_button_selected -->
+<!-- VAR toolbar_menu_button --><li><a href="{HREF}" {FLAGS}>{TEXT}</a></li>
+<!-- ENDVAR toolbar_menu_button -->
+<!-- VAR toolbar_menu_block --><li>{HTML}</li>
+<!-- ENDVAR toolbar_menu_block -->
+<!-- VAR sidebar_button --><li><a href="{HREF}" {FLAGS}>{TEXT}</a></li>
+<!-- ENDVAR sidebar_button -->
+<!-- VAR sidebar_raw --><p>{HTML}</p>
+<!-- ENDVAR sidebar_raw -->
+<!-- VAR sidebar_heading --><h1>{TEXT}</h1>
+<!-- ENDVAR sidebar_heading -->
+<!-- VAR sidebar_top -->
+<!-- ENDVAR sidebar_top -->
+<!-- VAR sidebar_section -->
+            <h1>{TITLE}</h1>
+            {CONTENT}
+<!-- ENDVAR sidebar_section -->
+<!-- VAR sidebar_section_raw -->
+            <h1>{TITLE}</h1>
+            <div class="subnav_raw">{CONTENT}</div>
+<!-- ENDVAR sidebar_section_raw -->
+<!-- VAR sidebar_bottom -->
+<!-- ENDVAR sidebar_bottom -->
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/footer.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,29 @@
+  
+        <!-- END OF CONTENT -->
+  
+      </div>
+    
+    </div>
+
+  </div>
+  
+  <div class="clearer"><span></span></div>
+
+  <div class="footer">
+    
+    <span class="left">
+      Powered by <a href="<!-- BEGIN stupid_mode -->http://enanocms.org/<!-- BEGINELSE stupid_mode -->{URL_ABOUT_ENANO}<!-- END stupid_mode -->">Enano</a> &nbsp;&nbsp;|&nbsp;&nbsp;
+      Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a></span>
+    </span>
+    
+    <span class="right"><a href="<?php echo $session->append_sid(scriptPath . '/themes/' . $this->tpl_strings['THEME_ID'] . '/credits.php'); ?>">Copyright &copy; <?php echo enano_date('Y'); ?></a></span>
+    
+    <div class="clearer"><span></span></div>
+
+  </div>
+
+</div>
+
+</body>
+
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/header.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,63 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
+<meta name="description" content="{SITE_DESC}"/>
+<link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
+<link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
+<title>{PAGE_NAME} | {SITE_NAME}</title>
+
+{JS_DYNAMIC_VARS}
+    
+<!-- This script automatically loads the other 15 JS files -->
+<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
+{ADDITIONAL_HEADERS}
+
+</head>
+
+<body>
+
+<div class="container">
+
+  <div class="header">{SITE_NAME}</div>
+  
+  <div class="main_right">
+
+    <div class="padded">
+      
+      {SIDEBAR_RIGHT}
+
+    </div>
+
+  </div>
+  
+  <div class="menu_nojs" id="pagebar_main">
+    <div class="label">{lang:onpage_lbl_pagetools}</div>
+    {TOOLBAR}
+    <ul>
+      {TOOLBAR_EXTRAS}
+    </ul>
+    <span class="menuclear"></span>
+  </div>
+
+  <div class="subnav" id="subnav_left">
+
+    {SIDEBAR_LEFT}
+
+  </div>
+    
+  <div class="main">
+  
+    <div class="padded">
+    
+      <div style="float: right;">
+        <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
+      </div>
+      <h1 id="h1_page_name">{PAGE_NAME}</h1>
+
+      <div id="ajaxEditContainer">
+      
+        <!-- START CONTENT -->
+        
+        
\ No newline at end of file
Binary file darkritual/img/bg.gif has changed
Binary file darkritual/img/bgcontainer.gif has changed
Binary file darkritual/img/bgfooter.gif has changed
Binary file darkritual/img/header.jpg has changed
Binary file darkritual/img/li.gif has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/index.html	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
+<meta name="description" content="description"/>
+<meta name="keywords" content="keywords"/> 
+<meta name="author" content="author"/> 
+<link rel="stylesheet" type="text/css" href="css/default.css" media="screen"/>
+<title>Dark Ritual</title>
+</head>
+
+<body>
+
+<div class="container">
+
+	<div class="header">Dark Ritual</div>
+
+	<div class="main_right">
+
+		<div class="padded">
+			
+			<h1>Etiam placerat</h1>
+			<p>Fusce porta pede nec eros. Maecenas ipsum sem, interdum non, aliquam vitae, interdum nec, metus. Maecenas ornare lobortis risus. Donec mattis <a href="index.html">quam aliquam</a> risus. Nulla non felis sollicitudin urna blandit egestas. Integer et libero varius pede tristique ultricies. Cras nisl. Proin quis massa semper felis euismod ultricies.</p>
+
+			<h1>Maecenas</h1>
+			<p>Fusce porta pede nec eros. Maecenas ipsum sem, interdum non, aliquam vitae, interdum nec, metus. Maecenas ornare lobortis risus.</p>
+			
+			<h1>Lobortis</h1>
+			<p>Interdum nec, metus. Maecenas ornare lobortis risus. Donec mattis quam aliquam risus. Nulla non felis sollicitudin urna blandit egestas. Integer et libero <a href="index.html">varius pede</a> tristique ultricies. Cras nisl. Proin quis massa semper felis euismod ultricies.</p>
+
+		</div>
+
+	</div>
+
+	<div class="subnav">
+
+		<h1>Something</h1>
+		<ul>
+			<li><a href="index.html">pellentesque</a></li>
+			<li><a href="index.html">sociis natoque</a></li>
+			<li><a href="index.html">semper</a></li>
+			<li><a href="index.html">convallis</a></li>
+		</ul>
+
+		<h1>Another thing</h1>
+		<ul>
+			<li><a href="index.html">consequat molestie</a></li>
+			<li><a href="index.html">sem justo</a></li>
+			<li><a href="index.html">semper</a></li>
+			<li><a href="index.html">sociis natoque</a></li>
+		</ul>
+
+		<h1>Third and last</h1>
+		<ul>
+			<li><a href="index.html">sociis natoque</a></li>
+			<li><a href="index.html">magna sed purus</a></li>
+			<li><a href="index.html">tincidunt</a></li>
+			<li><a href="index.html">consequat molestie</a></li>
+		</ul>
+
+	</div>
+		
+	<div class="main">
+
+		<div class="padded">
+
+			<h1>Porttitor posuere</h1>
+			<p class="meta">October 24th, 2006 by Duis porttitor</p>
+
+			<p>In hac habitasse platea dictumst. Duis porttitor. Sed vulputate elementum nisl. Vivamus et mi at arcu mattis iaculis. Nullam posuere tristique tortor. In bibendum. Aenean ornare, <a href="index.html">nunc eget pretium</a> porttitor, sem est pretium leo, non euismod nulla dui non diam. Pellentesque dictum faucibus leo. Vestibulum ac ante. Sed in est.</p>
+
+			<blockquote><p>Sed sodales nisl sit amet augue. Donec ultrices, augue ullamcorper posuere laoreet, turpis massa tristique justo, sed egestas metus magna sed purus.</p></blockquote>
+			
+			<p>Aliquam risus justo, mollis in, laoreet a, consectetuer nec, risus. Nunc blandit sodales lacus. Nam luctus semper mi. In eu diam.</p>
+
+			<p>Fusce porta pede nec eros. Maecenas ipsum sem, interdum non, aliquam vitae, interdum nec, metus. Maecenas ornare lobortis risus. Etiam placerat varius mauris. Maecenas viverra. Sed feugiat. Donec mattis <a href="index.html">quam aliquam</a> risus. Nulla non felis sollicitudin urna blandit egestas. Integer et libero varius pede tristique ultricies. Cras nisl. Proin quis massa semper felis euismod ultricies.
+			</p>
+
+
+			<h1>Adipiscing</h1>
+			<p class="meta">September 31st, 2006 by Mauris</p>
+
+			<p>Aliquam risus justo, mollis in, laoreet a, consectetuer nec, risus. Nunc blandit sodales lacus. Nam luctus semper mi. In eu diam. Phasellus rutrum elit vel nisi. Cras mauris nulla, egestas quis, cursus at, venenatis ac, ante. Fusce accumsan enim et arcu. Duis sagittis libero at lacus. Suspendisse lacinia nulla eget urna.</p>
+
+			<ul>
+				<li>Tristique</li>
+				<li>Aenean</li>
+				<li>Pretium</li>
+			</ul>
+
+			<p>In hac habitasse platea dictumst. Duis porttitor. Sed vulputate elementum nisl. Vivamus et mi at arcu mattis iaculis. Nullam posuere tristique tortor. In bibendum. Aenean ornare, nunc eget pretium porttitor, sem est pretium leo, non euismod nulla dui non diam. Pellentesque dictum faucibus leo. Vestibulum ac ante. Sed in est. Sed sodales nisl sit amet augue. Donec ultrices, augue ullamcorper posuere laoreet, turpis massa tristique justo, sed egestas metus magna sed purus. Fusce eleifend, dui ut posuere auctor, justo elit posuere sapien, at blandit enim quam fringilla mi.</p>
+				
+		</div>
+
+	</div>
+	
+	<div class="clearer"><span></span></div>
+
+	<div class="footer">
+		
+		<span class="left">&copy; 2006 <a href="index.html">Website.com</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a></span>
+		
+		<span class="right"><a href="http://templates.arcsin.se">Website template</a> by <a href="http://arcsin.se">Arcsin</a></span>
+		
+		<div class="clearer"><span></span></div>
+
+	</div>
+
+</div>
+
+</body>
+
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/license.txt	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,48 @@
+>> License Agreement (http://templates.arcsin.se/license/)
+-------------------------------------------------
+This template is licensed under a Creative Commons Attribution 2.5 License.
+http://creativecommons.org/licenses/by/2.5/
+
+You are free:
+
+    * to Share - to copy, distribute, display, and perform the work
+    * to Remix - to make derivative works
+
+Under the following conditions:
+
+    * Attribution. You must attribute the work in the manner specified by the author or licensor.
+    * For any reuse or distribution, you must make clear to others the license terms of this work.
+    * Any of these conditions can be waived if you get permission from the copyright holder.
+
+Attribution:
+
+    * Must include the provided link back to my website.
+
+This means that you are free to use and modify the templates & themes for any purpose, but you must include the provided link back to my website.
+
+
+>> Removing the link (Commercial & Personal use)
+-------------------------------------------------
+I have agreed to let users remove the link for a one time fee of $20 (US Dollars).
+
+Payment can be done via:
+
+    * Moneybookers: moneybookers@arcsin.se
+    * PayPal: paypal@arcsin.se
+    * Credit card: Follow the instructions found at the template license page: http://templates.arcsin.se/license/ 
+
+This gives you permission to remove the provided link on one template for one domain, for a corporate license (unlimited use on unlimited domains) please contact me.
+
+Please include the website URL in the payment message so I can save it in my list of verified websites.
+
+
+>> Note
+-------------------------------------------------
+Removing the link (not paid for) is the same as breaking the law and action can be taken against you.
+
+
+>> Contact
+-------------------------------------------------
+Author: Viktor Persson
+Email: contact@arcsin.se
+Website: http://arcsin.se/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/sidebar-editor.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,58 @@
+<!-- VAR sidebar_button --><li><a href="javascript:void(0)" {FLAGS}>{TEXT}</a></li>
+<!-- ENDVAR sidebar_button -->
+<!-- VAR sidebar_raw --><li><span style="text-align: center;">{HTML}</span></li>
+<!-- ENDVAR sidebar_raw -->
+<!-- VAR sidebar_top -->
+          <div class="recttop">
+            <table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
+              <tr>
+                <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-menu-l.gif" width="12" height="12" /> </td>
+                <td style="margin: 0; padding: 0; height: 12px;" class="recttoptop"></td>
+                <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-menu-r.gif" width="12" height="12" /> </td>
+              </tr>
+            </table>
+          </div>
+<!-- ENDVAR sidebar_top -->
+<!-- VAR sidebar_section -->
+          <div class="dbx-box">
+            <div class="dbx-handle">
+              {ADMIN_START}
+              
+              {TITLE}
+              {ADMIN_END}
+              
+            </div>
+            <div class="dbx-content">
+              <ul>
+                {CONTENT}
+              </ul>
+            </div>
+          </div>
+<!-- ENDVAR sidebar_section -->
+<!-- VAR sidebar_section_raw -->
+          <div class="dbx-box">
+            <div class="dbx-handle">
+              {ADMIN_START}
+              
+              {TITLE}
+              {ADMIN_END}
+              
+            </div>
+            <div class="dbx-content dbx-content2">
+              <ul><li>
+                {CONTENT}
+              </li></ul>
+            </div>
+          </div>
+<!-- ENDVAR sidebar_section_raw -->
+<!-- VAR sidebar_bottom -->
+          <div class="rectbot">
+            <table border="0" width="100%" cellspacing="0" cellpadding="0" style="font-size: 1px;">
+              <tr>
+                <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-bl.gif" width="12" height="12" /> </td>
+                <td style="margin: 0; padding: 0; height: 12px;" class="rectbottop"></td>
+                <td style="margin: 0; padding: 0; height: 12px;"> <img alt=" " src="{SCRIPTPATH}/themes/oxygen/images/{STYLE_ID}/border-br.gif" width="12" height="12" /> </td>
+              </tr>
+            </table>
+          </div>
+<!-- ENDVAR sidebar_bottom -->
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/simple-footer.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,26 @@
+  
+        <!-- END OF CONTENT -->
+  
+      </div>
+    
+    </div>
+
+  </div>
+  
+  <div class="clearer"><span></span></div>
+
+  <div class="footer">
+    
+    <span class="right">
+      Powered by <a href="<!-- BEGIN stupid_mode -->http://enanocms.org/<!-- BEGINELSE stupid_mode -->{URL_ABOUT_ENANO}<!-- END stupid_mode -->">Enano</a>, &copy; 2006-2008
+    </span>
+    
+    <div class="clearer"><span></span></div>
+
+  </div>
+
+</div>
+
+</body>
+
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/simple-header.tpl	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
+<meta name="description" content="{SITE_DESC}"/>
+<link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
+<link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
+<title>{PAGE_NAME} | {SITE_NAME}</title>
+
+{JS_DYNAMIC_VARS}
+    
+<!-- This script automatically loads the other 15 JS files -->
+<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
+{ADDITIONAL_HEADERS}
+
+</head>
+
+<body>
+
+<div class="container container-simple">
+
+  <div class="header">{SITE_NAME}</div>
+  
+  <div class="main">
+  
+    <div class="padded">
+    
+      <div style="float: right;">
+        <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
+      </div>
+      <h1 id="h1_page_name">{PAGE_NAME}</h1>
+
+      <div id="ajaxEditContainer">
+      
+        <!-- START CONTENT -->
+        
+        
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/theme.cfg	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,16 @@
+<?php
+/*
+ * Dark Ritual theme for Enano
+ * Created by Viktor Persson
+ * Ported to Enano by Dan Fuhry
+ * License: CC-BY-2.5
+ *
+ * See the file "license.txt" included with this package for terms and
+ * conditions on distribution.
+ */
+ 
+global $theme;
+$theme['theme_id'] = 'darkritual';
+$theme['theme_name'] = 'Dark Ritual';
+
+?>