/*
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!
*/


/* 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:url('images/bg.png');
	padding: 0px; 
	margin: 0px;
	
}
img {
	border: none;r
}
table, tr, td {
	padding: 0px;
}
div {
	padding: 0px;
	margin: 0px; 	
}
h1 {
	padding: 0px;
	margin: 0px;
	padding-left: 22px;
	background:url('images/star.png') 0 5px no-repeat;
	font-family: arial;
	color: #260859;
	font-size: 26px;
	
}
a:link{
	color: #260859;
}
a:visited {
	color: #260859;
}
a:hover {
	color:  #B4B2D9;
}
.container {
	width:100%;
	
}
#content {
	width: 916px;
	background:url('images/table_bg_mid.png') repeat-y;
	min-height: 500px;
	_height: 500px;
	padding: 0px;
	
}
.footer {
	height: 30px;
	width: 916px;
	behavior: url(/iepngfix.htc);
	background:url('images/table_bg_btm.png') no-repeat;

}
#primary {
	width: 500px;
	min-height: 200px;
	_height: 200px;
	padding: 20px;
	margin: 0px;
}
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li.page_item {
	list-style-type: none;
}

.page_item a:link, .page_item a:visited, .page_item a:active {
	color: #ffffff;
	font-size: 20px;
	font-family: arial;
	text-decoration:none;
	position: relative;
	z-index: 10000;
	padding-left: 28px;
	display: block;
	width: 220px;
	height: 40px;
	line-height: 30px;
}
.page_item a:hover {
	color: #260859;
}
.current_page_item a:link, .current_page_item a:visited, .current_page_item a:active {
	behavior: url(/iepngfix.htc);
	background:url('images/menu_active.png') no-repeat;
}
.current_page_item a:hover {
	color: #B4B2D9;
}