/*
	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	:Greg Klingsporn
	Author Site	:http://www.klingantoni.com
	Style Name	:klingantoni_k2
	Style URI	:
	Version		:4
	Comments	:
*/
body {
	font: 75% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #d5d6d7;
	text-align: center;
	margin: 0 0 30px;
	}

h1, h2, h3, h4 {
	font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
	}
	
#page {
	/* The entire design is contained within the 'page' id */
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
	/*_width: 740px;*/ /* IE hack */
	border: 1px solid #ddd;
	border-top: none;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #d5d6d7 url('klingantoni_v6_4.png') center bottom no-repeat;
	width: 100%;
	height: 200px;
	}
	
	h1{
	display: none;
	}
	
#header .description {
	display: none;
	}
	
.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}
	
.metadata { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 1px;
	color: #555555;
	}

.metadata a, .commentmetadata a {
	color: #0033ff;
	}

.secondary {
	/* Contains the sidebar */
	}


