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


/**** KK Editing ****/

body {
	background: #0f0f0f;
	margin-top: 0px;
	margin-bottom: 0px;
	
	background: #0a0a0a;
	
}

div.container {
	width: 968px;
	margin-top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(img/bg_tile.png);
	overflow: hidden;
		

}

h1 {
	padding-left: 76px;
	padding-top: 37px;
}

h1 a {
	background: url(img/h1_logo.png);
	display: block;
	width: 443px;
	height: 41px;
	text-indent: -9999px;
}

/**/

#primary {
	float: left;
	background: url(img/primary_top.png) no-repeat;
	width:661px;
	margin-top: 15px;
	padding-top: 129px;
	margin-left: 13px;
	padding-bottom: 40px;
}

#primary_beta {
	float: left;
	background: url(img/bg_post.png) repeat-y 43px top;
}

#primary_omicron {
	float: left;
	background: url(img/primary_bottom.png) ;
	width: 661px;
	height: 129px;
}

/**/

.post {
	float: left;
	width: 500px;
	margin-left: 79px;
	padding-right: 41px;
	
}

.post img {
	margin-bottom: 10px;
}


.post p {
	color:#999;
	font-size: 12px;
	line-height: 160%;
}

.entry-content a:link, .entry-content a:active, .entry-content a:visited {
	color:#c10013; 
}

.entry-content a:hover {
	text-decoration: underline;
}

h2.entry-title, entry-title {
	border-bottom: 1px solid #444;
	padding: 0px;
	
}

h2.entry-title, .entry-title a {
	color: #ccc;
	font-size: 26px;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 8px;
}

.entry-title a:hover {
	color:#ccc;
}

.meta, .entry-meta {
	font-size:12px;
	margin-bottom:30px;
	padding-top:5px;
	color:#999;
}

.meta, .meta a, .entry-meta, .entry-meta a {
	font-size:12px;
	font-weight:normal;
	letter-spacing:0;
	text-decoration:none;
}

.meta a, .entry-meta a {
	color:#ccc;
}

.feedback a {
	color:#c10013;
	font-size:18px;
	text-decoration:none;
}

.hentry, .widget, .comment, .navigation-links {
	margin-bottom:50px;	
}

.navigation-links {
	float: left;
	margin-left: 79px;
	margin-bottom:0px;	
	width: 500px;

}

.navigation-links a {
	color:#c10013;
}


/* Page Hooks */

h1.entry-title {
	padding: 0px;
	color: #ccc;
	padding-bottom: 8px;
	
}

.page {
	float: left;
	width: 500px;
	margin-left: 79px;
	padding-right: 41px;
}

.page img {
	margin-bottom: 10px;
}


.page p {
	color:#999;
	font-size: 12px;
	line-height: 160%;
}

.page .article {
	border-top:#444 solid 1px;
	padding-top: 40px;
}

/*****************/
/**  Secondary  **/
/*****************/

#secondary_buffer {
	width: 243px;
	float: right;
	padding-top: 105px;
	padding-right: 40px;
	
	/*position: absolute;
	right: 36px;
	top:188px;

	padding-bottom: 60px; **/
}

#secondary {
	background: url(img/secondary_top.png) no-repeat;
	padding-top:20px;
	
	
}

#secondary_omicron {
	width: 243px;
	height: 36px;
	background: url(img/secondary_bottom.png) no-repeat bottom;
	margin-bottom: 40px;
}

 #secondary .widget, .navigation-links {
	margin-bottom: 0px; 
}

#secondary ul {
	margin-left: 22px;
	padding-top: 10px;
}

#secondary ul li {
	list-style-type: none;
}

#secondary ul li a {
	font-size: 13px;
	color:#999;
}

h3.widget-title {
	color: #fff;
	margin-top: 20px;
	margin-left: 22px;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	width: 194px;
}

/* FIXES */


body.singular .post {
	float: none;
	width: 500px;
	margin-left: 0px;
	padding-left: 79px;
	padding-right: 41px;
	background: url(img/bg_post.png) repeat-y 43px top;
	
}

body.singular .hentry, .widget, .comment, .navigation-links {
	margin-bottom: 0px;
}


span.entry-categories {
	color: #aaa;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
}

span.entry-categories a {
	color:#c10013; 
}

body.singular .navigation-links {
	margin-bottom: 0px;
	background: url(img/bg_post.png) repeat-y;
	margin-left: 43px;
	padding-left: 36px;
	padding-right: 41px;
	color:#c10013; 
	
	width: 500px;
}


body.singular .entry-meta {
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
}

body.singular  #respond {
	background: url(img/bg_post.png) repeat-y 43px top;
	padding-left: 79px;
	padding-top: 40px;
}

body.singular  #comments {
	background: url(img/bg_post.png) repeat-y 43px top;
	padding-left: 79px;
	width: 500px;
	padding-right: 41px;
}

/* FIXES */
body.page {
	background: #0f0f0f;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float:none;
	width:auto;
	margin: 0px;
	padding:0px;

	
	
}

.form-section, #leave-a-reply {
	color: #ccc;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol {
margin-bottom: 0px;
padding-bottom:20px;
}

p#allowed-tags {
	width: 470px;
	background-color: #111;
	color: #444 ;
	border: none;
	
	margin-bottom: 40px;
}

input, textarea, button {
	background: #333;
	border: #333 solid 1px;
}

#respond input {
	color: #ccc;
	width: 260px;
}

textarea {
	width: 482px;
	height: 160px;
	color: #ccc;
	overflow: auto;
}

input:focus, textarea:focus, button:hover { 
	background: #555;
	border: #555 solid 1px;
	color: #ccc;

}

/**/
.clear {
	clear: both;
}


/*****************/
/**** footer  ****/
/*****************/

.footer {
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	width: 968px;
	margin-top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.footer p {
	color: #272727;
	font-size: 12px;
	margin-left: 90px;
}

.footer a {
	color: #272727;
	text-decoration: underline;
}

