/*
	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	:Michael Comfort
	Author Site	:ComfortZone
	Style Name	:Mikes Custom
	Style URI	:http://www.mikecomfort.net/blog
	Version		:3.0
	Comments	:Just Simplify.
*/
body { font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: black; background: #e5dece url(http://www.mikecomfort.net/blog/wp-content/themes/k2/images/mouse-rollover_01.gif) no-repeat fixed center top; text-align: center; list-style: square; }
	
#page {
	/* The entire design is contained within the 'page' id */
	}
	
#page { background: white; text-align: left; margin: 0 auto; padding: 0 0 10px; position: relative; clear: both; border-left: 1px solid black; border-bottom: 1px solid black; border-right: 1px solid black; border-top-style: none; border-top-width: medium; }

.columns-one #page {
	width: 560px;
	}

.columns-two #page {
	width: 780px;
	}

.columns-three #page {
	width: 950px;
	}

#header { background: white right top; position: relative; height: 200px; }

.content {
	padding: 0 0 0 20px;
	}	
	
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.columns-one .secondary {
	width: 240px;
	border-top: 1px solid #eee;
	}

.columns-three #sidebar-2 {
	width: 170px;
	}
.content {
	padding-left: 20px;
	}

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

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

#sidebar-1 { color: black; background-color: #f3efe8; margin: 0; width: 200px; padding-bottom: 40px; }

#sidebar-2 { color: black; background-color: #d2c8b2; margin: 0; padding-bottom: 40px; }

.secondary {
	/* Contains both sidebars */
	}
