Theme Name: Crimson Sunrise
Theme URI:  http://www.negative99.com/archive/159
Description: Light, classy... my first theme...
Author: Steve Mooradian
Author URI: http://www.negative99.com
Live Demo: http://demo.negative99.com/wordpress/?wptheme=Crimson%20Sunrise
Version: 1.1.0


License:
Crimson Sunrise is licensed under a GPL license and is a heavy modification of both Blix, 
	by Sebastian Schmieg, and Green Marinee, by Ian Main. (NOTE:  Much credit for this readme 
	file goes to Sebastian Schmieg.)


Installation:
Upload the Crimson Sunrise folder to your themes folder.


Set Up Pages:

	Archives
		- Select Write -> Write Page
		- Fill in Page Title
		- Select 'archives' as Page Template
		- Select 'archives' as Page slug
		- Click Create New Page

	About
		- Select Write -> Write Page
		- Fill in Page Title
		- Select 'about' as Page slug
		- Click Create New Page
		
	About 'Shorty'
		- Select Write -> Write Page
		- Fill in Page Title
		- Select 'about_short' as Page slug
		- Click Create New Page
		note: 	The "About Shorty" will be displayed on the frontpage and will
				be automatically linked to your About page in case you've set up one.
				
	Contact
		- Select Write -> Write Page
		- Fill in Page Title
		- Fill in Page Content. This will be displayed above the contact form.
		- Select 'contact' as Page Template
		- Select 'contact' as Page slug
		- Click Create New Page
		note:	The contact form's target e-mail address is the one you've specified
				in WordPress as your admin e-mail address. 
				
	Additional Pages
		You can set up as many pages as you like. All pages will be automatically added
		to the navigation. However if you've set up all of the above pages, additional
		pages will probably break the navigation unless you don't modify the CSS to make
		the buttons smaller.
		
	Secondary Navigation
		In case you've got more pages than fit into the main navigation Crimson Sunrise
		offers a secondary navigation in the sidebar:
			Make backup copies of header.php and sidebar.php
			Open header.php in your text editor of choice
			Look for the following code snippet...
			
					else {
						(is_page($page_id))?$selected = ' class="selected"':$selected='';
						echo "<li><a href=\"".get_page_link($page_id)."\">$page_title</a></li>\n";
					}
					
			...and remove it.
			Save the modified file
			Open sidebar.php
			Change line 10 from * to */
			Remove line 20 (<?php */ ?>)
			Save the modified file

	Gravatars
		Crimson Sunrise supports Gravatars. Just download (http://www.gravatar.com/plugins/wp_gravatar.zip)
		wp_gravatar.zip and unzip it into WP's plugin folder. Enable the gravatars plugin using the WP 
		admin panel.

	Customizing the Banner Image
		Just drop your own banner called crimson_banner.jpg into the images folder of your theme
		and you're done. Dimensions should be 740px x 120px.  If your custom banner already 
		include's your blog's name, open style.css, go to line the line that says #header h1 {/*display:none;*/...}
		and uncomment out the display:hidden; entry.  Repeat for #header h3 if you also want to remove
		the blog description.  That's it.



