/*
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 {}

.menu {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.menu li {
	border-bottom: 1px solid;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 120%;
}

#widget-search {
	float: right;
	margin-bottom: 0;
	width: 33%;
	padding-left: 170px;
	padding-top: 50px;

}

div.wpcf7 {
       width: 25%;
       float: left;
}

.header {
	background-image: url("../../media/banner-background.jpg");
	background-position: right;
	height: 110px;
	padding-bottom: 30px;
}

#secondary {
	background-color: #383838;
	color: white;
	padding: 15px;
	margin-top: -18px;

}

#secondary a {
	color: #ffe44c;
}

#tagline {
	color: white;
	font-size: 110%;
	font-style: italic;
}

#logo a {
	display: none;
}

#logo {
	background: url(../../media/dora-transparent.png) no-repeat;
	width: 350px;
	min-height: 90px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}

div.main-head {
	background-color: black;
}

/* #line {
	background: url(../../media/line.jpg) no-repeat;
	height: 20px;
} */

.entry-title {
	color: #d9c40e;
	border-bottom: 1px solid;
	font-size: 200%;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
}

.entry-title a {
		color: #d9c40e;
}

#primary {
	padding: 5px;
	padding-left: 25px;
}

p {
	font-size: 110%;
	color: #4e4e4e;
}

.widget-title {
	font-weight: bold;
	padding-bottom: 5px;
}

.widget {
	margin-bottom: 10px;
}

h2 {
	padding-bottom: 10px;
}

.footer {
	padding-top: 20px;
	font-size: 90%;
}

.menu a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 5px;
}

.menu a:hover {
	background-color: gray;
	text-decoration: none;
	width: 100%;
}

#validate {
	float: right;
	width: 25%;
	margin-top: 10px;
}

.footer {
float: left;
	width: 60%;
}
