/*
	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	: Willi Brown
	Author Site	: www.soulcode.net
	Style Name	: SoulCode
	Style URI	: ?
	Version		: .00
	Comments	: ?
*/

#page {
	/* The entire design is contained within the 'page' id */
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}
	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	margin: 0;
	position: relative;
	height: 180px;
	background: #3371A3;
	}
h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 45px 40px 0;
	}
	
.primary {
	/* Contains the main column */
	}

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

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

.secondary {
	/* Contains the sidebar */
	}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgRight {
	float: right;
	margin: 5px 0 10px 10px;
	}
.imgCredit {
	display:block;
	text-align:center;
	margin: 2px;
	padding: 0;
	font-size:9px;
	}