/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Theme Name: Silver City
	Theme URI: http://spanring.eu
	Description: Post-thunderstorm in Boston
	Author: Christian Spanring
	Author URI: http://spanring.eu
	Template: k2
*/

div#header {
	text-align: right;
}

h1#site-title, div#site-title {
	padding-top: 8px;
	padding-right: 28px;
}

/* @group adsense */

.post-ad {
	text-align: center;
	margin: 30px 0 30px !important;
}

/* @end */

/* @group lifestream */

ol#lifestream {
	padding-left: 0;
}

ol#lifestream li {
	list-style-type: none;
}

ol#lifestream li ol {
	padding-left: 0;
}

ol#lifestream li h2 {
	font-weight: normal;
	margin-top: 0.6em;
}

p.lifestream-label, p.lifestream-events {
	margin: 0;
	line-height: 1.6;
}

p.lifestream-meta {
	padding-left: 20px;
	margin: 0 0 10px 0;
}

div.lifestream_label, div.lifestream_events, div.lifestream_meta {
	margin: 0;
}

/* @end */

