/*
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 {}

body {
	font-family: gill sans, arial, sans-serif;
	font-size: 1em;
	margin: 10px 0px;
}

a:hover, a:active, .entry-content a:hover, .entry-content a:active {color: #393;}

#logo {
	padding-left: 5%;
	font-variant: small-caps;
}

#logo a {
	font-size: 1.6em;
}

#primary {
	padding: 10px;
}

#secondary {
	min-width: 300px;
	padding: 10px;
	border-left: 1px solid black;
}

.blogroll {
	font-size: 0.8em;
	list-style-type: none;
}

.entry-title {
	font-weight: bold;	
}

.entry-footer {
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
	background-color: #f2f5f7;
}

.header a {
	font-family: gill sans, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #393;
}

.footer {
	text-align: center;
}

.nav {
	border: 0;
	background-color: #f2f5f7;
	padding-left: 5%;
	border-width: 1px 0px;
	border-style: solid;
	border-top-color: #999;
	border-bottom-color: black;
}

.nav a {
	border: 0;
}

.page_item {
	border: 0;
}

.post {
	padding: 0px 15px;
}

.rightborder {
	border-right: 3px solid #ddd;
	width: 48%;
}

.search, .search-btn {
	font-family: gill sans, arial, sans-serif;
	font-size: 0.8em;
}

.search-btn {
	font-weight: bold;
}

.substory {
	border-width: 1px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

.substory td {
	padding: 5px;
	font-size: 0.8em;
	vertical-align: top;
}

.subtitle {
	font-size: 1.2em;
	font-weight: bold;
}

.sub-tags {
	font-size: 0.8em;
}

.twitter li {
	list-style-type: disc;
	font-size: 0.8em;
}

.twitter-item {
	list-style-type: none;
}

.widget-title {
	font-size: 0.8em;
	font-weight: bold;
}