/*
	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	: Wilfred Tee
	Author Site	: http://www.wilfreddesigns.com
	Scheme Name	: chicksandpea
	Comments	: Customized for use on http://www.chicksandpea.com
*/

body {
	background-color: #cccccc;
}

#page {
	/* The entire design is contained within the 'page' id */
	width: 900px;
	background-color: #eeeeee;
	}
	
#header {
	/* Contains the H1 and menu */
	background : url("chicksandpea/header.jpg");
	}
	
.primary {
	/* Contains the main column */
	width: 600px;
	border-right: dotted 1px #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	}

.item {
	/* Each entry is contained within the 'item' class */
	border-bottom: dotted 1px #cccccc;
	}

.itemtext {
	/* The meat and potatoes of every entry */
	font-family: "Trebuchet MS";
	}

.secondary {
	/* Contains the sidebar */
	font-family: "Trebuchet MS";
	background: none;
	}

