/*
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!
*/

body {
	background: #bde1ef;
	color: #444;
	font-size: 16px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	background-image: url('images/ps-cloud-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	color: #70007C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr { 
	background-color: #025f4b;
	height: 2px;
	}

h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 0;
	margin-bottom: 0;
	padding-top: 0px;
        padding-bottom: 3px;

}

h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 0;
	margin-bottom: 0;
	padding-top: 20px;
}

h3 {

	background-color: #025f4b;
	padding: 5px;
	color: #FFF;	
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: -20px;

/*
	font-weight: bold;
	font-size: 16px;
	line-height: 0;
	margin-bottom: 20px;
	padding: 15px 10px 10px 10px;
	background-color: #D0D0BC;
	*/
}

p {
	overflow: hidden;
	text-align: left;
}

#header {
/*	background-image: url('../img/header-bg-grey.jpg');  */
	background-repeat: repeat-x;
	height: 160px;
/*	border-bottom: 1px solid #777; */
	}

#footer {
	background-color: #242424;
	padding-top: 20px;
	padding-bottom: 10px;
	clear:both;
	}
	
#footer a { 
	color: #EEE;
	font-size: 12px;
	}

#footer p.copyright {

	color: #CCC;
	font-size: 11px;
	}

.main-image {
	border: 10px solid #FFF;
	}
	
.large {
	font-size: 21px;
	font-weight: bold;
	}
	
.small {
	font-size: 12px;
	line-height: 18px;
	}

.quiet {
	color: #777;
}

.pdf-list {
	padding-top: 40px;
	line-height: 16px;
	}
	
.pdf-list ul {
	margin-bottom: 20px;
	padding-bottom: 10px;
	}
	
.pdf-list ul li {
	list-style: disc;
	padding-bottom: 10px;
	}
	
.pdf-list a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	}
	
.pdf-list a:hover {
	text-decoration: underline;
}

.form-number {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
	
.tagline {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 10px;
	margin-top: -20px;
	}
	
#airplane-column {
	margin-top: 0px;
	}

#airplane-column p {
	font-size: 18px;
	line-height: 28px;
	}

.green-type {
	color: #025f4b;
	font-weight: bold;
	}

#menu { 
	margin-top: 0px;
	}
		
#menu ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	color: #999;
	} 

#menu ul li {
	background-color:#fff;
	margin: 0px;
	margin-right: 3px;
	padding: 14px;
	color: #222;
	text-transform: uppercase;
	list-style: none;
	display: inline;

	}
	
#menu ul li.last {
	margin-right: 0;
	list-style: none;
	display: inline;
	}

#menu ul li a { 
	color: #222;
	text-decoration: none; 
	}

#menu ul li a:hover {
	text-decoration: none;
        color: #fff;
	}

#menu ul li:hover { 
	background-color: #025f4b;
	color: #FFF;
	text-decoration: none;
	}


#menu ul li a:visited, a:active { 
	text-decoration: none; 
	}


#menu ul li.active { 
	background-color: #70007C;
	color: #FFF; 
	}

#menu ul li.active a { 
	color: #FFF; 
	}

