/*
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:#105090;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	margin:5px 0 10px 0;
}

.container {
	margin:0 auto;
	background:#fff;
	width:1000px;
	overflow:hidden;
}

.header {
	padding:10px;	
}

.header #logo {
	clear:both;	
}

.header .top_right {
	margin:0;
	padding:0;
	float:right;
	clear:both;
}

.header .top_right ul {
	list-style-type:none;
	float:left;
	margin:0;
	padding: 0 20px 0 0;
}

.header .top_right li {
	float:left;
	padding: 0 0 0 5px;
}

.header .top_right form {
	float:left;	
	margin:0;
	padding:0;
}

.subnav {
	background: #426e9b url(images/blue_nav.jpg) no-repeat top left;
	color:#999c9e;
	float:right;
	width:271px;
	padding:10px 0 0 0;
}

.subnav a {
	color:#fff;	
}

.subnav ul {
	list-style-type:none;
	margin:0 auto;
	width:200px;
	padding:4px 0 8px 5px;
	overflow:hidden;
}

.subnav ul li {
	float:left;
	padding: 0 0 0 5px;
}

.nav {
	background:#574d46 url(images/navbg.jpg) repeat top center;
	border:0;
	list-style-position:inside;
	padding: 0;
}

.nav a {
	color:#fff;
	border:0;
	font-size:14px;
}

.nav a:hover {
	background:none;
}
.nav li {
	background:transparent url(images/navdivider.jpg) no-repeat center left;
	padding: 5px;
	text-transform:capitalize;
	position:relative;
	z-index:50;
	text-align:center;
	width:190px;
}

.nav li:hover {
	background-color:#554c45;
	background-image:none;
}

.nav li.current_page_ancestor a, .nav li.current_page_item a {
	background:url(images/active.jpg) no-repeat center center;
}


.nav li:hover a {
	background-image:none;	
}

.nav li ul.children {
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
	width:inherit;
	border:1px solid #422f20;
	width:200px!important;
}

.nav li ul.children li {
	border-bottom:1px solid #422f20;
	background-image:none;
	background-color:#554c45;
	padding:5px 0;
	margin:0;
	width:200px!important;
	display:block;
}

.nav li ul.children li:hover {
	background-color:#827972;	
}

.nav li ul.children li a {
	width:180px!important;
	margin:0 auto;
	padding:5px;
	display:block;
	border:none;
	background-image:none;
	
}

.nav li.page-item-3 {
	background-image:none;	
}

.nav li.nav-hover ul { 
	background: #666;
}

.nav a:hover { 
	background:transparent; 
}

.nav a:focus { background:transparent; }

.hfeed {
	padding:20px 40px 20px 0;
	float:right;
	margin: 0 18px 0 0;
	width:650px;
}

#myGallery {
	overflow:hidden;
	clear:both;
}

#frontwidgets {
	background:#e7f0fa;
	clear:both;
	overflow:hidden;
	padding: 10px 10px 10px 13px;
}

#frontwidgets .widget {
	background:transparent url(images/frontbox.jpg) no-repeat top left;
	width:275px;
	height:260px;
	margin:5px;
	padding:20px 20px 0 20px;
	font-size:12px;
	float:left;
}

#frontwidgets .widget h3 {
	color:#004070;
	line-height:normal;
	font-weight:bold;
	font-size:20px;
	margin:0;
	padding:0 0 10px 0;
}

#frontwidgets .widget div img {
	margin: 0 10px 0 0;	
}

#execphp-7 img, #execphp-8 img, #execphp-9 img {
	float:left;	
}

.aside {
	padding:20px 0 20px 20px;	
	float:left;
	width:240px;
}

#footer_widgets {
	background-color:#746c64;
	color:#fff;
	overflow:hidden;
	width:100%;
	clear:both;
	padding:10px;
}

#footer_widgets .widget {
	width:310px;
	float:left;
	margin:0;
	padding:15px 0 0 15px;
}

#footer_widgets .widget h3 {
	font-weight:bold;
	padding: 0 0 15px 0;
	font-size:18px;
}

#footer_widgets .widget a {
	color:#e7f0fa;
	text-decoration:underline;
}

#footer_widgets .widget ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#footer_widgets #execphp-5 img {
	padding: 0 0 15px 0;
}

#copyright {
	background:#746c64 url(images/copyrightbg.jpg) no-repeat center bottom;
	text-align:center;
	padding:12px 0 8px 0;
	margin:0;
	color:#fff;
}

#copyright a {
	color:#fff;	
}

ul.sponsors {
	list-style-type:none;

}

ul.sponsors li {
	width:125px;
	height:175px;
	border: 1px solid #ccc;
	margin: 8px;
	text-align:center;
	float:left;
}

#sfstest-sidebar {
	background:url('images/quote.jpg') no-repeat top left;
	padding:15px 0 0 0;
	overflow:hidden;
}

#sfstest-sidebar blockquote {
	border:none;
	margin:0 0 0 0;
	color:#043667;
	text-indent:2.5em;
}

#sfstest-sidebar cite {
	text-align:right;
	float:right;
	font-style:normal;
	color:#1e1814;
}

#front #myGallery {
	overflow:hidden;
	position:relative;
	z-index:2;
}


.top_right button {
	background-color:#105090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	border:0px;
}

#sub-page-menu {
	border:1px solid #4a627b;	
	margin: 0 5px 15px 0;
	padding:10px;
	background:#e5e4e0;
	overflow:hidden;
	display:block;
}

#sub-page-menu h3 {
	font-weight:bold;
	font-size:14px;
	background-color:#104880;
	color:#fff;
	padding: 5px 10px;
}

#sub-page-menu h3 a, #sub-page-menu h3 a:hover {
	color:#fff;	
	background-color:transparent;
}

#sub-page-menu h3 a:hover {
		color:#e5e4e0;
}

#sub-page-menu ul {
	list-style-position:inside;
	list-style-type:none;
	font-size:12px;
	margin:0;
	padding:0;
	display:block;
}

#sub-page-menu li {
	padding:0;	
	margin:0;
	color:#666;
	list-style-position:inside;
	float:left;
}


#sub-page-menu li a {
	font-weight:bold;
	color:#104880;
	padding: 2px 0 2px 10px;
	margin:0;
	width:263px;
	display:block;
}

#sub-page-menu a:hover {
	background-color:#ccc;	
	text-decoration:none;
}

#sub-page-menu ul ul {
	margin: 0;	
}

#sub-page-menu li li {
	list-style-type:none; 
	color:#999;
		margin: 0px;
}

#sub-page-menu li li a {
	padding: 2px 0 2px 5px;
	margin: 0 0 0 15px;
	border-bottom:1px dotted #666;
	width:180px;
	display:block;
	font-weight:normal;
}

#sub-page-menu li li a:hover {
	border-bottom:0px;
	width:253px;
	margin:0;
	padding:2px 0 2px 20px;
	border-bottom:1px solid #e5e4e0;
}

#execphp-10 {
	margin: 0 0 10px 0;	
}

#execphp-10 a {	
padding:5px 0;
}

#execphp-11 {
	border:1px solid #4a627b;
	margin: 0 5px 0 0;
	padding:10px;
}

#execphp-11 h3 {
	color:#174e84;	
}

#execphp-11 h3 span {
	color:#333;	
}

#execphp-11 input {
	padding:5px;
	margin: 0 5px 0 0;
}

#execphp-11 input.submit {
	background-color:#105090;
border:0 none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:5px;
text-transform:uppercase;
}

