/* @override http://alice.dreamformula.net/wp-content/themes/k2/style.css */

/*
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-RC6
Author: Various Artists
Author URI: http://getk2.com/

CSS Documentation:	http://k2.stikipad.com/docs/show/CSS+Overview
The Real K2: 		http://en.wikipedia.org/wiki/K2
*/

body {
 border: none;
 background: white;
}

#page {
 border: none;
	}

/* base links */
#primary a {
 color: grey;
}

#primary a:hover {
 color: black;
}

//header and header menu

#header {
 margin-left: 20px;
	font: small-caps normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#header ul.menu {
 margin-left: 12px;
 margin-bottom: 9px;
}


ul.menu li a:hover {
	background: white;
	color: black;
	text-decoration: none;
	}

//sidebar

h4 {
color: white;
background: gray;
}


