/*
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", serif;
font-size: 16px;
color: #000;
background-color: #8D8D8D;
background-image: url(http://davidstorymusic.com/blog/g/bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
cursor:default;
}


a
{
color:#000;
text-decoration:underline;
cursor:pointer;
outline:none
}

a:hover
{
text-decoration:none;
}

img
{
border:none;
}

table
{
borer: none;
}


td.post
{
font-family: "Tahoma", Verdana, sans-serif;
font-size: 14px;
color: #000;
line-height: 180%;
}

a.title
{
font-family: "Georgia", serif;
font-size: 45px;
color: #000;
line-height: 80%;
text-decoration: none;
}

a.artist
{
text-decoration:none;
}

a.artist:hover
{
text-decoration:none;
color:#000000;
}

span.location
{
font-family: "Helvetica", sans-serif;
font-size: 22px;
color: #707070;
line-height: 240%;
font-weight: bold;
}

span.date
{
font-family: "Helvetica", sans-serif;
font-size: 17px;
color: #707070;
line-height: 100%;
font-weight: bold;
}

span.time
{
font-family: "Helvetica", sans-serif;
font-size: 14px;
color: #858585;
line-height: 100%;
font-weight: bold;
}

span.listening
{
font-family: "Helvetica", sans-serif;
font-size: 14px;
color: #707070;
line-height: 180%;
font-weight: bold;
}

span.artist
{
font-family: "Helvetica", sans-serif;
font-size: 17px;
color: #707070;
line-height: 130%;
font-weight: bold;
}

span.song
{
font-family: "Helvetica", sans-serif;
font-size: 14px;
color: #707070;
line-height: 130%;
font-weight: bold;
}

span.album
{
font-family: "Helvetica", sans-serif;
font-size: 14px;
color: #707070;
line-height: 130%;
font-weight: bold;
}

a.comment
{
font-family: "Helvetica", sans-serif;
font-size: 14px;
color: #5E2600;
line-height: 130%;
font-weight: bold;
text-decoration: none;
}

a.comment:hover
{
color: #858585;
}

a.dsm
{
font-family: "Georgia", serif;
font-size: 18px;
color: #EEEEEE;
line-height: 250%;
text-decoration: none;
}

a.dsm:hover
{
color: #000000;
}

span.dsm
{
font-family: "Georgia", serif;
font-size: 18px;
color: #EEEEEE;
line-height: 250%;
text-decoration: none;
}

a.menu
{
font-family: "Georgia", serif;
font-size: 17px;
color: #EEEEEE;
line-height: 130%;
text-decoration: none;
}

a.menu:hover
{
color: #000000;
}

a.prev
{
font-family: "Helvetica", sans-serif;
font-size: 17px;
color: #444444;
line-height: 130%;
font-weight: bold;
text-decoration: none;
}

a.prev:hover
{
color: #000000;
}

/* common classes */
.aligncenter			{ display: block; margin: 0 auto; }
.alignright				{ float: right; margin: 0 0 1em 1em; }
.alignleft				{ float: left; margin: 0 1em 1em 0; }
.floatleft				{ float: left; }
.floatright				{ float: right; }
img.aligncenter, img.alignright, 
img.alignleft			{ border: 0px }