/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

/*
	del.icio.us tag cloud 1.0
	CSS additions - insert these into your WordPress theme's stylesheet

	Copyright 2005 Nick Bouton (http://www.nickbouton.com/)
*/

#tagcloud {
	font: 11px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 145px;
	overflow: hidden;
}

#tagcloud-warning {
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #c33;
	padding: 6px;
	margin-bottom: 4px;
	width: 133px;
}

#tagcloud-error {
	font: 11px/11px Arial, Helvetica, sans-serif;
	border: 1px dotted #999;
	color: #333;
	background-color: #eee;
	padding: 6px;
	margin-bottom: 4px;
	width: 131px;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.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 */
	}

