/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

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 */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

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

.container {
		background:#fff;
		border:2px solid #667A8C;
margin-top:20px;
}
.header {
	background:url(/wordpress/wp-content/uploads/2010/07/header.jpg) top left no-repeat;
	width:960px;
	height:196px;
	text-indent:-9999em;
}
body {
background:url("/i/stripe_bg.png") repeat scroll left top transparent;
margin:0;
padding:0;
}

.nav {
background-color:#C8D5E1;
border-bottom:1px solid #667A8C;
border-top:1px solid #667A8C;
display:block;
height:30px;
width:958px;
}

.nav a {
background-color:#C8D5E1;
color:#414E59;
padding: 8px 20px;

}
.nav li {
background-color:#C8D5E1;

}

.entry-title {
color:#F6B526;
font-size:18px;
}


#content {
	padding:20px;
}
.hfeed {
width:auto;
}

.footer {
padding-left:10px;
}
