/*
Theme Name: HGH2
Theme URI: http://www.heffengartenhaus.de/
Description: Based on Kubrick
Version: 1.0
Author: Manuel Strehl
Author URI: http://www.manuel-strehl.de/

  All *but the images used* is under the GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/

html {
  background: #800000;
}

body {
  x-background: white url(body.png) repeat-x top left;
  margin: 0;
  font: 12px/16px Arial,sans-serif;
  color: #200000;
}

#page {
  background: white url(body.png) repeat-x top left;
}

a:link {
  color: #800000;
}

a:visited {
  color: #555;
}

a:focus,
a:hover {
  color: #f00;
  outline: none;
}

a img {
  border: none;
}

.print {
  display: none;
}

#header {
  background: url(head.png) no-repeat top left;
}

#header h1 {
  margin: 0 20px;
  padding: 10px 0 0;
  font: normal 4.67em/55px "Times New Roman",Times,serif;
}

#header h1 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #800000;
}

#header h1 a:focus,
#header h1 a:hover {
  color: #333;
  outline: none;
}

#header .description {
  margin: 0 0 0 100px;
  padding: 0 0 10px;
  font: normal 1.33em/25px "Times New Roman",Times,serif;
  text-transform: uppercase;
  color: #000;
}

#navigation {
  background: url(head.png) no-repeat left bottom;
  margin: 0 0 15px;
  padding: 0 20px;
  list-style-type: none;
  height: 35px;
}

#navigation li {
  display: block;
  float: left;
  padding-right: 20px;
  position: relative;
  height: 35px;
}

#navigation li a {
  display: block;
  margin-top: 2px;
  padding: 4px 6px 1px;
  border-bottom: 5px solid #800000;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 1.167em/23px Arial,sans-serif;
  color: #f2f2f2;
}

#navigation li.current_page_ancestor a,
#navigation li.current_page_ancestor li.current_page_item a,
#navigation li.current_page_item a {
  border-bottom: 5px solid red;
  color: #faa;
}

#navigation li.current_page_ancestor li a,
#navigation li.current_page_item li a {
  border-bottom: 5px solid #800000;
  color: white;
}

#navigation li.current_page_ancestor li a:focus,
#navigation li a:focus,
#navigation li.current_page_ancestor li a:hover,
#navigation li a:hover {
  border: 2px groove #f00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #a00 url(nav_hover.png) repeat-x top left;
  padding: 2px 4px;
  margin-bottom: 2px;
  color: white;
  outline: none;
}

#navigation li ul {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 10;
  background: #800000 url(footer.png) top left repeat-x;
  border: solid red;
  border-width: 0 1px 1px;
  display: none;
  width: 200px;
  padding: 3px 3px 5px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

#navigation li.visible ul,
#navigation li:hover ul {
  display: block;
}

#navigation li li {
  height: auto;
}

#contentcontainer {
  width: 861px;
}

#content {
  float: left;
  width: 580px;
  padding: 0 20px;
  border-right: 1px solid #800000;
  margin: 0 0 10px;
  overflow: hidden;
}

#content h2 {
  text-align: center;
  font: bold 1.833em/1.2em "Times New Roman",Times,serif;
  margin: 0 111px 10px;
}

#content h2,
#content h2 a {
  color: #400000;
  text-decoration: none;
}

#content h2 a:focus,
#content h2 a:hover {
  color: #f00;
  text-decoration: none;
}

#content h3 {
  text-align: center;
  text-transform: uppercase;
  font: bold 1em/1.2em Arial,sans-serif;
  color: #800000;
  margin: 0 111px 10px;
}

dl.image {
  margin: 0 55px;
}

dl.image dt {
  text-align: center;
}

dl.image dd {
  margin: 0;
  text-align: left;
  font: italic 0.91em Arial,sans-serif;
  color: #444;
}

dl.image dd.copyright {
  text-align: right;
}

#sidebar {
  float: right;
  width: 200px;
  padding: 0 20px;
  margin: 0 0 10px;
}

#sidebar form {
  margin: 0;
}

#content ul li,
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #800000;
}

.last_widget {
  border-bottom-width: 0;
}

.widget h2 {
  text-align: center;
  x-font: bold 1.833em/1.2em "Times New Roman",Times,serif;
  font: bold 1.5em/1.2em "Times New Roman",Times,serif;
  font-variant: small-caps;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
}

.widget h2,
.widget h2 a {
  color: #400000;
  text-decoration: none;
}

.widget_search label {
  display: block;
}

/*#footer {
  clear: both;
  border-top: 1px solid #800000;
  margin: 10px 20px 0;
  padding: 10px 200px;
  width: 421px;
  background: url(body.png) left -135px repeat-x;
  text-align: center;
  font: italic small/120% "Times New Roman",Times,serif;
  color: #888;
}*/

#footer {
  clear: both;
  margin: 10px 0 0;
  padding: 30px 19.1% 50px;
  width: 61.8%;
  background: #800000 url(footer.png) left top repeat-x;
  text-align: center;
  font: italic 1em/120% "Times New Roman",Times,serif;
  color: #aaa;
}

#footer p {
  margin: 0;
}

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

#footer a:focus,
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}




/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff;
}
/* End Calendar */



/* Begin Form Elements */
#searchform {
  margin: 0 auto 10px;
}

#s {
  width: 128px;
  padding: 2px;
  border: 2px groove #777;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

* html #s { width: 113px; }
*+html #s { width: 113px; }

#s:focus,
#s:hover,
#s:active {
  border-color: #f00;
  background: #fdd;
}

input.submit,
button,
input.button,
#searchsubmit {
  padding: 3px;
  margin: 0;
  border: 2px groove #777;
  background: url(std_hover.png) repeat-x left center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #400000;
  font: 1em Arial,sans-serif;
  outline: none;
}

input.submit:hover,
button:hover,
input.button:hover,
#searchsubmit:hover,
input.submit:focus,
button:focus,
input.button:focus,
#searchsubmit:focus {
  background-image: url(nav_hover.png);
  border-color: red;
  color: white;
}

input.submit:active,
button:active,
input.button:active,
#searchsubmit:active {
  background-image: url(std_hover.png);
  border-color: red;
  color: red;
}
/* End Form Elements */


/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 0.91em;
  font-style: italic;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #444;
}
/* End captions */



#page .pseudobutton {
  display: block;
  padding: 5px 10px;
  border: 2px groove red;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #b00000 url(nav_hover.png) repeat-x;
  color: white;
  font: bold 1.2em/19px Arial,sans-serif;
  text-decoration: none;
  text-align: center;
}

#page .widget .pseudobutton {
  width: 176px;
}

#page .pseudobutton:hover {
  background-image: url(std_hover.png);
  background-color: #dadada;
  color: #800000;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* wpcf7 */
#content textarea,
.wpf7-text {
  width: 570px;
  padding: 3px;
  border: 1px solid #777;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(body.png) left -135px repeat-x;
}
/* / wpcf7 */


#content ul li,
.widget_archive li,
.widget_meta li,
.widget_links li {
  background: url(link.png) left center no-repeat;
  padding: 2px 0 2px 15px;
  line-height: 16px;
}


#content ul.ui-accordion {
  border: 1px solid #777;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  margin: 0;
}

#content ul.ui-accordion li {
  padding: 0;
  margin: 0;
  line-height: auto;
  border-bottom: 1px solid #777;
  background: none;
}

#content ul.ui-accordion li.last {
  border-bottom-width: 0;
}

#content ul.ui-accordion li a.header {
  background: #dadada url(std_hover.png) left top repeat-x;
  display: inline-block;
  display: block;
  padding: 5px;
  margin: 0;
  line-height: 19px;
  text-decoration: none;
  font-weight: bold;
  color: #800000;
}

#content ul.ui-accordion li.selected a.header {
  background: #800000 url(nav_hover.png) left top repeat-x;
  color: white;
}

#content ul.ui-accordion li div.body {
  padding: 5px;
  background: white url(body.png) left -135px repeat-x;
  margin: 0;
  overflow: hidden;
}

#content ul.ui-accordion li div.wp-caption {
  margin: 10px;
}




.navigation {
  overflow: hidden;
}

.smallprint {
  font-size: 80%;
  color: #555;
}


/* gallery */
.gallery {
  margin: auto;
}
.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;			}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-caption {
  margin-left: 0;
}
/* / gallery */