/* @override http://terrencescoville.com/blog/wp-content/themes/wp-framework/style.css */

/*
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' );

body {
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	background: url("/i/woodfloor.gif") repeat;
}

a:link,
a:visited {
	color: #5C2F83 !important;
	font-weight: bold;
}

#banner {
	margin-bottom: 30px;
	background-color: #fbc72d;
	border-bottom: 10px solid #5C2F83;
}

#bannercontainer {
	padding: 13px 20px 15px 20px;
	width: 790px;
	margin: 0 auto 0 auto;
}

h1 {
	width: 60%;
	float: left;
	font-weight: bold;
	color: #5C2F83;
	font-size: 48px;
	letter-spacing: -2px;
}

#archives {
	width: 40%;
	float: left;
	text-align: right;
	padding-top: 28px;
}

#archives li {
	display: inline;
	padding-left: 20px;
}

#archives li.current {
	color: #5C2F83;
	font-weight: bold;
	font-size: 18px;
}

#archives li a:link,
#archives li a:visited {
	color: #979 !important;
	font-size: 18px;
	text-decoration: none;
}

#archives li a:hover {
	color: #5C2F83 !important;
}


#aboutcontainer {
	float: left;
	padding: 12px 20px;
	margin-bottom: 30px;
	background-color: #eee;
	-webkit-border-radius: 10px;
	display: none;
}

#about p {
	padding: 0;
	color: #5C2F83;
	font-size: 24px;
	line-height: 36px;
}

.wrapper {
	padding: 0 0 30px 0;
	width: 830px;
	margin: 0 auto;
}

#sidebar {
	width: 120px;
	padding: 15px 0 0 15px;
	float: left;
}

#sidebar h3 {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#sidebar ul {
	margin-bottom: 25px;
}

#sidebar li {
	list-style-type: none;
	line-height: 1.5em;
}

#sidebar li a {
	color: #333;
	font-size: 12px;
}

.content {
	float: left;
	width: 830px;
}

.entry {
	float: left;
	margin: 0 0 25px 20px;
}

.entry a:link,
.entry a:visited {
	float: left;
}

.entry p {
	padding: 8px 10px 8px 0;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

.gdcontainer {
	padding-right: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

.gdcontainer .entry {
	width: 250px;
}

.gdcontainer p {
	width: 250px;
}

.artwork {
	background-color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

.artwork .entry {
	float: left;
	width: 250px;
}

.artwork h4 {
	padding: 0;
	margin-top: 10px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.artwork p {
	clear: left;
	padding-top: 0;
}

.artwork img {
	-webkit-border-radius: 250px;
}

.artwork img:hover {
	-webkit-border-radius: 0px;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
	padding: 20px 0 0 20px;
	color: #5C2F83;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
}

#page h3 {
	padding-top: 13px;
	text-align: left;
}

.cl {
	clear: both !important;
}

/* @group wd */

.wdcontainer {
	padding-right: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

#wd .entry {
	height: 270px;
	width: 250px;
}

/* @end */

/* @group page */

#page {

}

#page .entry-content {
	padding: 0px 20px;
}

#page .entry-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

.edit-post {
	font-size: 12px;
}

/* @end */

#footer {
	padding: 30px 15px 40px 15px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #fbc72d;
	border-top: 10px solid #5C2F83;
	color: #5C2F83;
}