/*
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 {}

/*  Wado Kai Styles */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-image: url(/wp-content/themes/wp-framework/library/media/images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #4E4E4E;
	color: #333333;
}
#logo {
	background-image: url(/wp-content/themes/wp-framework/library/media/images/logo.gif);
	background-repeat: no-repeat;
	width: 387px;
	height: 21px;
	text-indent: -100em;
	overflow: hidden;
	margin: 40px 0 40px 80px;
}
#tagline {
	display: none;
	}
#symbol {
	background-image: url(/wp-content/themes/wp-framework/library/media/images/symbol.gif);
	width: 64px;
	height: 179px;
	position: absolute;
	top: 47px;
	left: 588px;
	
	}	

/* Hide 'home' in main menu and sub menu under 'administration' */
.page-item-62 ul,
#secondary ul ul ul {
	display:none;
}

/* MENU */
#secondary {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 25px;
	left: 700px;
	}

#secondary ul li,
#secondary ul li a {
	font-size: 13px;
	color: #ffffff;
	list-style: none;
	text-indent: 0px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0 0 3px 0px;
	margin: 20px 0 0 0px;
	cursor: default;
	}
#secondary ul li:hover,
#secondary ul li a:hover {
	text-decoration: none;
	}	

#secondary ul ul li,
#secondary ul ul li a {
	padding: 0;
	color: #999999;
	list-style: none;
	text-indent: 0;
	text-transform: none;
	margin: 0 0 6px 0px;
	line-height: 14px;
	cursor: pointer;
	}
#secondary ul ul li:hover,
#secondary ul ul li a:hover {
	text-decoration: underline;
	}		
#secondary ul li.current_page_item a,
#secondary ul li.current_page_item {
        list-style: square;
}
#secondary ul li.current_page_item {
	color: #ffffff;
	}
.footer {
	background-image: url(/wp-content/themes/wp-framework/library/media/images/footer.gif);
	background-repeat: no-repeat;
	background-position: 75px 0;
	padding: 45px 0 0 0px;
	height: 50px;
	display: block;
	text-align: center;
	width: 600px;
	}