/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Jennifer Meagher
	Author Site	: http://www.eggandsoldier.com
	Scheme Name	: Egg and Soldier Style for K2
	Comments	: Modified version of K2 for Egg and Soldier
*/

body {
	font: 90% 'Georgia', Times, serif;
	}

.primary {
	font: 1em/1.5em 'Georgia', Times, serif;
}

.secondary {
	font: 1em/1.5em 'Georgia', Times, serif;
	}

#page {
	 width: 860px; /* Width of entire blog */
	_width: 860px; /* Check in IE and adjust accordingly */
	padding-top: 0px;
	}
	
#header {
	 background: #FFFFFF url('eggandsoldier/head_bookishcook.png');
	}

h1, h2, h3, h4 {
	font-family: 'Georgia', Times, serif;
	}
	
h1 {
	display: none;
}
#header .description {
	display: none;
}
	

.primary .item .itemtext {
	font: 1.1em/1.5em 'Georgia', Times, serif;
	text-align: justify;
	color: #444;
	}


