/* @override http://suckale.com/cms/wp-content/themes/k2v096/styles/katinka/katinka.css */

/*
	CSS files kept in the 'styles' 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	: BureauBlumenberg
	Author Site	: http://bureaublumenberg.net
	Style Name	: Katinka
	Style URI	: http://bureaublumenberg.net
	Version		: 1.0beta
	Comments	: DND - Do Not Distribute
*/

body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* Resets 1em to 10px */
	color: #444;
	background: #5F6C33 url(body-bg.gif) repeat-y center;
	text-align: center;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background: #FFFFE3;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	border: none;
	border-top: none;
	clear: both;
	}

.sidebar-single #page {	width: 780px; }

#header {
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
	height: 250px;
	background: #FFFFE3 url(berlin780x230.png) no-repeat;
	}

.content { padding: 0 20px; }

#primary { /* Contains the main column */ padding: 10px 10px 10px 10px; }

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

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

.secondary { /* Contains the sidebar */ 
}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

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

ul.menu li a {
	font-size: 1.5em;
	color: #CDA86F;
	margin: 0;
	font-weight: bold;
}

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

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #995C00 !important;
	background: none !important;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }

#footer { color: #CDA86F; }

#footer a {
	color: #CDA86F;
	border-bottom: none;
	font-weight: bold;
	}

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

a {
	color: #995C00;
	text-decoration: none;
	}

/*- Headings */

h1, h2, h3, h4 { font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

h1 { /* H1 is the title in the header */
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 100px 25px 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: #FFF2B4;
	}

h1 a:hover { text-decoration: none; }

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

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

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited { color: #995C00; }

h2 a:hover {
	color: #724500  !important;
	text-decoration: none  !important;
	}

#search h2 {
	display: inline;
	}

#s {
	width: 75%;
	font-size: 1.1em;
	}

/*- Sidebar Subpages Menu */

.sb-pagemenu {
	font-size: 1.2em;
	font-weight: bold;
	}


.sb-pagemenu a { color: #CDA86F; }

.sb-pagemenu a:hover {
	color: #724500  !important;
	text-decoration: none  !important;
	}


.sb-pagemenu ul { margin-left: 10px; }

.sb-pagemenu ul ul { margin-top: 2px; }

.sb-pagemenu ul ul .page_item a{
	color: #CDA86F !important;
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu ul ul .page_item a:hover{ color: #724500 !important; }


.sb-pagemenu ul ul .current_page_item a{
	color: #995C00 !important;
	font-weight: bold;
	}

.sb-pagemenu li.page_item.current_page_item a{
	color: #995C00 !important;
	font-weight: bold;
	}

.backto { display: none; }

/*- experience */

ul.experience  li strong{
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	font-size: 1.2em;
	}

ul.experience ul ul strong{
	font-weight: bold;
	text-transform: uppercase;
	color: #724500;
	font-size: 1.0em;
	}

ul.experience {	list-style-type: none; }

ul.experience ul {
	list-style-type: none;
	padding-bottom: 10px;
	}

ul.experience { text-indent: -34px; }
ul.experience ul li{text-indent: -70px; }
ul.experience ul li ul li{text-indent: 0; }

/*- filmography */

ul.filmography strong{
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	font-size: 1.2em;
	}

ul.filmography li { text-indent: -34px; }

ul.filmography li ul li strong{
	font-weight: bold;
	text-transform: uppercase;
	color: #724500;
	font-size: 1.0em;
	}

ul.filmography { list-style-type: none; }

ul.filmography ul {
	list-style-type: none;
	padding-bottom: 10px;
	}

ul.filmography li ul li { text-indent: 0; }

/*- education */

ul.education strong{
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	font-size: 1.2em;
	}

ul.education li { text-indent: -34px; }

ul.education li ul li strong{
	font-weight: bold;
	text-transform: uppercase;
	color: #724500;
	font-size: 1.0em;
	}

ul.education { list-style-type: none; }

ul.education ul {
	list-style-type: none;
	padding-bottom: 10px;
	}

ul.education li ul li { text-indent: 0; }


/*- credits */

div.credits ul {
	list-style-type: none;
	padding-bottom: 10px;
	}

div.credits ul strong {
	list-style-type: none;
	text-transform: uppercase;
}

div.credits ul li{
	text-indent: -34px;
}

div.credits ul li ul li ul li {
text-indent: -40px;
}

div.credits ul li ul li ul {
}

/*- breadcrumb */

.breadcrumb {
	text-align: center;

	margin-top: 20px;
	padding: 1px 0 2px 0;

	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fff6cc;

	font-weight: bold;

	color: #fff6cc;
	font-size: 3em;
	}

.breadcrumb img{ vertical-align: -2px; }

.breadcrumb a {
	font-weight: normal;
	font-style: normal;
	color: #fff6cc;
	}

.breadcrumb a:hover {
	font-weight: normal;
	font-style: normal;
	color: #ffec99;
	}

pre {
	font: 1.2em "Andale Mono", Monaco, "Courier New", Courier, mono;
	padding-left: 20px;
	border-left: 2px dotted #CDA86F;
}
	
.english { color: #573400;
	padding-right: 90px;

}


.german { color: #A26200;
	padding-top: 15px;
	padding-left: 90px;
	}

img.intext {
	vertical-align: -1px;
}

#impressum {font-size: 1.2em;}
#impressum p{padding: 5px 5px 5px 10px;
	margin-top: 20px;
	background-color: #fff;
	border-top: 4px solid #fff6cc;
	border-bottom: 4px solid #fff6cc;
}

#impressum div.alert {
	font-size: 0.9em;
	padding: 5px;
	background-color: #fff;
	border-top: 4px solid #fff6cc;
	border-bottom: 4px solid #fff6cc;
}


img {
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
}

.slide {
	float: left;
	width: 166px;
	text-align: center;
	padding: 0 !important;
}

.slide124 {
	float: left;
	width: 136px;
	text-align: center;
	padding: 0 !important;
}


/* cforms II , overrides: wide_open_no_border.css */

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#fff6cc !important; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#fff6cc !important; 
}

p.success 	{
	color: #CDA86F !important;
	font-weight: bold;
	font-size: 1.3em;
}
p.failure 	{
	color:#990000 !important;
	font-weight: bold;
	font-size: 1.3em;
}

#ll a {
	display: none;
}

#cformsform fieldset.cf-fs1 legend {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #CDA86F;
}

