/*
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' );
@import url( 'library/media/css/text.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

html {
	background: #fff;
	height: 100%;
}

a{
	color: #0099cc;
	text-decoration:none;
}

a:hover{
	color: #e17009;
	text-decoration:underline;
}

h2,h3,h4{color:#e17009;text-transform:uppercase;}

.container{	
	margin-top: 5px;
	margin-bottom: 25px;
}

#logo h3 {
	background: url(library/media/images/logo.png) no-repeat left center; 
	width: 125px; 
	height: 79px;
}

/* FONT AND LINE HEIGHT DECLARATIONS */
div#banner-nav, h1#title, p#description, h2.post-title, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, li#search input#s, input#author, input#email, input#url, textarea#comment {
	line-height: normal;
}

/* BANNER NAV STUFF */
div#banner-nav-center {
	width: 980px;
	margin:0 auto 0 auto;
	padding: 1em 10px 2em 10px;
}
#banner-nav-center img{
	margin-bottom: -5px;
}
div#banner-nav {
	background: black;
	border-top: 0.4em solid #CFCCBE;
	color: #ccc;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 0.4em solid #0099cc;
}
div#banner-nav ul, div#banner-nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#banner-nav ul li img {
	position: relative;
	top: 0.12em;
}

#banner-nav-center a{
	color: #0099cc;
}


#banner-nav-center a:hover{
	color: #fff;
}

.socifiles_page { width: 960px; float: left; }

