/*
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 {}

/* custom style */
body {
	background: #e2e6c0;
	color: #434343;
	margin:0px;
	padding: 0px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	
}
#wrapper {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(graphics/fergusonrose_top2.gif) no-repeat top;
}

#title {
		background:url(graphics/gardenclub_title2.gif) no-repeat center;
height: 90px;
width: 100%
	}


.box {
	padding: 7px 107px 10px 130px;
	text-align: left;
	font-size: 14px;
	background: url(graphics/vitis_bottom2.gif) no-repeat bottom;
}
.container { width: 770px; padding: 0px; margin: 0px;}
.header {
	margin: 5px 5px 10px 5px;
	padding: 7px 7px 26px 15px;
	
	width: 607px;
	
	background: #D0E3C8;
}
#logo, #logo a {
color:#4d6c52;
font-size:28px;
font-weight:bold;
line-height:36px;
font-style:italic;
}
h1 	{ 
	font-size:21px;
	line-height:21px;
	font-weight:bold;
	color: #4d6c52; 
	font-style:italic;}
.entry-title, .entry-title a {
font-size:20px;
	line-height:22px;
	font-weight: bold;
	color: #4d6c52;font-style:italic;}

.footer {color: #434343; 
	padding: 0px; 
	margin: 10px 0px 0px 0px;
	width: 100%;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 11px;
	text-align: center; 
	}
#copyright {margin-bottom:-17px;}
h2{ 
	font-size:17px;
	line-height:17px;
	font-weight: bold;
	color: #4d6c52;font-style:italic;
	}

h4	{
	font-size:14px;
	font-weight: normal;
	color: #4d6c52;font-style:italic;} 
	
h3 {font-size:14px;
	font-weight: bold;
	color: #4d6c52;font-style:italic;
	margin-bottom:5px;}

.basictab{
padding: 0px 0 0px 0px;
margin: -5px 0px 0px 0px;
font-size: 16px;
font-weight: bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
color: #4d6c52;
}


.basictab li a:visited{
color: #4d6c52;
}

.basictab li a:hover{
color: #434343;
}

.basictab li a:active{
color: #434343;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: transparent;
color:#434343;
font-style: italic;

}


.submenustyle{
padding: 0px 1px 2px 1px;
font-style: italic;
font: 12px;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}



.submenustyle a{
padding: 0px 5px 1px 5px;
text-decoration: none;
color:#434343;
}

.submenustyle a:hover{
color: #4d6c52;
}

.hfeed {width:635px;}
.aside {width: 115px;}
.search {width: 112px;}
