/*
	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	: Nicole Wilkins
	Author Site	: www.residenthipster.com/blog
	Scheme Name	: residenthipster
	Comments	: black/white/red theme
*/

body{/* Full page background */
	color: #000000;
	background: #000000;
	font: 62.5% 'Garamond', 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
       margin: 0 0 30px;

}

#page {
	/* The entire design is contained within the 'page' id */
	background: #FFFFFF;
	border: 1px solid #FF0000;
	width: 900px;
	}
	
#header {/* Contains the H1 and menu */
	background: #000000 url('residenthipster/residenthipsterbanner.gif') center center no-repeat;
	width: 96%;
	height: 200px;
	margin: 2%;
	}
	
.primary {/* Contains the main column */
	background: #FFFFFF;
	color: #000000;
	width: 600px;
	_width: 600px; /* IE Hack */
	padding: 20px 0 10px;
	margin: 2% 0 20px 15px;
	_margin: 0 20px 0 15px; /* IE Hack */
	display: inline;
	}

.item {/* Each entry is contained within the 'item' class */
	border: 1px solid #000000;
	margin-bottom: 20px !important;
	color: #000000 !important;
	float: right !important;
}

.itemtext {
	/* The meat and potatoes of every entry */
	padding: 0 15px 0 15px !important;
	}

.secondary {
	/* Contains the sidebar */
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px 15px 0 15px !important;
	margin: 20px 0 20px 80% !important;
	width: 14%;
	
	}

