/*
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 {}
body {
background:url(/wp-content/uploads/2009/11/stockinette-stars.jpg) top left repeat-x #09101f;
}

.container {
width:950px;

}

#content {
background:url(/wp-content/uploads/2009/11/soft-garter.jpg) top left repeat;
}
.header {
display:block;
width:950px;
height:36px;
background:url(/wp-content/uploads/2009/11/nocturnal-knits.gif) 23px 0 no-repeat transparent;
text-indent:-9999em;
margin-top:123px;
}

.aside {
width:200px;
}

input.search {
width:190px;
}

.clear {
clear:both;
}

.ruminations {
background:url(/wp-content/uploads/2009/11/ruminations.gif) 23px 0 no-repeat;
width:428px;
height:22px;
display:block;
float:left;
text-indent:-9999em;
}

.nav {
width:auto;
float:right;
background:transparent;
}

#primary {
margin-left:30px;
_margin-left:15px;
margin-top:50px;
}

#secondary {
margin-right:40px;
_margin-right:20px;
margin-top:50px;
}

.footer p {
color:#999;
}

.entry-title, .entry-title a {
color:#09101f;
}

.post {
border-bottom:1px solid #ccc;
}

#konami {
display:none; height:385px; width:480px; position:absolute; top:200px; left:350px; background:#09101F; color:#fff; padding:30px; border:3px double #2361A1;
}

div#nk-preload {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

#secondary h3 {
padding:10px 0 0 0;
margin-bottom:5px;
border-bottom:1px solid #999;
font-weight:bold;
}