/*
	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	: Michael J. Roeder
	Author Site	: http://www.playbsides.com
	Scheme Name	: Time to Play B-sides
	Comments	: slowly evolving the sample.css...
*/
#page {
/* The entire design is contained within the 'page' id */
padding-top: 2px;
} 

body {
background: white url('records.jpg') fixed repeat;
}

#header {
/* Contains the H1 and menu */
color:black;
background: white url('bigbsideslogo.jpg') center center no-repeat;
}
#header h1, #header p.description, #blog-title p.description { display:none; }
.blog-title a { display: none; }
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
background: white;
} 
/* The current item is white and the background is black */
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
color: white !important;
background:black;
text-decoration: none;
} 
/* all other page items should be black with white background */
ul.menu li a,
ul.menu li.page_item a, ul.menu {
color: black !important;
text-decoration: none;
} 
/*when you hover, the text is white and the background is black */
ul.menu li a:hover,
ul.menu li.page_item a:hover {
color: white !important;
background: black;
} 
.primary {
/* Contains the main column */
}
.item {
/* Each entry is contained within the 'item' class */
}
.itemtext {
/* The meat and potatoes of every entry */
}
.secondary {
/* Contains the sidebar */
overflow:visible;

}