/*
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: #319EE4 url(library/media/images/background.png) repeat-x top left;
	font-family: Verdana, Arial, Sans-Serif !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

p {
	line-height: 1.8 !important;
}

li {
	line-height: 1.4 !important;
}

table, form, p, li, ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

input, textarea {
	font-family: Verdana, Arial, Sans-Serif !important;
	font-size: 11px !important;
}

table, td {
	border-collapse: collapse;
}

td {
	padding: 5px;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-Serif !important;
	font-weight: bold !important;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	color: #154F81 !important;
}

h1 {
	font-size: 20px !important;
}

h2 {
	font-size: 18px !important;
}

h3 {
	font-size: 18px !important;
}

h4, h5, h6 {
	font-size: 14px !important;
}

.container {
	background: #FFFFFF url(library/media/images/header.png) no-repeat top left;
	margin: 10px auto 0px auto;
	width: 900px;
}

#tagline {
	margin: 20px 25px 5px 5px;
	float: right;
	color: #1E7BCB;
}

.menu {
	float: left;
	margin:12px 0 10px 140px;
	background: none;
	border: none;
}

.nav {
	border: none;
	margin: 0px !important;
	background: none;
}

.nav ul, .nav li, .nav a {
	background: none;
	border: none;
	margin: 0px !important;
}

.nav li {
	padding: 6px 0px;
}

.nav a, .nav a:link .nav a:visited {
	padding: 4px 10px;
	color: #a3e6ff;
}

.nav a:hover, .nav a:active {
	color: #FFFFFF !important;
}

.nav, .nav li, .nav li a, .nav a:hover, .nav a:active, .nav li:hover, .nav:hover  {
	background: none !important;
}

.nav a {
	border-right: 1px dotted #1E7BCB !important;
	border-bottom: none !important;
	border-left: none !important;
	border-top: none !important;
}

.nav li ul {
	background: #288DD8 !important;
	border: 1px solid #0F5796;
}

.nav li ul a {
	border: none !important;
	color: #8FCFFF;
}

.nav li ul li {
	border-bottom: 1px dotted #4AA9EF;
}

#content {
	clear: both;
	padding: 15px;
}

#primary {
	width: 630px;
}

#secondary {
	width: 215px;
}

.footer {
	padding: 15px;
	color: #99C4DF;
	font-size: 10px;
	border-top: 1px dotted #99C4DF;
	background: #DFF0FB;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #99C4DF;
	text-decoration: underline;
}

.exlinks {
	margin: 5px 0px;
	text-align: center;
}

#call-phone {
	font-size: 34px;
	font-family: Arial, Sans-Serif !important;
	font-weight: bold !important;
	color: #154F81 !important;
	line-height: 1 !important;
	margin: 0px;
}

#call {
	margin-bottom: 20px;
}

.widget {
	border-top: 1px dotted #99C4DF;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px;
}

#about p {
	margin: 0px;
}

#extras a img {
	padding: 5px 10px 5px 20px;
	margin: 1px 0px;
}

.entry-meta {
	color: #AAAAAA;
}
