/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		:	Alexander Kiok
	Author Site		: 	http://www.fechten-goettingen.de
	Style Name		: 	fechten-goettingen.de
	Style URI		:	http://www.fechten-goettingen.de
	Version			:	0.2
	Comments		:	I made fechten-goettingen for www.fechten-goettingen.de
*/

body {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 12px;
}
	
#page {
	border-color: #999999;
}

#header {
	background: #3371A3 url(../../images/logo.png) no-repeat scroll 630px 25px;
}

#header .blog-title {
	letter-spacing: -1px;
}

#primary {
	width: 560px;
}

.columns-two #page {
	width: 850px;
}

.entry-meta {
	color: #444444;
}

.entry-meta a {
	color: #2277DD;
	}

.entry-head .entry-meta {
	background: transparent;
	color: #777777;
	padding: 0;
}