/*
	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	: Lars Hentschke
	Author Site	: http://teckel.tv
	Style Name	: Dackelblog
	Style URI	:
	Version		: 1.0
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	background: #758595 url('dackel_header_bg.png') top repeat-x;
	height: 150px;
	width: 780px;
	margin-top: -20px;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

h1.blog-title { /* Title in header */
	font-weight: bold;
	letter-spacing: -1px;
	padding: 55px 40px 0;
	}
	
#primary {
	/* Contains the main column */
	}

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

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

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

#sidebar-2 {
	/* The second sidebar */
	.description
		font-weight: bold;
	}

.secondary {
	/* Contains both sidebars */
	}


/* Position of the Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 13px;
	left: 20px;
	width: 90%;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #907150;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333;
	background: #e7d4b1;
	text-decoration: none;
	}
