/*
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!
*/


/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body
{
margin:0px;
font-family: "Georgia", Times, serif;
font-size: 14px;
color: #000;
background-color: #D6D6D6;
cursor:default;
}


a
{
color:#000;
text-decoration:underline;
cursor:pointer;
outline:none
}

a:hover
{
text-decoration:none;
}

img
{
border:none;
}

table
{
borer: none;
}


span.menu a
{
font-family: "Georgia", "Times New Roman", serif;
font-weight: bold;
font-size: 20px;
display:block;
color: #808070;
text-transform:lowercase;
text-decoration:none;
line-height:90%;
}

span.menu a:hover
{
color:#FFFFFF;
background-color:#808070;
}

a.title
{
font-family: "Georgia", "Times New Roman", serif;
font-weight: bold;
font-size: 20px;
color: #59593B;
text-decoration:none;
line-height:150%;
}

a.title:hover
{
color: #808070;
}

span.date
{
font-family: "Helvetica", "Arial", sans-serif;
font-weight: bold;
font-size: 11px;
color: #909080;
text-decoration:none;
line-height:150%;
}

div.content
{
margin-left: 20px;
margin-right:60px;
font-family: "Georgia", "Times", serif;
font-size: 14px;
color: #222222;
text-decoration:none;
line-height:150%;
}

li
{
list-style:none;
}

span.links a
{
font-family: "Georgia", "Times New Roman", serif;
font-weight: bold;
font-size: 17px;
color: #808070;
text-decoration:none;
line-height:150%;
}

span.links a:hover
{
color:#FFFFFF;
background-color:#59593B;
}

blockquote{
padding-left:10px;
border-left:4px #59593B;
}
