/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Armand Charpentier
	Author Site		: 	wordpress.ill-literati.org
	Style Name		: 	ill-black
	Style URI		:	wordpress.ill-literati.org
	Version			:	1.0
	Header Height		:	200
	Comments		:	The black k2 theme for ill-literati.org
	License			: 	http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

body {
	background: black;
	color: #fff;
	margin: 0;
	}
#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 0;
	position: relative;
	border: 0;
	border-top: none;
	clear: both;
	}
#header {
	background-color: black;
	height: 200px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}


ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_item a:visited {
	color: black;
	background: white;
	text-decoration: none;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #FFF;
	}

#footer p {
	line-height: 1.6em;
	}

#footer a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #FFF;
	}
