Skin Name: Wheelz (blue)

For b2evolution 1.10.x
Design by: Andrew Hreschak
For Support and Updates to this skin: http://blog.thedarksighed.com/projectblog/2007/11/30/new_b2evo_skin_wheelz

For b2evolution 2.4.1
Conversion by Afwas {@link http://www.blog.hemminga.net}

About:
This is an original skin design built for the 1.10.x series of b2evolution.
It is released for use under Creative Commons License v3.0: http://creativecommons.org/licenses/by/3.0/

The skin contains customized icons for delete, edit, and permalink
It contains pre-built styles for the search-cloud plugin
It contains a custom icon and styles for blockquotes
It is a 2-column, right-side sidebar, fixed-width skin, designed for 1024x768 and higher screen resolutions.
It is valid XHTML Transitional.

Restrictions:
Please leave the "skin design by" attribution listing contained in the page header block which specifically lists the design credit, and,
please leave the "skin design by" attribution listing contained in the page footer.

For additional custom b2evolution skins, visit http://blog.thedarksighed.com/projectblog

Adjustments:
This skin can be adjusted for Single-blog and Multi-blog systems as so:

1. In _main.php, find and edit the following lines of code (at approx lines 80-90):

For Multi-blog system:

<div class="submenu">
<?php
// UNCOMMENT FOR MULTI-BLOG SYSTEMS
// --------------------------- BLOG LIST INCLUDED HERE -----------------------------
require dirname(__FILE__).'/_bloglist.php';
// ------------------------------- END OF BLOG LIST --------------------------------
?>
<!-- UNCOMMENT FOR SINGLE-BLOG SYSTEMS
<h1><a href="<?php $Blog->disp( 'url', 'raw' ) ?>" title="View the main page of <?php $Blog->disp( 'name', 'htmlbody' ) ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a></h1>
<?php $Blog->disp( 'tagline', 'htmlbody' ) ?>
-->
</div>

For Single-blog system:

<div class="submenu">
<?php
// UNCOMMENT FOR MULTI-BLOG SYSTEMS
// --------------------------- BLOG LIST INCLUDED HERE -----------------------------
// require dirname(__FILE__).'/_bloglist.php';
// ------------------------------- END OF BLOG LIST --------------------------------
?>
<!-- UNCOMMENT FOR SINGLE-BLOG SYSTEMS -->
<h1><a href="<?php $Blog->disp( 'url', 'raw' ) ?>" title="View the main page of <?php $Blog->disp( 'name', 'htmlbody' ) ?>"><?php $Blog->disp( 'name', 'htmlbody' ) ?></a></h1>
<?php $Blog->disp( 'tagline', 'htmlbody' ) ?>
</div>

2. Additionally, adjust the relevant "submenu" entry in the stylesheet file (skinname.css):

For Multi-blog System:

/*.submenu { ENABLE FOR SINGLE BLOG SYSTEMS
font:0.9em "Lucida Sans", Arial, Verdana, Tahoma, Sans-Serif;
font-weight:bold;
letter-spacing:0.1em;
height:20px;
padding:6px 0px 2px 35px;
margin:0px 6px 30px;
background-color:#000;
background:url(img/wheelz_menu.jpg) top repeat-y;
border-bottom:1px solid #012944;}*/

.submenu { /* ENABLE FOR MULTIBLOG SYSTEMS */
font:0.9em "Lucida Sans", Arial, Verdana, Tahoma, Sans-Serif;
font-weight:bold;
letter-spacing:0.1em;
padding-top:8px;
padding-left:10px;
margin:0px 6px 30px;
background-color:#000;
background:url(img/wheelz_menu.jpg) top repeat-y;
border-bottom:1px solid #012944;}


For Single-blog System:

.submenu { /* ENABLE FOR SINGLE BLOG SYSTEMS */
font:0.9em "Lucida Sans", Arial, Verdana, Tahoma, Sans-Serif;
font-weight:bold;
letter-spacing:0.1em;
height:20px;
padding:6px 0px 2px 35px;
margin:0px 6px 30px;
background-color:#000;
background:url(img/wheelz_menu.jpg) top repeat-y;
border-bottom:1px solid #012944;}

/*.submenu { ENABLE FOR MULTIBLOG SYSTEMS
font:0.9em "Lucida Sans", Arial, Verdana, Tahoma, Sans-Serif;
font-weight:bold;
letter-spacing:0.1em;
padding-top:8px;
padding-left:10px;
margin:0px 6px 30px;
background-color:#000;
background:url(img/wheelz_menu.jpg) top repeat-y;
border-bottom:1px solid #012944;} */