/*
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 {}

/* @group BASE */

body 
{
	background: url(images/bg.png) repeat-x;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a
{
	color: #404041;
	font-weight: bold;
}

/* @end */

/* @group CONTAINER */

.container
{
	width: 872px;
	margin: 0px auto;
}

/* @end */

/* @group HEADER */

.header
{
	background: url(images/header.jpg) no-repeat 0 1px;
	height: 120px;	
}

#logo
{
	float: left;
}

#logo a
{
	display: block;
	width: 600px;
	height: 110px;
	text-indent: -9999px;
}

#tagline
{
	float: left;
	margin-left: -9999px;
}

#contact_info
{
	float: right;
	text-transform: uppercase;
	width: 160px;
	text-align: center;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 20px;
}

#call_for,
#phone,
#fax,
#email,
#contact_details
{
	
	width: 160px;
}

#call_for
{
	font-size: 13px;
	color: #E42E3D;
	
}

#phone
{
	font-size: 18px;
	line-height: 20px;
}

#phone span
{
	color: #E42E3D;
}

#fax
{
	line-height: 15px;
}

#email
{
	font-size: 0.9em;
}

#contact_details
{
	font-size: 9px;
	line-height: 1.1em;
}

#flash_logo
{
	float: left;
	position: relative;
	top: 17px;
	left: 4px;
}


/* @end */

/* @group SIDEBAR */

.aside
{
	position: absolute;
	top: 141px;
	float: left;
	width: 166px;
	background: url(images/nav.jpg) no-repeat center top;
	padding: 20px 15px 5px;
}

.widget h3
{
	display: none;
}

.flexipages_widget ul
{
	margin: 0;
}

.flexipages_widget li
{
	list-style-type: none;
	margin-bottom: 3px;
}

.flexipages_widget li a
{
	display: block;
	background: #E42E3D;
	padding: 3px 3px 3px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.flexipages_widget li.current_page_item a
{
	background: #616266 url(images/active-nav.jpg) no-repeat 0 1px;
}

.hentry, .widget, .comment, .navigation-links
{
	margin-bottom: 10px;
}

#widget_categories
{
	color: #E42E3D;
	font-size: 0.90em;
	line-height: 1em;
}

#widget_categories
{
	margin-left: 0px;
	position: relative;
}

#widget_categories li
{
	padding-left: 20px;
	position: relative;
	margin-bottom: 8px;
	width: 140px;
	list-style-type: none;
	background: url(images/red-dot.png) no-repeat 7px 3px;
}

#widget_categories li a
{
	font-weight: normal;
}

#widget_categories li ul
{
	display: none;
	position: absolute;
	top: -5px;
	left: 110px;
	background: #fff;
	border: 1px solid #ccc;
	border-left: none;
	padding: 7px 5px 5px 25px;
	z-index: 10000;
}

#widget_categories li ul li
{
	width: 150px;
}

#widget_categories li.current-cat a
{
	font-weight: bold;
}

/* @end */


/* @group CONTENT AREA */

.hfeed
{
	float: right;
	width: 646px;
	min-height: 700px;
	background: url(images/content.png) no-repeat center 12px;
	padding: 41px 17px 10px 16px;
}

h1.page-title,
h1.entry-title,
h2.entry-title,
h2.entry-title a,
#post-categories-block h3.title
{
	
	display: block;
	background: #E42E3D url(images/arrow-red-bg.png) no-repeat 5px center;
	padding: 3px 3px 3px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

.home h1.entry-title,
h1.page-title,
#post-categories-block h3.title
{
	font-size: 11px;
	line-height: 15px;
}

h1.page-title,
#post-categories-block h3.title
{
	background: #6D6E70;
}

h1.page-title
{
	margin-bottom: 10px;
}

h2.entry-title a
{
	padding: 0;
	background: none;
}

h2.entry-title a:hover
{
	color: #ddd;
}

.entry-content ul.categories
{
	margin: 0;
	padding: 0;
}

.entry-content a:link, .entry-content a:active, .entry-content a:visited {
	color:#E42E3D;
	text-decoration:none;
}

.entry-content a:hover
{
	text-decoration: underline;
}

.entry-content h2,
.entry-content h3
{
	clear: none;
}

.entry-content h3
{
	font-weight: bold;
	font-size: 14px;
	margin-left: 21px;
}

.entry-content p 
{
	margin: 10px 20px;
}

.entry-content ul, .entry-content ol
{
	margin-left: 45px;
}

.entry-content ul ul, .entry-content ol ol
{
	margin-left: 25px;
}

.entry-content li
{
	margin-right: 20px;
}

.entry-content small
{
	color: #555;
	font-size: 11px;
}

.entry-summary
{
	padding: 0 22px 10px;
}

.entry-summary p
{
	margin: 10px 0px;
}

.entry-summary a:link,
.entry-summary a:active, 
.entry-summary a:visited {
	color:#E42E3D;
}



/* @end */

/* @group INDEX */

.entry-content ul.ngg-galleryoverview
{
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0;
}

.home .entry-content h2
{
	margin: 10px 0px;
}

.home .entry-content h3
{
	margin: 0px;
}

.entry-content h2,
.entry-content .cat-item
{
	display: block;
	background: url(images/arrow-red.png) no-repeat -4px center;
	padding: 3px 3px 3px 15px;
	color: #E42E3D;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	margin: 10px 7px;
}

.entry-content .cat-item
{
	list-style-type: none;
}

.pageid-12 h3
{
	background: #e3e3e3 url(images/divider.png) no-repeat center bottom;
	color: #58595b;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding-bottom: 13px;
}

.pageid-12 h2,
.pageid-12 p
{
	margin-right: 4px;
	margin-left: 4px;
}

.s-category-news #post-categories-block dl
{
	display: none;
}

#post-categories-block h3
{
	margin-bottom: 3px;
}

#post-categories-block dl
{
	border: 5px solid #6d6e70;
	background: #404041;
	padding: 5px 15px;
	margin-top: -3px;
	margin-left: 0px;
	margin-bottom: 20px;
	float: left;
	width: 606px;
	font-size: 0.86em;
}

#post-categories-block dt
{
	float: left;
	margin-right: 5px;
	
}

#post-categories-block dt
{
	width: 300px;
	padding: 0;
	margin: 0;
}

#post-categories-block dt a
{
	color: #fff;
	border-left: 2px solid #777;
	padding-left: 5px;
}

#post-categories-block dt.position-1 a
{
	
}

#post-categories-block dd
{
	display: none;
}

/* @end */

/* @group FOOTER */

.footer
{
	clear: both;
	padding: 10px 2px 10px 10px;
	margin: 10px auto;
	width: 872px;
}

.footer .menu,
.footer .menu ul,
.footer .menu li
{
	float: left;
}

.footer .menu
{
	border: 5px solid #6d6e70;
	background: #404041 url(images/arrow-gray-bg-flip.png) no-repeat right center;
	padding: 5px;
	padding-right: 18px;
	margin-bottom: 10px;
}

.footer .menu ul
{
	margin: 0;
	background: url(images/arrow-gray-bg.png) no-repeat -2px center;
	padding-left: 15px;
}

.footer .menu li
{
	list-style-type: none;
	margin-right: 5px;
}

.footer .menu a
{
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #999;
	padding-right: 5px;
	font-size: 12px;
	line-height: 12px;
}

.footer .menu .page-item-21
{
	margin: 0;
}

.footer .menu .page-item-21 a
{
	border: none;
	padding: 0;
}

.footer .credit_cards
{
	float: right;
}

.footer #affiliates
{
	text-align: center;
	font-size: 0.9em;
}

.footer #affiliates span
{
	font-weight: bold;
	color: #E42E3D;
}

.footer #affiliates ul,
.footer #affiliates li
{
	display: inline;
	margin: 0;
}

.footer #affiliates li a
{
	border-right: 1px solid #404041;
	padding-right: 3px;
}

.footer #copyright
{
	margin-top: 5px;
	font-size: 0.9em;
	text-align: center;
}

/* @end */

/* @group MISC */

img.alignright
{
	margin-bottom: 10px;
}

.alignright
{
	margin-left: 5px;
}

/* @end */

/* @group FORM */

input, textarea
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #111;
}

.entry-content .left-column h3
{
	margin-left: 18px;
}

.entry-content .right-column h3
{
	margin-left: 8px;
}

.left-column
{
	float: left;
	width: 300px;
}

.right-column
{
	float: right;
	width: 300px;
}

.wpcf7-checkbox input
{
	background: none !important;
	border: none !important;
}

.wpcf7-list-item
{
	display: block;
}

.address
{
	margin: 0;
}

.address .address-1 input
{
	margin-bottom: 3px;	
}

.address p
{
	margin: 5px 20px;
}

.address p.city,
.address p.state,
.address p.zip
{
	float: left;
	margin: 5px 1px;
}

.address p.city
{
	margin-left: 20px;
}

.address p.city input
{
	width: 180px;
}

.address p.state input
{
	width: 25px;
}

.address p.zip input
{
	width: 45px;
}


/* @end */

/* @group CAPTIONS */

.wp-caption
{
	border: 1px solid #ddd;
	background: #efefef;
	padding: 5px 0px;
}

.wp-caption-text
{
	font-size: 0.76em;
}

.wp-caption.aligncenter
{
	margin: 10px auto;
	clear: both;
}

.wp-caption.alignleft
{
	margin: 10px 5px 10px 20px;
}

/* @end */

/* @group GALLERY */

.ngg-galleryoverview
{
	margin: 10px 15px;
}

.entry-content .ngg-gallery-thumbnail img
{
	padding: 0;
}

/* @end */

/* @group TABLE */

table
{
	border: none;
}

/* @end */



