/*

Theme Name: Carrington Blog
Theme URI: http://carringtontheme.com
Description: A developer friendly theme with atomic templates and an elegant override hierarchy.
Version: 2.0
Author: Crowd Favorite
Author URI: http://crowdfavorite.com
Tags: red, silver, white, dark, light, two-columns, three-columns, right-sidebar, fixed-width, custom-colors, custom-header, theme-options, threaded-comments, microformats


// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************

NOTE: This file is not used in this theme but is included for WordPress theme expected format compatibility - see the css/ dir for actual theme CSS

*/

/* including for compatibility */


#header {
	background-image:url(img/header/gradient-dark.png);
}
#header .wrapper {
	background-image:url(img/header/texture-dark.png);
}

div#footer {
	background: #51555c url(http://king.iplussoft.com/wp-content/themes/carrington-blog/img/footer/gradient-light.png) top left repeat-x;
}

div#sub-header{
	background: #e9eaea url(http://king.iplussoft.com/wp-content/themes/carrington-blog/img/sub-header-border-bottom.gif) bottom left repeat-x;
}
