/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.9
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.  #E1E3E3*/
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body {
   background-color: #E1E3E3;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container {
   width: 920px;
}

div#content {
}

div.widget ul {
   list-style: none;
   margin:0;
   padding:0;
}

div.widget ul li {
   list-style: none;
   margin:0; padding:0;
   padding-left:10px;
   border-bottom: 1px dashed  #546179;
}

#secondary {
   background-color: #DEE1E3;

   width: 180px;
}

#secondary a {
	color: #546179;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#secondary a:hover{
	color: #CC3300;
	line-height: 17px;
	font-variant: normal;
	padding-top: 0;
	text-decoration: none;
}

#primary {
   background: white;
   width: 730px;
   padding: 5px;
}

.footer {
	background-color: #1C78A8;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}

div.menu img { float:left; margin:0;padding:0;border:0; }
div.menu a   { margin:0;padding:0;border:0; }

div.menu {padding:0;margin:0}


h2.entry-title, h2.entry-title a { font-size: 10pt; font-weight:bold; line-height:12pt; }
.entry-header { font-size: 7pt; }

.xoxo .page_item {
  line-height: 30px;
}

div#logo {
  background: url('/wp-content/uploads/2009/05/logo_naglowek.jpg');
  width: 900px;
  height: 64px;
  font-size: 7pt;
  text-align: right;
  color: white;
  padding:10px;
  padding-top:60px;
}

div#logo a { color: yellow; font-size:9pt; }