/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Jens Krahe
	Author Site	: 
	Style Name	: Mila
	Style URI	:
	Version		:
	Comments	:
*/

body {
	background: url(bg_grass.gif) repeat fixed;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

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

.entry-content ul li {
	list-style-type: square;
	list-style-position: outside;
}

.entry-content ul.aktt_tweet_digest {
	margin-left: 0px;
	padding-left: 20px;
}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary ul, .secondary ol, .secondary div div {
	/* core.css.php */
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul ul, .secondary ol ol, .secondary div div {
	/* core.css.php */
	margin: 0 0 0 0px;
	}
       
.secondary ul ul ul, .secondary ol ol ol, .secondary div div div {
	/* core.css.php */
	margin: 0 0 0 0px;
}
#twitter-tools ul li.aktt_more_updates {
	display: none;
}
#footer {
	color: #fff;
	}

#footer a {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #999;
	}