/*
	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	:	Mikhail Subach
	Author Site	:	http://lifeidea.org
	Style Name	:	lifeidea
	Style URI	:	http://lifeidea.org
	Version		:	0.1
	Comments	:
*/
#page {
	/* The entire design is contained within the 'page' id */
	}
#header {
	/* Contains the H1 and menu */
	background: white url('lifeidea.jpg') center center no-repeat;
	height: 177px;
	color: black;
	}
#header a.blogname
{
	color: #8000FF;
	font-size: 17pt;
}
#header h1.description {
	font-size: 17pt;
	color:black;
}
ul.menu 
{
	background-color: white;
}

.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 */
	
	}
.widget ul li:before {
	content: "\263C \0020";
	}

/*IE workaround*/
/*All IE browsers*/
* html .widget ul li {
	background-image: url("sun.bmp");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 0em;
	}
/*Win IE browsers - hide from Mac IE\*/
* html .widget ul { height: 1%; }

* html .widget ul li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .widget ul li:first-child { background-image: none; }

.widgettitle {
	font-size: 11pt;
	font-weight: bolder;
	font-family: Arial;
	}

.end-of-post-links li {
	background-image: url("/images/sun.bmp");
	background-repeat: no-repeat;
	background-position: 2pt 50%;
	/*padding: 10em 10em 10em 10em;*/
	margin: 0 1em 0 0em;
	display: block;
	float: left;
	}
