/*
Theme Name: Springeek
Theme URI: http://jarnik.info/
Description: Whatever.
Version: 1.0
Author: Jaroslav Meloun
Author URI: http://jarnik.info/
Tags: blue, custom header, fixed width, two columns, widgets

	Springeek v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#header {
	/*background: #B84EFF;*/
	background: url("lusi/topshade.png");
}

#logo {
	background: url("lusi/logo.jpg");
	width: 952px;
	height: 89px;
}

#headboard .frame {
	background: transparent;
}

#topimage {
	display: none;
}

#topmenu a:hover {
	background: #A500FF;
	border-bottom-color: #7D009B;	
}

#topmenu a.active {
	border-top: 2px solid #7D009B;	
	background: #FFF;
	border-bottom: 2px solid #FFF;	
}

a {
	color: #A500FF;
}

a:hover {
	color: #b550FF;
}

