/*
	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	: C. P. Ralph
	Style Name	: COB
	Comments	: Forza Nettuno
*/

body {
	background: #585752;
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#header h1 {
	display: none;
	}

#header .description { /* Description in header */
	display: none;
	}

.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

ul.menu li a {
	font-size: 1.2em;
	color: black;
	margin: 0;
	}

ul.menu li a:hover {
	background: #fff;
	color: #333 !important;
	text-decoration: none;
	}
