/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name		:	Merrill Friesen
	Author Site		:	http://www.pfquilts.com
	Style Name		:	PFQuilts
	Style URI		:
	Version			:	1.0
	Comments		:
	Layout Widths		: 780, 780, 780
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	background: url('pfquilts.jpg') center center no-repeat !important;
	}
	
#primary {
	/* Contains the main column */
	width: 96% !important;
	float: left;
	padding: 10px 14px 10px 14px !important;
	margin: 0;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	display: none;
	}

ul.menu li a {
	font-size: 1.5em;
	}

ul.menu li a:hover {
	background: #514222;
	}

body {
	background: #cda890;
	}

h1.blog-title {
	display: none; /* turn off the blog title in the header */
	}
