/*
	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	: Restyn, LLC
	Author Site	: http://www.restyn.com
	Style Name	: Solomon Keal
	Style URI	: /wp-content/themes/k2/styles/solomonkeal/solomonkeal.css
	Version		: 1.0
	Comments	: For Solomon Keal - Peaceful Solo Piano Music
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0 0 10px 0;
	border: 1px solid #211933;
	background: #FFFFFF;
}
	
#header {
	/* Contains the H1 and menu */
	height: 216px;
	background: #211933 url('header.jpg');
}

#header h1 {
	/* Contains the main title */
	display: none;
}

#header .description {
	/* Contains the site description */
	display: none;
}
	
.primary {
	/* Contains the main column */
	text-align: left;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	text-align: left;
}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left;
}

.secondary {
	/* Contains the sidebar */
	background: #9B93B7;
	padding: 10px 8px 20px 12px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 20px 71%;
	width: 200px;
	color: #211933;
	position: relative;
	border: 1px solid #211933;
	border-top: none;
	}

.secondary a {
	color: #211933;
}

.secondary h2 {
	color: #211933;
}
