/*  
Theme Name: Hotwire2
Theme URI: http://wordpress.org/
Description: Hotwire Theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Jason Ungos
Author URI: http://jason.ungos.com/

	The original WP Kubrick v1.5 theme was designed and built by Michael Heilemann, http://binarybonsai.com/.
	Hotwire modifications by Jason Ungos, http://jason.ungos.com/.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

Hotwire Red: #cc0201
Dark Red: #9c0000
Dark Grey: #6f6f6f
Light Grey: #f2f2f2
*/

/* Begin Typography & Colors */
body {
	background: #cc0000; 
	}

#page {
	background: #cc0000 url("images/redsquare/hotwirebg.gif") repeat-y top; 
	}

#header { 
	background: url("images/redsquare/hotwireheader.gif") no-repeat top center;
	}
	
#footer {
	background: url("images/redsquare/hotwirefooter.gif") no-repeat bottom; 
	}