/*
	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	: Zakk
	Author Site	: http://bigcore.rsdio.com/zakk
	Scheme Name	: Hey Poor Player
	Comments	: hi
*/



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

.description {
        position: absolute;
        top: 50px;
        left: 0;
        }


.entry-content {
    color: white !important;
}

body {
        background: #111;
     }


ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
        color: white !important;
        text-decoration: none;
        }

ul.menu li a:hover {
        background: #000000;
        }


ul.menu li.current_page_item a
{
       
       background: transparent;
}

#page,  ul.menu li.current_page_item a:hover {
        background: #000000;
        }
	
#header {
          background: #000000 url('banner.png');
	}
	
.primary {
        
	}

.item {
        background: #000000;
	}

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

.secondary {
	/* Contains the sidebar */
	}

