/*
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' );
body{
background-color:#146A00;
color:black;
font-family:Arial,Verdana,Tahoma,"Trebuchet MS";
font-size:12px;
margin:0 0 15px 0;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#146A00;
background-image:url(images/background.jpg);
background-position:0 0;
background-repeat:repeat-x;
}
.header{
background-image:url('images/header-800px.jpg');
width:900px;
height:173px;
}

.separator{
background-image:url('images/footer.jpg');
width:900px;
height:10px;
}

.entry-title {
background-image:url("images/butterfly-ani.gif");
background-position:5px 15px;
background-repeat:no-repeat;
color:#000000;
font-size:20px;
line-height:28px;
padding-left:32px;
padding-top:11px;
text-transform:uppercase;
}

h3 {
background-image:url("images/butterfly-ani.gif");
background-position:0 10px;
background-repeat:no-repeat;
border-bottom:1px solid #CCCCCC;
color:#000000;
font-size:19px;
line-height:22px;
margin-left:10px;
margin-right:2px;
padding:9px 25px;
}

.container { width: 900px; margin: 20px auto; background-color:	#E0FFA3; }
.hfeed { width: 640px; float: left; }
.aside {
width: 250px; float: right;
/*background-color:#E9F8E3;*/
margin-bottom:3px;
margin-left:3px;
margin-right:3px;
margin-top:3px;
/*min-height:390px;*/
}
.footer { 
clear: both;
text-align:center;
}

.footer,p{
margin-top:10px;
}

.textwidget{
margin:10px;	
}
img{ border:solid 1px # #589442; }

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