/*
	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	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/

/*
Theme Name: K2
Theme URI: http://binarybonsai.com/wordpress/k2/
Description: The sequel in spirit to <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Developed by <a href="http://binarybonsai.com">Michael Heilemann</a> and <a href="http://chrisjdavis.org">Chris J. Davis</a>. Share and distribute.
Version: Beta Two
Author: Michael Heilemann & Chris J Davis
Author URI: http://binarybonsai.com/


	 |  /_  )
	 . <   / 
	_|\_\___|

	http://binarybonsai.com/k2/

	This theme was created by Michael Heilemann:
	http://binarybonsai.com/

	And Chris J. Davis:
	http://www.chrisjdavis.org/

	All elements of this theme are protected by the GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Support questions go here:
	http://www.flickr.com/groups/binarybonsai/

	K2 uses Fam Fam Fam Silk Icons: 
	http://www.famfamfam.com/lab/icons/silk/

	IMPORTANT: This is a beta release. While it is more or less feature complete,
	it is sure to still contain a few bugs here and there. Use at your own risk
	

-->	CSS OVERVIEW
	
	There are sections throughout, roughly describing 
	the contents inside each section. To step through each
	section, do a search for '/ * -' (without spaces) and
	repeat the search until you find the section you need.
	
	The use of selectors has been exagerrated in some places,
	so as to make it easier for people to gain an overview
	of what classes belong where in the hierarchy.
	
	It is suggested, that you copy whatever changes you want
	to make, into a new CSS file, save it in the styles dir
	and select it from the K2 Options panel. So as to keep
	this file intact and make it easier for yourself to debug
	any potential problems as well as upgrade to future K2's.
*/
body {
	background: #6F6F6F;
	}

#page {
	padding: 0 0 10px;
	}

h1 { /* H1 is used for the title of your blog */
	font: 3em 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Verdana, Arial, Sans-Serif;
	}

#header .description { /* Blog description, under blog title */
        font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Verdana, Arial, Sans-Serif;
	}

ul.menu li a {
	font: 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Verdana, Arial, Sans-Serif;
	color: #bbb;
	margin: 0;
	}

ul.menu li.current_page_item a {
	color: white !important;
	background-color: transparent;
	text-decoration: none;
	}

ul.menu li.current_page_item a:hover,
ul.menu li a:hover {
        background-color: transparent;
	color: #27d !important;
	text-decoration: none;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.6em;
	font-weight: normal;
	padding: 0;
	display: inline;
	text-transform: lowercase;
	}

.primary h3, .primary h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	}

.secondary div {
	margin: 20px 0 30px;
	padding: 0;
	}

.metadata { /* Time and category for blog entries */
	font-size: 1.2em;
	display: block;
	margin-top: 2px;
	color: #bbb;
	}

.navigation {
        font-size: 1.1em;
	}

.commentsrsslink a, .trackbacklink a {
	color: #999;
	padding: 2px;
	font-size: 1.2em;
	}

#footer small {
	color: white;
	}

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

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

.activityentry {
	font-size: 1em;
	}

/* Weighted Categories */
.weighted-categories {
line-height: 2.2em;
}
.weighted-categories a, .weighted-categories a:visited {
color: #bbb;
text-decoration: none;
}
.weighted-categories a:hover, .weighted-categories a:visited:hover {
color: #27d;
padding: 0;
text-decoration: none;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000033;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:white;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#bbb;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

/* Bottom ads */
#bottom-ads {
	text-align: center;
	margin: 10px auto;
}

