/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	background : url("/src/top_bg.png") repeat-x;
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	margin-left:270px;
	}

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

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

#sidebar-1 {
	/* The first sidebar */
	position:absolute;
	left: 0px;
	top:  0px;
	padding: 100px 20px 20px 20px;
	background: #f8f1e8 url('/images/spblognew.gif') repeat-x;
	border-right: #dbd5c1 1px solid;
	border-bottom: #dbd5c1 1px solid;
	}

#sidebar-1 li {
	background:#fcf8f4;
	margin: 2px 0px 5px 0;
	padding: 2px 2px 2px 5px;
	border-top:#e9e3d4 1px solid;
	border-bottom:#fff 1px solid;
	font-size:110%;
}

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

.secondary {
	/* Contains both sidebars */
	}

