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


/* --- SUPERLAWN --- */

body {
	background: url(/wp-content/themes/wp-framework/library/media/images/background.png) repeat-x top left;
}

body, input, textarea {
	font-family: Arial, Sans-Serif;
}

h1, h2, h3, h4, h5, h6, .entry-title a, .entry-title a:link, .entry-title a:visited, strong, b {
	color: #0F7E2D !important;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #1982CF;
}

a:hover, a:active {
	color: #0064AF;
}

.container {
	width: 900px;
	margin-top: 10px;
}

#logo {
	float: left;
}

#tagline {
	float: right;
	margin: 5px 20px 10px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#sl-home img {
	margin-bottom: 15px;
}

.nav {
	border-width: 0px;
	background: transparent url(/wp-content/themes/wp-framework/library/media/images/menu.png) no-repeat top left;
}

.nav a {
	padding: 12px 15px 15px 15px;
	border-right: 1px dotted #A0BF83;
	font-weight: bold;
	font-size: 11px;
}

.nav a, .nav a:link, .nav a:visited {
	color: #0F7E2D;
	background: none;
}

.nav a:hover, .nav a:active, .nav li:hover, .nav li:active {
	background: none;
	color: #4F9F63;
}

.nav ul li a {
	border-color: #A0BF83;
	padding: 8px;
}

.nav li.nav-hover ul {
	top: 35px;
}

.nav ul {
	border-color: #A0BF83;
}

.hfeed {
	width: 660px;
	border-right: 1px dotted #A0BF83;
	padding-right: 20px;
	margin-right: 18px;
	margin-bottom: 20px;
}

.aside {
	width: 198px;
	font-size: 11px;
}

.aside h3 {
	display: inline;
}

.sl-icon {
	float: left;
	display:inline;
	margin: 1px 8px 0px 0px;
}

.post {
	padding-top: 15px;
	border-top: 1px dotted #A0BF83;
}

#sl-phone {
	margin-bottom: 5px;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	color: #144F23;
}

.widget {
	border-bottom: 1px dotted #A0BF83;
	margin-bottom: 20px;
}

.footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #A0BF83;
	font-size: 10px;
	color: #666666;
}

#copyright {
	float: left;
}

#login {
	float: right;
}

.entry-header, .entry-footer {
	font-size: 10px;
	color: #666666;
}

input, textarea {
	border: 1px solid #0F7E2D;
}

#showcase {
	border: 1px solid #0F7E2D;
	margin-bottom: 10px;
}

#showcase img {
	display: none;
}

.exlinks {
	clear: both;
	text-align: center;
	padding: 3px 0px;
}

.toplinks {
	padding-top : 6px;
}