/*
Theme Name: P2 Categories
Theme URI: https://github.com/versluis/P2-Categories
Author: Jay Versluis
Author URI: http://wpguru.co.uk
Description: a Fork of the amazing P2 by Automattic, with added support for categories
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, custom-colors, two-columns, fixed-width, rtl-language-support, right-sidebar, white, light, front-page-post-form, translation-ready, custom-background, custom-header, custom-menu, post-formats, sticky-post, theme-options

No additional resources were used in making this theme. This is a straight fork of the orginial P2 Theme (Version 1.5.2), with additional code and style amendments made by me, the author of P2 Categories.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* grab original stylesheet */
@import url("p2-style.css");

/* =P2 bug fixes= */
#header .sleeve {  
	display: block; /* thanks to lagerassasin for this fix: http://wordpress.org/support/topic/menu-breaks-with-custom-header?replies=2 */
} 


/* =P2 Categories =
--------------------------------------------------------- */
/* position that drop down menu */
#drop_cat {
	margin-top: -35px;
	margin-right: 20px;
	float: right;
	font-size: 1.4em;
}
/* give code sections a bit more padding */
pre {
	background: #eee;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* remove borders around images */
#main p img {
	border: none;
}
/* the search button is a bit close to the search box */
#searchsubmit {
	margin-left: 10px;
}
/* style category meta just like tags */
.inlineediting input.categories {
	width: 60%;
}
.inlineediting .categories {
	float: left;
	position: relative;
	z-index: 2;
}
/* the category description */
#p2CategoryDescription {
	
}
/* the category count in post meta */
.p2CategoryCount {
	color: #3478e3;
}