/*
	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: William C. Riggins III
	Author Site: http://www.abyssknight.com
	Style Name: Abyss Knight
	Style URI: http://www.abyssknight.com
	Version: 9.5
	Comments: This style is for use on the Abyss Knight.com website, and not licensed elsewhere. If you would like help with your CSS, just let me know.
*/
	
#header {
	/* Contains the H1 and menu */
    height: 100px;
    width: 760px;
    background: #000 url('v9.jpg') no-repeat; 
}
    
#header .description {
    display: none;
}    

#header h1 {
    display: none;
}    

.columns-two #page{
	/* The entire design is contained within the 'page' id */
	width: 760px;
	padding-top: 0px;
	}
	
.primary {
	/* Contains the main column */
	width: 480px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	font-size: 90%;
	}

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

.secondary {
	/* Contains the sidebar */
	width: 
	}

.content {
	padding: 5px;
	}


