/*
	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	: David Scannell
	Author Site	: www.umoja.co.uk
	Scheme Name	: Umoja
	Comments	: Currently looks a lot like K2, but I've only been doing this for 2 weeks....


#page {/* The entire design is contained within the 'page' id */
	padding: 5px 0 10px;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 15px 40px 0;
	}
	
.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

/*- 
	Contains gravatar image display 
*/
.comments .commentlist li img.gravatar {
	float: right;
	margin: 2px 2px 0 0;
	border-style: solid;
	border-color: #999;
	border-width: 1px
	}

/*-
	FlickrRSS
*/

.sb-flickr div img {
	border: 0px;
	padding: 5px;
}

.sb-flickr div a img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 3px 0;
}

.sb-flickr div a:hover img {
	border: 1px solid #999;
}