/*
	Style Name	: Custom
	Style URI	: http://www.habdas.org/
	Version		: 0.1
	Author Name	: Josh Habdas
	Author Site : http://www.habdas.org/
	Comments	: Custom settings for EasyAccess for K2
	Tags		: accessibility, style
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	background-color: #369;
	}
	
#primary {
	/* Contains the main column */
	}

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

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

#sidebar-1 {
	/* The first sidebar */
	}

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

.secondary {
	/* Contains both sidebars */
	}
