/*
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!
*/

body{
	background: #e6e6e6 url(images/body_bg.jpg) repeat-y center;
	font: 10px/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #888888;
}

hr {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #fff;
}

h2.entry-title{
	padding: 1em 0 0;
	font-size: 3em;
	line-height: 1.1em;
}

h3{
	font-size: 22px;
	color: #303946;
}

h3.widget-title,
.tabs a{
	text-transform: uppercase;
}


h3.widget-title strong,
.tabs a{
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
}

.container{
	background: url(images/container_bg.jpg) repeat-x;
	width: 959px;
}

.header{
	background: url(images/header_bg.jpg) no-repeat;
	height: 150px;
}

a {
	text-decoration: none;
}

.tabs a{
	color: #999;
	display: inline-block;	
	padding: 0 1em;
}

.tabs a:hover,
.tabs a:active,
.tabs a:focus{
	color: #333;
}

.feature{
	background: url(images/feature_bg.gif) no-repeat left bottom;
}

.feature ul li{
	list-style: none;
	padding: .1em 0;
	text-transform: uppercase;
}

.feature ul{
	float: left;
	width:143px;
}

.feature ul li a{
	color: #696969;
}

.feature ul li a:hover{
	color: #48617f;
}
.remove-bg{
	background: none;
}

#logo{
	padding-top: 50px;
}

.widget{
	padding-bottom: 2em;
}
.entry-title,
.entry-title a{
	font-style: italic;
	color: #96a9c1;
}
.entry-content{
	font-size: 11px;
}
#widget-newsbriefs li strong{
	font-size: 12px;
}
#widget-newsbriefs p{
	line-height: 1.3em;
}

.wpcf7-form p{
    margin:0;
}

.wpcf7-form input,
.wpcf7-form textarea{
        width:100%;
        background:#ddd;
}
.wpcf7-form textarea{
        height:100px;
}
.wpcf7-form input[type=submit]{
        width:auto;
}

.featured-artist-photo img{
width:425px;
}
