/*
	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	: Nigel Brook
	Author Site	: http://nigebox.com
	Style Name	: Japanorama
	Style URI	: http://nigebox.com
	Version	: 1.0
	Comments	:
*/

body {
	padding: 0 0 40px 0;
	margin: 0;
	background: #9AB0DC url('background.png');	
	width: 100%;

	}

#topper {
	/* This little bit makes things prettier */
	padding: 0;
	border: 0;
	background: url('japanheader.png') center no-repeat;
	height: 266px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0;
	width: 800px !important;

	}

#header {
		background: #1A4060;
		width: 100%;
		height: 20px;
	  }
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #400000;
	}

ul.menu li a {
	background: #000;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #fff !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #C2221E;
	color: #fff !important;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #AC0E0F !important;
	}

.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 */

	}

#footer {
	background: #1A4060;
	width: 800px;
	font-color: #555;

	}