/*
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-l.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: #cccccc url(images/body_bg.jpg) repeat-x top;
	font: 14px/20px Helvetica, Arial, sans-serif;
}

#outer {
	margin: 0 auto;
	width: 1070px;
	background: url(images/outer_bg.jpg) repeat-y top center;
}

#holder {
	margin: 0 auto;
	padding: 0;
	width: 1070px;
	background: url(images/holder_bg.jpg) no-repeat top center;
	position: relative;	
}

.container {
	margin: 0 0 0 50px; padding: 0;
}

.header {
	height: 110px;
}

.header #logo h1 {
	display: none;
}

.header #logo a {
	display: block;
	width: 600px;
	height: 100px;
}

.header #oh_header a {
	width: 450px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 30px;
}

/* Default Skin */
.nav { border-left: 1px solid #333333;}
.nav ul {  }
.nav ul li a { border-right: 1px solid #ddd; }
.nav li:hover ul,
.nav li.nav-hover ul { background: #444444; }

.nav a {  font-weight: bold; color: #ffffff; border-right: 1px solid #333333; }
.nav a:hover {	background: #ad0000 url(images/navbar_bg.jpg) repeat-x;}
.nav ul a { border-right: none; }
.nav li ul li a {border:  0px;}

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

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

#secondary .widget li a {
	display: block;
	background-color: #333333;
	height: 24px;
	line-height: 24px;
	font: bold 12px/24px Tahoma, sans-serif;
	text-indent: 12px;
	border-left: solid 5px #666666;
	color: #ffffff;
	border-bottom: solid 1px #555555;
	overflow: hidden;
}

#secondary .widget li a:hover {
	background: #c70000 url(images/navbar_bg.jpg) repeat-x;
	color: #f6b38b;
	border-left: solid 5px #d63333;
}



h1,h2,h3,h4,h5 {
	color:#333333;
	font-weight: bold;
}

h1.entry-title {

	color:#cc3333;
}

H2 {
	font-size: 24px;
}

H3 {
	
	font-size: 18px;
	
}

H4 {
	font-size: 16px;
}

H5 {
	font-size: 14px;
}


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

#hero {
	width: 1000px;
	height: 380px;
	background-color: black;
	margin: 0; padding: 0;
	position: relative;
	left: -15px;
	top: -18px;
}

.boxy {
	border: solid 1px #999999;
	background-color: #dddddd;
	font-size: 16px;
	text-align: center;
	padding: 10px;
}



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

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

#gallery {
	width: 800px;
	margin: 10px 0 0 60px;
}

.posty {
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}

.continue_reading a {
	display: block;
	color: #ffffff;
	background-color: #333;
	padding: 3px;
	margin: 2px;
	width: 140px;
	height: 20px;
	font: bold 12px/20px Arial, sans-serif;
	text-align: center;
	border: solid 1px #ccc;
}


.continue_reading a:hover {
	
	color: #ffffff;
	background-color: #ad0000;
}

#facebook {
	position: absolute;
	right: 60px;
	top: 112px;
}

.widget-title {
	margin: 1px 0 1px 0;
}

blockquote {
	border: none;
	padding-left: 20px;
}
