/*
	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	: Fabian Voegeli
	Author Site	: http://newborn.krcf.org
	Style Name	: Newborn Zurich
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	background-color: #FFF;
	background-position: center -11px;
	}
#header h1.blog-title {
 	padding: 0px;
}
#header h1.blog-title a {
	font-size: 167px;
	color: #000;
	}
h1.blog-title a:hover {
	text-decoration: none;
	}
	
#header .menu {
	background-color: #000;
	}
ul.menu {
	left: 0px;
	width: 750px;
}
ul.menu li a {
	padding: 3px 15px 6px;
}
ul.menu li a:hover {
	background: #FFF;
	color: #000;
}

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

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

.entry-content {
	/* The meat and potatoes of every entry */
	}
.entry-content ul {
	list-style-type:square;
}

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

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

.secondary {
	/* Contains both sidebars */
	}
h2, h3, .secondary h4 { /* h2 is page title, h3 is entry title, Secondary H4 is sidebar headlines */
	text-transform: uppercase;
	font-weight: bold;
}
.secondary ul ul {
	margin: 0px;
}
	
.entry-content a {
	color: #990000;
	text-decoration: none;
}
a, a:visited, .entry-content a:visited {
	color: #999;
	text-decoration: none;
}

.entry-tags {
	display: inline;
	margin: 0px;
	padding: 0px;
	background: none;
	}
.meta-start {
	background: none;
	padding: 2px 0 2px 0px ;
}
.commentslink {
	padding: 2px 0 2px 5px;
	background: none;
	margin-right: 10px;
	}
.entry-edit a {
	padding-left: 0px;
	background: none;
	}
.comment-edit a {
	padding-left: 0px;
	background: none;
	}
#commentlist li .comment-meta {
	padding: 2px 0 2px 0px;
	background: none;
	}
.trackbacklink {
	background: none;
	padding: 2px 0 2px 0px;
	}



/*
#search {
	margin-top: 0px;
	}

#searchform {
	margin-right: 15px;
	margin-top: -3px;
	float: right;
	display: block;
	position: relative;
	height: 12px;
	width: 200px;
	}

input[type=text], textarea {
	color: #FFF;
	background-color: #000;
	padding: 1px;
	margin: 0;
	}

#s {
	width: 170px;
	height: 1.2em;
	font-size: 1em;
	}

#s.livesearch {
	position: absolute;
	top: 0;
	width: 88%;
	}
*/
