/*
Theme Name: K2
Theme URI: http://getk2.com
Description: <strong><a href="themes.php?page=k2-options">Configure K2</a></strong> or visit the <a href="http://getk2.com/forum/">support forums</a>, <a href="http://k2.stikipad.com/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>. K2 was developed by <a href="http://binarybonsai.com/">Michael</a>, <a href="http://chrisjdavis.org/">Chris</a>, <a href="http://zeo.unic.net.my/">Zeo</a>, <a href="http://stevelam.org/">Steve</a> and Ben, and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 1.0-RC7
Author: Various Artists
Author URI: http://getk2.com/
Tags: ajax, blue, custom header, dynamic columns, fixed width, modules, multiple columns, styles, widgets

CSS Documentation:	http://k2.stikipad.com/docs/show/CSS+Overview
The Real K2: 		http://en.wikipedia.org/wiki/K2
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

body{
	background: #c2c2c2;
}

.page-head h2{/* OMG IT ALREADY SAYS IN THE MENU AND THE TITLE WHAT PAGE I'M ON */
	display: none;
}

#header {
	position: relative;
	height: 200px;
	background: #3371A3;
	background-position: fixed;
	background-image: url("images/atl-skyline.jpg");
	color: #000 ;
}

#header h1 a, #header .description {
	color: #fff !important; 
	/* because k2 is retarded and inserts <style> crap </style>
	for this ONE element at the top of the html file. FAIL */
}


h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 40px 0 40px;
	}

ul.menu li a {

	color: #eee;
	background: #333;
	opacity: .8;

	}

ul.menu li a:hover {
	background: #555;
	color: #eee;

	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}
