/*
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: url('library/media/images/bg.gif') repeat-x fixed;
}

.container {
	margin: 0 auto;
	width: 780px;
	padding-top: 257px;
}

.middleBand, .bottomBand {
	padding: 55px 0;
	background: url('library/media/images/seperator.gif') no-repeat center bottom;
	overflow: auto;
}

.middleBand.top {
	background: none;
	padding-bottom: 0;
}


.header {
	position: fixed;
	background-color: white;
	width: 780px;
	background: #fff url('library/media/images/seperator.gif') no-repeat center bottom;
	top: 0;
	z-index: 1;
}

.headerInner {
	background: url('library/media/images/bg.gif') repeat-x;
	padding: 55px 0;
}

.headerFade {
	height: 73px;
	background: url('library/media/images/header-fade.png') no-repeat;
	position: fixed;
	width: 900px;
}

/* MENU */

.menu {
	float: right;
	margin-top: 70px;
}

.menu a {
	float: left;
	margin-right: 15px;
	font-family: ff-meta-serif-web-pro,serif;
	color: #8d8d8d;
	font-size: 16px;
	cursor: pointer;
	padding: 7px 7px 5px 7px;
}
	
.menu a.active {
	background: #f7f7f7;
	color: #000;
	border-bottom: 2px solid #c51230;
}

/* HOMEPAGE MIDDLE SECTION */

.band {
	float: left;
	width: 380px;
}

.band.left {
	margin-right: 20px;
}

.middleBand h3 {
	 font-family: ff-meta-serif-web-pro,serif;
	 font-size: 24px;
	 margin-bottom: 8px;
}

.middleBand .textwidget {
	font-family: ff-meta-serif-web-pro,serif;
	font-size: 14px;
	line-height:20px;
}

.middleBand .widget.home {
	margin-bottom: 20px;
}

.middleBand .moreInfo {
	text-indent: -9999px;
	display: block;
	width: 114px;
	height: 23px;
	background: url('library/media/images/more-info.png') no-repeat -6px top;
}

.page .headerFade {
	display: none;
}

.moreInfo.homePage {
	text-indent: -9999px;
	display: block;
	width: 135px;
	height: 23px;
	background: url('library/media/images/back-to-home.png') no-repeat left top;
}

/* HOMEPAGE BOTTOM SECTION */


.bottomBand h1 {
	font-size: 22px;
}

.bottomBand .contact .wpcf7 input, .bottomBand .contact .wpcf7 textarea {
	width: 280px;
}

.bottomBand .contact .wpcf7 textarea {

height: 100px;
}

.contactForm {
	float: left;
	width: 300px;
}

.contactForm input, .contactForm textarea {
	width: 280px;
}

.contact .content {
	width: 460px;
	float: left;
	margin-right: 20px;
}

.bottomBand .wpcf7-submit {
	text-indent: -9999px;
	display: block;
	width: 71px !important;
	border: none;
	height: 18px;
	background: url('library/media/images/send.png') no-repeat -6px top;
	float: right;
}


/* footer */

.footer {
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	color: #7d7d7d;
}

.footer a {
	color: #7d7d7d;
}

#copyright {
	text-align: left;
	padding-top: 15px  ;
}

.copyright {
	float: left;
	padding-top: 12px  ;
}

.ipa {
	float: right;
}

.ica {
	float: middle;
}
/* Page Styles */

.entry-title, .entry-title a {
margin-top: 30px;
}



