/*
	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		: 	Lionel Lindemann
	Author Site		: 	http://www.lionel-lindemann.eu
	Style Name		: 	ll
	Style URI		:	http://www.lionel-lindemann.eu
	Version			:	1.0
	Header Height		:	200
	Comments		:	Light cutomisation of the default k2 theme 
*/

#page {
	padding-top: 0;
}

#header {
	background: black url('Pantheon_blog.jpg') center center no-repeat;
	height: 80px;
	}

.entry-content {
	text-align: left;
	}

.navigation {
	line-height:16px;
	}

.blog-title {
	font-size:2em;
	font-weight:bold;
	padding:16px 28px 0;
	}

#header .description {
	display:none;
}

.rsswidget img {
	display:none;
}

.secondary ul li, .secondary ol li {
	padding:3px 0;
}

