/*
Theme Name: Bäckerei Konditorei Kasses
Theme URI: http://www.kasses.at
Description: Das Template für die Website der Bäckerei Konditorei Kasses
Version: 1.0
Author: Stamm Consulting &amp; IT Services
Author URI: http://www.stamm.co.at
License: Copyright Stamm Consulting &amp; IT Services
Text Domain: kasses
*/

/***************************************************************************************************
 * General
 **************************************************************************************************/

html, body {
  height: 100%;
}

body {
  background-color: #363637;
}

body, div, form, input, ul, li, p, h1, h2, h3, a {
  margin: 0px;
  padding: 0px;
}

body, div, input, li, a, p {
  font-family: Verdana;
}

p {
  line-height: 1.5em;
}

h1, h2, h3 {
  font-family: Georgia;
  font-weight: lighter;
}

h1 {
  font-size: 2.333em;
  padding-left: 35px;
}

h2 {
  font-size: 1.583em;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 3px;
}

h3 {
  font-size: 1.2em;
  padding-left: 10px;
  margin-top: 20px;
}

.clear, .clear_no_ie {
  clear: both;
}

/***************************************************************************************************
 * Accessibility
 **************************************************************************************************/

.accessibility {
  display: none;
}

/***************************************************************************************************
 * Header
 **************************************************************************************************/
 
#header {
  height: 124px;
  background-image: url(images/header_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
}

#header_center {
  height: 124px;
  width: 900px;
  position: relative;
  margin: 0px auto;
}

#logo {
  position: absolute;
  left: 0px;
  top: 27px;
  z-index: 3;
}

#logo_div {
  width: 210px;
  height: 145px;
  cursor: pointer;
}

#logo a img {
  border: none;
}

#utilities {
  position: absolute;
  top: 15px;
  right: 0px;
}

#utilities_navigation {
  color: #F9F7F7;
  font-size: 0.75em;
  float: left;
  margin-top: 2px;
}

#utilities_navigation ul {
  list-style: none;
}

#utilities_navigation li {
  float: left;
  margin-right: 5px;
}

#utilities_navigation a {
  color: #F9F7F7;
  text-decoration: none;
}

#utilities_navigation a:hover {
  text-decoration: underline;
}

#suche_wrapper {
  float: left;
}

#suche_textfeld {
  display: block;
  float: left;
  color: #363637;
  font-size: 0.75em;
  width: 171px;
  height: 17px; 
  background-image: url(images/suche_textfeld_bg.png);
  border: 1px solid #AEADAA;
  padding-left: 4px;
  padding-top: 1px;
}

#suche_submit {
  display: block;
  float: left;
  margin-left: 2px;
  height: 20px;
  width: 20px;
  background-image: url(images/suche_submit.png);
  border: 0px; /* im PNG hinzugefügt, weil sonst IE einen anderen Border bei focus auf Form macht */
  cursor: pointer;
  /* folgend: zum Verstecken von "Los" - geht in IE6, IE7, IE8, FF 3.5, Opera 9.2, Safari, Chrome */
  color: #AEADAA;
  font-size: 0.1px;
  line-height: 0.1px;
  text-indent: -9999px;
  padding-right: 20px;
  padding-top: 20px;
}

#tab_navigation {
  position: absolute;
  right: 25px;
  bottom: 0px;
}

#tab_navigation ul {
  list-style: none;
}

#tab_navigation li {
  float: left;
  text-align: center;
  width: 127px;
  height: 24px; 
  margin-left: 2px;
  padding-top: 7px;
  background-image: url(images/tab_inactive.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#tab_navigation li.current_page_item {
  background-image: url(images/tab_active.png);
}

#tab_navigation li a {
  font-size: 0.9375em;
  color: #F9F7F7;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica; /* Windows, Mac */
  letter-spacing: 0.0125em;
}

#tab_navigation li.current_page_item a {
  color: #BF0A2B;
}


/***************************************************************************************************
 * Body
 **************************************************************************************************/

#body {  
  background-color: #F9F7F7;
  color: #363637;
  min-height: 280px;
}

#body p {
  font-size: 1em;
  font-family: Tahoma, Geneva;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

#body a {
  color: #96A61B;
  font-family: Tahoma, Geneva;
}

#body h2 a, #body h3 a {
  font-family: Georgia;
  text-decoration: none;
  color: #363637;
}

#body h2 a:hover, #body h3 a:hover {
  text-decoration: underline;
}

#body_center {
  width: 900px;
  position: relative;
  margin: 0px auto;
  padding-top: 80px;
  padding-bottom: 35px;
}

#content {
  position: relative;
  background: transparent;
  z-index: 2;
}

#schnecke {
  position: absolute;
  top: 25px;
  left: 333px;
  width: 411px;
  height: 240px;
  background-image: url(images/schnecke_bg.png); 
  z-index: 1;
}

.line, .small_line {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #BF0A2B;
  height: 0px;
  overflow: hidden;
}

.small_line {
  border-top: 1px solid #BF0A2B;
}

.gray_line {
  background-image: url(images/line_horizontal.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 1px;
  overflow: hidden;
  margin: 20px 0 10px 0;
}

#body h1.welcome {
  padding-bottom: 8px;
}

#body p.welcome {
  padding-top: 8px;
  padding-left: 110px;
  font-size: 1.333em;
}

#content_left {
  float: left;
  width: 520px;
  margin-top: 30px;
}

#content_left .blog p {
  width: 500px;
  overflow: hidden;
}

#content_right {
  float: left;
  width: 330px;
  margin-left: 50px;
  margin-top: 30px;
}

.submitted {
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  padding: 5px 0 4px 0;
}


/***************************************************************************************************
 * Footer
 **************************************************************************************************/

#footer {
  background-color: #363637;
  background-image: url(images/footer_schatten.png);
  background-repeat: repeat-x;
  color: #F9F7F7;
}

#footer a {
  color: #F9F7F7;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer_center {
  width: 900px;
  position: relative;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer_kategorien {
  margin-left: 100px;
  margin-bottom: 0px;
}

#footer_kategorien ul {
  font-size: 0.75em;
  line-height: 1.444em;
  list-style: none;
}

#footer_kategorien li {
  float: left;
  font-weight: bold;
  width: 150px;
}

#footer_kategorien ul li a {
  display: block;
  margin-bottom: 5px;
}

#footer_kategorien ul li ul {
  font-size: 1em;
  clear: both;
}

#footer_kategorien ul li ul li {
  font-weight: normal;
  float: none;
}

#footer_kategorien ul li ul li a {
  margin-bottom: 0;
}

#copyright {
  padding-top: 20px;
  font-size: 0.666em;
  width: 100%;
  text-align: center;
  position: relative;
}

#copyright a {
  font-weight: bold;
}

#footer_utilities {
  position: absolute;
  top: 28px;
  right: 2px;
  height: 17px;
}

#footer_utilities a.validcss-mini {
  background: url(images/validcss-mini.gif) no-repeat left center;
  padding-left: 13px;
  color: #FF9900;
  text-decoration: none;
  margin-left: 10px;
}

#footer_utilities a.validcss-mini:visited {
  color: #FF9900;
}

#footer_utilities a.validcss-mini:hover {
  color: #ffffff;
  text-decoration: none;
}

#footer_utilities a.validhtml-mini {
  background: url(images/validhtml-mini.gif) no-repeat left center;
  padding-left: 13px;
  color: #80c43d;
  text-decoration: none;
  margin-left: 10px;
}

#footer_utilities a.validhtml-mini:visited {
  color:#80c43d;
}

#footer_utilities a.validhtml-mini:hover {
  color:#ffffff;
  text-decoration: none;
}

#footer_utilities a.rss-mini {
  background: url(images/rss-mini.gif) no-repeat left center;
  padding-left: 14px;
  color: #FFCC33;
  text-decoration: none;
  margin-left: 10px;
}

#footer_utilities a.rss-mini:visited {
  color: #FFCC33;
}

#footer_utilities a.rss-mini:hover {
  color: #ffffff;
  text-decoration: none;
}


/***************************************************************************************************
 * Breadcrumb
 **************************************************************************************************/

#breadcrumb {
  left: 235px;
  top: -65px;
  width: 650px;
  font-size: 0.8em;
  position: relative;
}


/***************************************************************************************************
 * Sidebar
 **************************************************************************************************/

#sitemap {
  width: 215px;
  float: left;
  position: relative;
  top: -20px;
}

#sidebar {
  margin-right: 20px;
}

#sidebar h3 {
  margin-top: 7px;
  padding: 0 0 3px 0px;
}

#sidebar .line {
  margin-bottom: 20px;
}

#sidebar ul {
  margin: 0 0 0 12px;
  list-style-image: url(images/arrow_green.png);
}

#sidebar a {
  text-decoration: none;
}

#sidebar a:hover,
#sidebar a:focus {
  text-decoration: underline;
}

#sidebar .current_page_ancestor,
#sidebar .current_page_parent,
#sidebar .current_page_item {
  list-style-image: url(images/arrow_red.png);  
}

#sidebar ul li.current_page_item a {
  color: #BF0A2B;
}

#sidebar ul li.current_page_item ul li.page_item a {
  color: #96A61B;
}

.tagcloud {
  margin: -5px 0 20px 5px;
}

/***************************************************************************************************
 * Maincontent
 **************************************************************************************************/

#main_content {
  float: left;
  position: relative;
  padding-left: 15px;
  /* border-left: 1px solid #666; */
  top: -20px;
  width: 670px;
  background-image: url(images/line_vertical.png);
  background-repeat: no-repeat;
  background-position: top left;  
}

#main_content h2 {
  margin-top: 0px;
}

#main_content p {
  /*font-size: 0.9em;*/
}

#main_content .line {
  margin-bottom: 15px;
}

.col_left {
  float: left;
  margin: 5px 0px 0px 10px;
  position: relative;
  width: 350px;
}

.col_right {
  float: right;
  position: relative;
  width: 285px;
}

.ingredients {
	border: none;
	margin: 20px 0 20px 10px;
	font-size: 0.8em;
}

.ingredients th {
  text-align: left;
}

.ingredients-blue {
  background-color: #ccc; /* default: #D1E8F6 */
}

.tableindent {
  margin-left: 8px;
  font-size: 0.75em;
}

.ngg-singlepic {
	margin: 10px;
}

a.thickbox img {
  border: none;
}

.produktbild_desc {
  font-size: 0.7em;
  margin-left: 10px;
}

.produkt_icons {
  margin-top: 10px;
  padding-bottom: 20px;
  background-image: url(images/line_horizontal.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.produkt_icons img {
  margin-right: 25px;
}

.entry form.wpcf7-form {
  text-align: left;
}

.ngg-galleryoverview {
  padding-left: 10px;
}

/***************************************************************************************************
 * Suchergebnisse
 **************************************************************************************************/

#search_results_header {
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.search_result {
  margin-left: 30px;
  margin-bottom: 40px;
}

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

#suche_wrapper_big {
  margin-left: 20px;
  margin-top: 20px;
}

#suche_wrapper_big input {
  font-size: 1.1em;
}

#suche_submit_big {
  margin-left: 10px;
}

/***************************************************************************************************
 * Blog
 **************************************************************************************************/

#blog_body {
  margin-left: 10px;
  position: relative;
}

#blog_body .post {
  margin-left: -10px;
}

#blog_body .post p {
  margin-left: 10px;
}

#blog_body .infos,
#blog_body .misc,
.infos {
  margin: 10px;
  font-size: 0.8em;
}

#content_left p.infos {
  font-size: 0.8em;
  padding-top: 0px;
}

#blog_body .misc a {
  margin-right: 5px;
}

#comments {
  padding-bottom: 20px;
}

#comment {
  position: relative;
  width: 600px;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
  font-weight: bold;
  margin-bottom: 20px;

}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p,
#captchaImgDiv {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding-left: 20px;
  padding-top: 15px;
}

.commentmetadata {
  font-weight: normal;
  font-size: 0.8em;
}

#respond h3 {
  margin-top: 30px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform {
  margin: 5px 10px 0 0;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}

.reply {
  margin: 5px 10px 20px 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 0.8em;
}

a.comment-reply-link {
  font-weight: normal;
}

ul.children {
  margin-left: 20px;
}

#cancel-comment-reply {
  padding-left: 20px;
}
