@charset "UTF-8";

/**
 * Theme Name:     Jani Jan J.
 * Theme URI:      http://www.ewerkstatt.com
 * Description:    Child theme for E-Werkstatt Theme.
 * Author:         Heinz Duschanek
 * Author URI:     http://ewerkstatt.com/
 * Template:       ew_base
 * Version:        0.1.0
 */

@import url('../ew_base/style.css');

html {
	padding: 0;
	margin: 0;
}
body {
	/* background: #FFEEB1; */
	background: #8CD296;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
#masthead {
	border-top:none;
	position: relative;
}
#masthead h1 {
	color: #255a9f;
	position: absolute;
	top:40px;
	right:40px;
	text-align: right;
	font-variant: normal; 
}
#masthead h1 a {
	color: #255a9f;
}
#masthead h3 {
	color: #255a9f;
	position: absolute;
	top:80px;
	right:40px;
	text-align: right;
	font-size: 1.2em;
}
h1 { color: #255a9f; letter-spacing: 0; padding-bottom: 0.7em; }
h2 {
	color: #255a9f;
	border-top:none;
	font-size: 1.5em;
}
h3 {
	color: #255a9f;
	font-size: 1.2em;
	font-variant:normal;
}
li.widget h2 {
	border-top:none;
}
#header_img {
	border-bottom:none;
	border-top:none;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 10px;
}
.pages h1 {
	font-size: 1.5em;
}
.pages h2, h2.page_header {
	border-bottom:none;
}
.page_entry a:link { color: #255a9f; background: none; text-decoration: underline; }
.page_entry a:visited { color: #6592CB; background: none; text-decoration: underline; }
.page_entry a:hover { color: #255a9f; text-decoration: underline; background: #FFEEB1; }
.page_entry a:active { color: #6592CB; background: none; background: #FFEEB1; }

#footer {
	border-top: 1px solid #1E549C;
	margin-bottom: 0;
}

li.widget li a, li.widget li a:visited { 
	border-bottom: none; 
}
li.widget ul { 
	color: #FFE400;
	border-top: none; 
}
li.widget li a:hover {
	color: #000 !important;
	background: #FFE400;
}
li.widget h2 {
	margin-top:20px;
}
#container {
	margin-top: 0;
}
#content {
	padding-top: 38px; 
}

#logo { margin-top: 45px; }

#access ul.menu  {
	background: #255a9f url('images/menu.jpg') 0 0 repeat-x;
	margin:0 0 0.8em;
}
#access ul.menu li {
	border-right: none;
}
#access ul.menu li a {
	color: #FFEEB1;
	background: #255a9f url('images/menu.jpg') 0 0 repeat-x;
	padding: 21px 10px 1px 10px !important; 
	line-height: 1.2em;
}
#access ul.menu li a:hover {
	color: #fff;
	background: #6592CB url('images/menu_hover.jpg') 0 0 repeat-x;
}
#access ul.menu li ul li a {
	background-color: #6592CB;
	background-image: none;
}
#access ul.menu li ul li a:hover {
	background-color: #255a9f;
	background-image: none;
}
#access ul.menu ul {position:absolute; top:40px; left:-9999px;  }

label { display: block; margin-top: 0.3em; }
label.errorinput { font-weight: bold; color: #FF0000; }
select, input[type=text], textarea { border: 1px solid #999; font-size: 1.1em; padding: 1px; margin-left: 25px; } 
input[type=text], textarea { width: 500px; } 
input#titleinput { width: 130px; }
input#birthdateinput { width: 130px; }
input#birthtimeinput { width: 130px; }

div.errors { padding: 7px; border: 3px solid red; background: #fee; margin-bottom: 1em; }
input[type=text].errorinput, textarea.errorinput, select.errorinput { border: 1px solid #f00; background: #fee; }

#container { background-color: #fff; margin-bottom: 0; overflow: hidden; }

.entry div.wp-caption {
    border: 1px solid #FFEEB1;
	background: #FFEEB1;
    margin-bottom: 1.5em;
    max-width: 490px;
    overflow: hidden;
}

