*****************************
*     Serendipity Themes    *
*        temporary          *
*****************************

To create themes simply create a folder inside your template directory.
This folder has to contain 3 files.

* layout.php
    This file contains the layout of the main area of serendipity. You can normally find a template for this file in the default/ folder

* style.css
    The CSS stylesheet which will be imported on all pages, including admin area.

* info.txt
    Contains the information about the current theme. Things like Name, Author and Release Date should be put here. 
    Make sure format this file so that it is valid. Oherwise your theme will not show up correctly in the theme page

* inactive.txt
    If this file exists (no matter what its contents) the template will not
    be available to be chosen. Remove the file to test and work on the template.

Generally you can just copy the default folder and name it something else. 
Thereby you have a basis for a new theme and can now begin to modify the default theme to your liking.
