/*
	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	: Yum Yum Web
	Author Site	: http://yumyumweb.com
	Style Name	: pswine
	Style URI	:
	Version		:
	Comments	:
*/
a:link {
	color: #930049;
}
a:visited {
	color: #999;
}
a:hover {
	text-decoration: underline;
}
#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	background: url(images/geneva-lake.jpg) no-repeat;
	}
#header	h1 a:link {
		color: #fff;
	}
#header	h1 {
		font-size: 4em;
	}
	

	
.primary {
	/* Contains the main column */
	
	}
#primary a {
	font-weight: bold;
}
.chronodata {
	padding: 2px 0 2px 20px ;
	background: #fff url(../../images/time.png) left center no-repeat;
}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

