/*
	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	: Michael Woods
	Author Site	: w.oods.name
	Style Name	: woods
	Style URI	: w.oods.name
	Version		: 1
	Comments	:
*/

body
{
	color: #000;
	background: #EFEFEF;
	text-align: center;
	margin: 0 0 30px;
}

#page
{
	/* The entire design is contained within the 'page' id */
	background-color: white;
	background-image: url(tree.png);
	background-position: right top;
	background-repeat: no-repeat;
	border: 0;
}
	
#header
{
	/* Contains the H1 and menu */
	background-color: #C00;
	background-image: url(tree.png);
	background-position: right -20px;
	background-repeat: no-repeat;
}
	
.primary
{
	/* Contains the main column */
	padding: 20px 0 10px 0;
	margin: 0 0px 0 0px;
}

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

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

.secondary
{
	/* Contains the sidebar */
}

/*- Search Form and Livesearch */
#search { margin-top: 20px; }
#search h2 { display: none; }

input[type=text], textarea
{
	color: #000;
	padding: 2px 0 2px 2px;
	margin: 0;
}

#s { width: 79%; }
#s.livesearch { width: 97.1%; }
.livesearchform input[type=submit] { margin: 0; }

#LSResult
{
	margin: 0;
	width: 100.1%;
	z-index: 100;
	position: absolute;
	border-bottom: 1px solid #eee;
	background-color: #FFF;
	background-image: url('images/livesearchbg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#searchcontrols
{
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
}

#searchcontrols small
{
	margin: 0;
	padding: 0;
}

.LSRow:hover, #LSHighlight, #LSHighlight:hover { background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y; }

#LSResult:hover #LSHighlight
{
	background: none;
	border: none;
	padding: 5px 2px;
}

#LSHighlight small, #LSHighlight small span a { color: #999; }
.LSRow { padding: 5px 10px; }

.LSRow span a, .LSRow span a:visited
{
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
}

.chronodata, .entry-edit, .comment-edit a, .commentslink, .entry-edit a, #commentlist li .comment-meta{
	padding: 2px 0 2px 0px;
	background: none;
	}

.commentslink, .entry-edit
{
	visibility: hidden;
}