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


/* styles by leahcreates njs */
body {
	background-color:#808080;
}

.container {
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	background:#000000 url('images/bg_texture.png') no-repeat left top;
}

.header {
	margin:0;
}

#logo {
	width:807px;
	margin:50px auto 30px auto;

}

.menu {
	background-color:#4f4e4b;
	padding:3px 0;
	margin:0;
}

.nav {
	width:820px;
	margin:0 auto;
	float:none;
}

.nav a {
	font-family:verdana;
	font-weight:bold;
	color:#000;
	font-size:18px;
}

.nav a:hover {
	text-decoration:none;
}

.nav li {
	margin:0 8px;
}

.showtitle {
	color:#9E4833;	
}

.post {
	overflow:hidden;
}

.entry-footer {
	clear:both;	
	padding:0;
	color:#666;
}

.aside {
	margin:30px 30px 0 0;
	width:320px;
}

.widget {
	margin-bottom:30px;
}

#execphp-3 {
	overflow:hidden;	
}

#execphp-3 ul {
	margin: 0 0 10px 20px;	
}

#execphp-3 span {
	color:#9E4833;
}

#execphp-3 span.right {
	float:right;
	padding: 0 20px 0 0;
}

#recent-posts-3 a {
	margin:8px 0;
	font-family:verdana;
	font-size:14px;
	color:#fff;
}

#upcoming-shows {
	margin:8px 0;
	font-family:verdana;
	font-size:14px;
	color:#9e4833;
}

#upcoming-shows a {
	color:#fff;
}

#primary {
	margin: 30px 40px 30px 40px;
}

.hfeed {
	width:570px;
}

#myGallery {
	border:1px solid #3d3d3d;
}

body {
	font-family:verdana;
	color:#fff;
}

p {
	font-size:13px;
}

a {
	color:#9e4833;
}

h1, .entry-title, .entry-title a, h3.widget-title {
	font-family:trebuchet ms;
	color:#bed4ca;
	font-weight:bold;
	font-size:24px;
	line-height:28px;
}

#secondary li {
	list-style-type:bullet;
}

.footer {
	height:60px;
	margin:5px;
	padding:25px 0 0 0;
	background:url('images/stf.png') no-repeat right top;
}

.copyright {
	padding:10px 0 0 0;
	margin: 0px auto;
	width:653px;
	height:80px;
	text-align:center;
	background:url('images/bg_copyright.jpg') no-repeat left top;
}

.copyright a {
	color:#fff;
}

#cast ul {
	margin:0px;
}

#cast li {
	list-style-type:none;
	padding:8px;
	float:left;
}

#cast img {
	border:1px solid #978f80;
}
