/*
	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	: Remko Nolten
	Author Site	: http://www.nolten.nu/
	Style Name	: Traceroute
	Style URI	:
	Version		: v0.1
	Comments	: Stylesheet voor traceroute.nu
*/

body
{
	background-image: url('/wp-content/themes/k2/images/yilu/bg.png');
	background-repeat: repeat;
	
}

#page {
	padding-top: 0px;
	margin-top: 10px;
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#header h1 {
	padding: 75px 20px 0;
}

#header h1 a:visited, #header h1 a:link, #header h1 a {
	color: #373737;
}

#largemap {
	margin: 0 auto;
	width: 780px;
	border-top: 5px solid #b1c4c9;
	border-bottom: 5px solid #b1c4c9;
}

#footer {
	width: 780px;
	background-color: #fff;
}

.primary {
	/* Contains the main column */
	}

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

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

.secondary {
	/* Contains the sidebar */
	
}

#twitter-1 h4
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

* .twitter-timestamp
{
	color: #b3c6cb;

}

#twitter-1
{
	padding-left: 10px;
}

#twitter-1 ul li.twitter-item
{
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding: 3px;
	border-left: 2px solid #b3c6cb;
}

a.fn, abbr.published
{
	margin: 0px 3px;
}

.entry-date
{
	left-margin: 2px;
}

