/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.9
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 {}
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
body{background-color:#cfcfcf; }
#primary {width:530px; float:right; margin-right:30px; }
.sociable{float:left; margin:0px; padding:0px; width:150px}
#secondary{width:200px; float:left; margin-left:20px; position: relative; background-color:#oooooo;}
#secondary .widget {
	float: left;
	clear: both;
	width: 175px;
	padding: 0px;
	margin: 10px;
	font-family: helvetica, sans serif;
	font-size: 0.9em;
}
.container{width:849px; float:left;background-color:#FFFFFF; padding:0px 20px 0px 20px; margin-top:0px; border: 0px none; }
#wrap{ width:880px ;margin:50px auto 0px auto; padding:5px }
.message{	; padding:6px 0px 19px 5px; float:left; width:220px; margin-bottom:8px
}
.message_text{ padding:4px; float:left;font-size:14px}


.wp-caption-text{
	font-size:14px; color:#000000
}

#form-section-comment{
	width:480px}

#logo {width: 170px; height: 100px; float: left; position: relative; text-align: center; padding:25px 0px 20px 10px;}
#text_left_col
{ float:left; width:145px; font-size:10px; position:relative; top: 0px; margin: 15px; }
#content{
	float:left;
	clear: both;
	width: 839px;
}
.copyright{
	font-size:6px, color:black;
}
.newsletter {
	float: left;
}
.newsletter form {
	margin: 0px;
}
.newsletter .wpsb_form_label {
	font-family: geneva, arial, verdana, sans-serif;
	font-size: 0.8em;
}
#wpsb_email {
	width: 140px;
	float: left;
	font-size: 12px;
	margin: 0px;
}
input.wpsb_form_btn {
	font-size: 12px;
	float: right;
}
