/*
	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	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/

h1 { /* H1 is used for the title of your blog */
font-size: 2em; /* Change to adjust title size */
font-family: Verdana;
padding-top: 40px;
margin: 0 0 0 40px;
font-weight: normal; /* Change bold to normal if you prefer that */
}

#header {
	background: black url('hazzard/header.jpg') center center no-repeat;
	width: 100%;
	}
	
.secondary { display: none; }
.primary { /* this is the most important part - play with the values according to your page width */
   width: 96% !important;
   _width: 96%; /* for IE */
   float: left;
   padding: 10px 14px 10px 14px !important;
   _padding: 10px 10px 10px 15px !important; /* for IE */
   margin: 0;
}
.sb-search{ /* for position of search box - this is ALL trial and error - this won’t work for you out of the box */
   margin: 0px 0 -20px 423px; /* margin: up, right, down, left in pixels */
   _margin: 0px 0 -70px 415px; /* same as above, but IE specific */
   padding-top: 107px; /* top padding - how far down you want the search box */
   _padding-top; 107px; /* for IE */
}

