/*
	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	: Jeremy Anderson
	Author Site	: www.miletwo.net
	Style Name	: PVMontessoriCustom
	Style URI	: 
	Version		: 1.0
	Comments	: contact jeremy@miletwo.net for help
*/
body{
	font-family:Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	background: #fff url('/images/navbg.jpg') repeat-y scroll center;
}

#page {
	width:780px;
	border:none;
	background-color:none;
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	background-position: 0px 1px;
	margin:0px -2px 0px 2px;
	/* Contains the H1 and menu */
	}
.content{
	background: none url('/images/navtop.png') no-repeat scroll top left;
	padding:5px;
}
h2, h2 a, h2 a:visited{
	text-align:left;
	color:rgb(54,79,50);
}
#primary {
	/* Contains the main column */
	width: 530px;
	border:0px solid red;
	}

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

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

#sidebar-1 {
	border:0px solid red; 
	width:190px;
	/* The first sidebar
*/
}
.widget h4{
	color:rgb(114,131,48);
}
.widget .page_item{
	color:rgb(63,95,152);
}
#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	margin-left:10px;
	/* Contains both sidebars */
	}


/* SUPER CUSTOM STYLES */
.secondary ul ul li{
	list-style-image:url('/wp-content/themes/k2/styles/pvm/images/ul-dash.png');
	margin:0 0 0 10px;
}
.secondary ul li, .secondary ol li {style.css (line 1016)
	margin:0;
	padding:1px 0;
}

/**********************************
*** IMAGE SLIDER STYLES ***
***********************************/
