/*
Theme Name:		Chews4Health
Description: 	Chew4Health Review Blog Theme.
Author: 		Jeremy Johnston
Author URI:		http://www.MeetJeremyJohnston.com


Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
.container { width: 850px; margin: 20px auto; }
.hfeed { width: 630px; float: left; }
.aside { width: 200px; float: right; }
.footer { clear: both; text-align: center; }
.search { width: 170px; }
.search-btn { padding: 2px; float: right; margin: 3px 30px 0 0 }
.header { background: #11569B url('library/media/images/HeaderImage.jpg') no-repeat top left; height: 100px; width: 850px; }

/* Stylistic CSS Styles */
.container { background: #F8F3EE; border: 1px solid #fff; }

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}