/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Cameron Findlay
	Author Site		: 	http://binarybonsai.com
	Style Name		: 	Unicorn
	Style URI		:	
	Version			:	1.0
	Header Height	:	50
	Comments		:	
*/

body {
	background: #333;
	color: #000;
	margin: 0;
	}

#header {
	height: 50px;
	background-color: black;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: left top;
width:780px;
	}

h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	}

.description {
	position: absolute;
	top: 55px;
	left: 50px;
	margin: 0 !important;
	}

#page {
	border: none;
	}

.primary {
position: relative;
	float: left;
	
	
	padding-left: 25px;
	}




	.columns-two #page {

	width: 780px; !important;

	}


