/*
	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	: Ulf Mayer
	Author Site	: http://www.klingelton-klingelton.eu
	Style Name	: klingelton deluxe
	Style URI	: http://www.klingelton-klingelton.eu
	Version		: 1.0
	Comments	: I made this css for my first wordpress blog. Enjoy it!
*/
* {margin:0; padding:0}
body {
  font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background: #000 url(/wp-content/themes/k2/images/background.jpg) no-repeat;
	text-align: left;
}
div.content,
#primary,
.secondary {background: #fff}

div.clear {clear: both;}
.secondary h4 {display: block;}
h1 a,
h2,
h3,
h4,
caption {
  font-family: Cambria, "Times New Roman", Times, serif;
  font-weight: normal;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}
#header p.description {
  font-size: 13px;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
}
caption {
  background: #fff;
  border-bottom: 1px solid #aaa;
}
#page {border: 0; margin: 70px 0 0 0; border: 0; background: none;}


#header {
	height: 150px;
	background: none;
}

ul.menu li a {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;	
}

#header h1 {padding-top: 40px;}

#sidebar-alt p, #sidebar-alt ul li ul li {font-size: 12px;}
