/*
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' );

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #1b79bf;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

body {
	width:980px;
	color: #444;
 	margin: 0 auto; 
	font-size: 14px; 
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0; 
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
	}

textarea {
	width: 97%;
	}

/* Header Elements */

#header{
	background: #fff;
	float: left;
	width: 980px;;
	}
	
menu {
	
}

nav {
	
}

/* Content Elements */

#content {
    font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.entry-title h2 {
	font: Arial, Helvetica, sans-serif
	font-size: 16px;
}

.entry-meta, entry-header, entry-footer, author vcard, published, meta-sep, comment-cout, edit-post {
	font: Arial, Helvetica, sans-serif;
	text-size: 10px;
}

.entry-content article p {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.hentry {
	border-bottom: 1px solid #aaa;
	overflow: hidden;
}
.hentry img {
    padding-bottom: 10px;	
}



#main .article {
	clear:both;
}


/* Sidebar Elements */

#secondary {
	padding-left:10px;
	border-left: 1px solid #aaa
}

/* Footer Elements */

.footer {
	border-top: 1px solid #aaa
}

.footer p {
	margin-top:10px;
	text-align: center;
	font-size: 10px;
}

img.alignleft {float:left;clear:right;}

img.alignright {float:right;clear:left;}

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