/*
	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	: Martin Grider
	Author Site	: http://livingtech.net/
	Style Name	: livingtech
	Style URI	: 
	Version		: 0.1
	Comments	: grey

	Header Text Color: #000
	Header Height: 100px
*/

body, #entry-content p { 
	background-color: #999; 
	color: #000;
	}

/*
 * TODO see why this doesn't seem to work: (k2 claims to load this 
 * file AFTER their default, thus giving this file precedence, but 
 * that doesn't seem to be true for me, either that, or I wasn't 
 * testing this correctly.)
.single #primary .k2-asides .entry-content {
    font-size: 1.5em;
	color: #999;
}*/

a:link    { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover   { text-decoration: underline; color: #333; }

#header h1 a:link    { color: #000; }
#header h1 a:visited { color: #000; }
#header h1 a:hover   { color: #000; text-decoration: none; background-color: #FFF; }
h1 {
	position: absolute;
	top: 15px;
	left: 50px;
	padding: 0;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background-color: #999999; 
	color: #000;
	border-color: #999999;
	}
	
#header {
	/* Contains the H1 and menu */
	background-color: #999999; 
	color: #000;
	height: 100px;
	}

body.fixraposition #rollingarchives, div.trimmed .hentry {
	background-color: #AAA;
}

#rollpages, #trimmertrim, #trimmeruntrim {
	color: #333;
}

.entry-meta {
	color: #000;
	}
.chronodata, .commentslink, .entry-edit a {
	background-image: none;
	padding-left: 0px;
	}

.primary {
	/* Contains the main column */
	background-color: #999999; 
	color: #000;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	background-color: #999; 
	color: #000;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #000;
	}
.entry-content a:link    { text-decoration: underline; color: #444; }
.entry-content a:visited { text-decoration: none; color: #444; }
.entry-content a:hover   { text-decoration: underline; color: #000; background-color: #FFF; }

.entry-title a:link    { text-decoration: none; color: #000; }
.entry-title a:visited { text-decoration: none; color: #000; }
.entry-title a:hover   { text-decoration: underline; color: #000; background-color: #FFF; }

.secondary {
	/* Contains the sidebar */
	background-color: #999; 
	color: #000;
	}

#commentlist li .comment-meta {
	background: none;
	padding-left: 0px;
}

#commentlist li {
	background-color: #AAA;
}

#commentlist li.bypostauthor {
	background-color: #CCC;
}

