/*
	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	: Salomon Kronthaler
	Author Site	: http://miia.net
	Style Name	: jk_01
	Version		: 0.1
	Comments	: DND -- DO NOT DISTRIBUTE
*/

body {
	font-size: 62.5% Helvetica, 'Helvetica Neue', Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #cccccc;
	text-align: center;
	background: #ffffff url('pat_134_b.gif') repeat center;
	}


#page {
	/* The entire design is contained within the 'page' id */
	padding: 0 0 10px;
	/*border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;*/
	background: #ffffff url('pat_134_b2.gif') repeat center 20px;
	/*background: #ffffff url('page_bg_tastsinn_01.jpg') repeat-y left top;*/
	border-style: none;
}
	
#header {
	/* Contains the H1 and menu */
	background: #eeeeee url('tastsinn_header_07.jpg') top center no-repeat;
	height: 251px;
	padding-bottom: 0px;
	/*border-bottom: 1px solid black;*/
}


/* Contains the header navigation */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 95%;
	}
	
ul.menu li a {
	font: 1.3em Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaaaaa;
/*	color: #B3C897;*/
	margin: 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	}

ul.menu li a:hover {
	background: none;
	color:  #000000 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color:  #ffffff !important;
	background: #000000;
	text-decoration: none;
	/*border-bottom: 3px solid #97E235;*/
	}

ul.menu,
ul.menu li a {
	padding: 2px 15px;
}

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

.admintab {
	display: none !important;
}

.entry-edit a {
	border: none;
	padding: 2px;
	padding-left: 0px;
	background: none no-repeat left center;
	height: 16px;
	color: #b81316;
	font-size: 11px;
}


.hentry {
	margin-bottom: 40px;
	/*background-color: #efefef;
	padding: 5px;*/
}

.entry-content {
	/* The meat and potatoes of every entry */
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left !important;
	color: #444;

	}
	
.entry-content p,
/*.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote*/ {
	margin: 9px 0;
	}

.secondary {
	/* Contains the sidebar */
	}

/* H1 is used for the title of your blog */

#header .description, .blog-title {
/* following statement renders yours blog-title invsible without ungoogleing it */
	text-indent: -9000px;
/* end of statement*/
	}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	/*text-shadow: 0.0em 0.0em 0.3em #307329;*/
	}

.entry-title, .entry-title a, .entry-title a:visited,
h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited,
h5, h5 a, h5 a:visited {
	color: #aaaaaa;
	}
	
h1 a:hover
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	text-decoration: none !important;
	color: #aaaaaa !important;
	}


.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 10px;
	font-style: normal;
}

h1 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	}

h3 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ff0000;
}
	
h4 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #aaaaaa;
	}

h5 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ff0000;
}
.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: bold !important;
	padding: 0 !important;
	display: inline;
	color: #888888;
	}

#primary .entry-content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	color:  #bb0000;
	}

#primary .entry-content h4 {
	font-size: 1.2em;
	font-weight: bold;
	color:  #aaaaaa;
	margin-top: 10px;
	}

#primary .entry-content h4 {
	font-size: 1.0em;
	font-weight: bold;
	color:  #aaaaaa;
	margin-top: 2px;
	}
	
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.6em;
	font-weight: bold;
	}

/*blockquote {
	margin: 20px 0;
	padding: 0 20px 0 20px;
	color: #333;
	background-color: #ffc;
	background-image: none;
	border: 1px solid #ff1;
	}
*/

blockquote {
	margin: 20px 0;
	padding: 0 50px 0 50px;
	color: #999;
	background-color: #fff;
	background-image: none;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	}

h1 code, h2 code, h3 code, h4 code {
	text-transform: lowercase;
	}

code {
	font: 1.2em Monaco, 'Andale Mono', 'Courier New', Courier, Monospace;
	color:  #999;
	}

/* LISTEN */

/*ul ul { list-style-image: none; list-style-type: disc; }*/
/* .entry-content ul {} */
/* .entry-content ul li { list-style-image: url('green.png') !important; } */

ul  {
    list-style-image: url('black.png');
}

.cv  {
	list-style: outside;
	list-style-type: none !important;
/*	border: 1px dotted #ddd;*/
}

ul.cv   {
    list-style-image: none !important;
	padding: 0 0 0 0;
}

ul.cv  ul {
    list-style-image: url('black.png') !important;
	list-style-type: disc !important;
/*	border: 1px dotted red;*/
	padding: 0 0 0 20px;
}


.hoeren li {
	list-style-type: none;
}

.cv h3 {
	padding: 9px 0 5px 0!important;
	border-top: 1px dotted #ddd;
	margin-top: 10px !important;
	font-size: 1.2em !important;
	color: #ff0000 !important;
}

.entry-content .cv {
/*	font-size: 1.2em;*/
	line-height: 1.2em;
	/*text-align: left !important;*/
/*	color: red;*/
	}	


.entry-title {
	margin-right: 60px;
	}
	
.four04 .entry-title,
body.page .entry-title {
	text-align: left;
	}

	
.table-cv td
	{
	vertical-align:top;
	padding: 5px 0px 4px 0px;
	border-bottom: 1px dotted #ddd;
	}

a {
	color: #333333;
	}

.sb-pagemenu {
	font: 1.2em Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
}

.sb-pagemenu .current_page_item a, .sb-pagemenu .current_page_item a:hover{
	font-weight: bold;
	text-decoration: none !important;
}

.sb-pagemenu .page_item a:hover, .sb-pagemenu a:hover{
	font-weight: bold;
	text-decoration: none !important;
}

.alert {
	background: #F8FFD8;
	border-top: 2px solid #C9EC22;
	border-bottom: 2px solid #C9EC22;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

#primary .entry-content img {
	margin: 0;
	padding: 0px;
	/*border: 1px solid #000000;*/
	max-width: 100%;
	}
	
small, strike {
	color: #222222;
	background-color: white;
}
