/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em&gt; 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 {}



* {
    font-family: Verdana, Arial;
}

body {background-color: #4E4035;}
h1 {font-size: 18px}
h2 {font-size: 12px; font-weight: bold; text-align: center}
h3 {font-size: 12px; text-align: center}


div.menu { 
padding-top:5px; 
padding-bottom:5px; 
background: #312A24;
border:0;
height:18px;
}

div#menu1{
width:800px;
color: #009966;
text-align: center;
font-size: 12pt;
font-weight: bold;
font-family: Verdana, Arial;
line-height:12px;
margin-top:0;
margin-bottom:0;
padding-top:8px;
padding-bottom:14px;
background: #4E4035;
border:0;
}


div#menu1 ul {
background: #312A24;
font-family: Verdana, Arial;
border:0;
}


div#menu1 li {
border:0;
font-family: Verdana, Arial;
}

div#menu1 a {
border-right: 2px solid #009966;
font-family: Verdana, Arial;
text-decoration: none;
color: #009966;
font-weight: bold;
height: 2px;
line-height:2px;
}

div#menu1 a:hover {
background: #312A24;
text-decoration: none;
color: #FBFDD5;
font-weight: bold;
}



div#content {
margin-top:0;
padding-top:0;
}

div.container {
        margin:auto;
	width: 800px;
        background: url('/wp/wp-content/uploads/2009/07/spacer.gif');

}	

.header #logo {
margin-top:10px;
        background: url('/wp/wp-content/uploads/2009/07/head.jpg') no-repeat;

height: 80px;
width: 450px;

        padding-top:164px;
        padding-right:320px;
        padding-left:30px;
}

#logo a {
	color: white;
font-family:arial;
}

div#secondary {
	width: 175px;
	font-size: 13pt;
	margin-right: 15px;
	margin-top: 10px;
	color: black;
	text-decoration: none;
	float: left;
	padding: 0px;
    font-family: Verdana, Arial;
}

div#secondary *{
  color: black;
}



div#primary * {
    font-family: Verdana, Arial;
}

div#secondary * {
    font-family: Verdana, Arial;
}


div#primary {
    font-family: Verdana, Arial;
	width: 590px;
        float: right;
	margin-top: 8px !important;
	margin-top: 21px; /* IE */
	margin-right: 10px !important;
	margin-right: 5px; /* IE */
	font-size: 10pt;
	margin-bottom: 5px;

}

div.footer{
	background: #442D33;
   	color: gray;
    	text-align: center;
    	font-size: 9pt;
    	padding: 5px;
	clear: both;
height: 15px;

}
div.footer a:link {
	color: gray;
	
}

div.footer a:visited {
	color: gray;
	
}

div.footer a:active {
	color: gray;	
}

#widget-pages {
 width:80%;
margin:auto;
 font-weight:bold;
 
}

#widget-archives {
 width:80%;
margin:auto;
	
}



div#secondary { font-size: 100%; }
div#widget-pages  { font-size: 130%; }
div#widget-pages li { margin-bottom:7px; }

h2.entry-title { text-align:left; }