/*
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: #ffffff url(/images/body_bg.png) repeat-x top;
	font: 14px/21px Arial, Verdana, sans-serif;
}

#outer {
		border: solid 1px red;
}

#holder {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: url(/images/header_bg.png) no-repeat top center;
	
}

.container {
	margin-top: 0;
}

.header {
	height: 110px; margin: 0;
}

.header #logo h1 {
	display: none;
}

.header #logo a {
	display: block;
	width: 300px;
	height: 90px;
}
/* Default Skin */
.nav { border: none; width: 960px;}
.nav ul {  background: none;  }
.nav ul li a { background: none; }
.nav li:hover ul,
.nav li.nav-hover ul { background: #444444; }

.nav a { font-weight: bold; color: #ffffff; border:none;  background: none; }
.nav a:hover { background: #2d2d2d url(/images/nav_hover.png) repeat-x; color:#b97b04;}
.nav ul a { border-right: none; }
.nav li ul li a { border:  0px; }
.nav li ul li a:hover { background: #000000; }

#secondary li, #secondary ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

#secondary .widget > li {
	list-style-type: none;
}

h1,h2,h3,h4,h5 {
	color:#37a4d6;
	font-weight: italic;
	font-family: Arial, Verdana, sans-serif;
}

h1.entry-title {
	font-weight: bold;
	color: #37a4d6;
}
}

H2 { font-size: 24px; }

H3 { font-size: 18px; color: #c88200;}

H4 { font-size: 16px; }

H5 { font-size: 14px; }


#full {
	margin: 0 0 20px 10px;
}

#hero {
	width: 960px;
	height: 320px;
	background: url(/images/hero_bg.png) no-repeat top center;
	margin: 0; padding: 0;
	float: none;
}

#hero ul {
	height: 110px;
	margin: 210px 0 30px 0;
	list-style-type: none;
	float: left;
}

#hero ul li {
	height: 110px;
	margin: 0; padding: 0;
	float: left;
}

#hero a#hero_btn1 {
	display: block;
	width: 240px;
	height: 110px;
	background: url(/images/hero_btn1.png) no-repeat top;
}

	#hero a#hero_btn1:hover {
		background: url(/images/hero_btn1.png) no-repeat bottom;
	}

#hero a#hero_btn2 {
	display: block;
	width: 240px;
	height: 110px;
	background: url(/images/hero_btn2.png) no-repeat top;
}

	#hero a#hero_btn2:hover {
		background: url(/images/hero_btn2.png) no-repeat bottom;
	}


#hero a#hero_btn3 {
	display: block;
	width: 240px;
	height: 110px;
	background: url(/images/hero_btn3.png) no-repeat top;
}

	#hero a#hero_btn3:hover {
		background: url(/images/hero_btn3.png) no-repeat bottom;
	}


#hero a#hero_btn4 {
	display: block;
	width: 240px;
	height: 110px;
	background: url(/images/hero_btn4.png) no-repeat top;
}

	#hero a#hero_btn4:hover {
		background: url(/images/hero_btn4.png) no-repeat bottom;
	}


#innerfade {
	height: 380px;
	overflow: hidden;
}

table, tr, td {
	border: 0;
	vertical-align: top; 
}

.footer {
	background: #ebebeb url(/images/footer_bg.png) no-repeat;
	padding: 20px 0 30px 0;
}
.footer p {
	margin: 0 0 0 30px;
	font-size: 11px;
}

li.fr {
	float: right;
}


#lefthome {
	float: left;
	width: 240px;
}

#centerhome {
	float: left;
	width: 460px;
}

#righthome #secondary {
	float: right;
	width: 230px;
	
}


#pdflist ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#pdflist ul li
{
padding-left: 23px;
background-image: url(/images/pdf-icon.png);
background-repeat: no-repeat;
background-position: 0 .5em;
font: bold 11px/20px Arial, sans-serif;
}

.bigger {
	font-size: 16px;
	color: #37a4d6;
}

.small {
	font-size: 11px;
	color: #666666;
}


.fr {
	float: right;
}