/*
Theme Name: Gemüsehof Niedermaier
Version: 1.0
Author: thomas.niedermaier[at]gmx.at
*/

@import "css/reset.css";
@import "css/layout.css";

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html{
	background-image: url("images/background.jpg");
	font: 13px "myriad pro", tahoma, verdana, arial, sans-serif;
	color: #313131;
}

body {
	height: 100%;
	width: 100%;
}

a{
	text-decoration: none;
	color: #313131;
}

.clear{
	clear: both;
}

.not_display{
	display: none;
}

.main_top{
	background: url("images/content_bg_top.png");
	width: 836px;
	height: 13px;
	margin: 0 auto;
	margin-top: 20px;
}
.main_content{
	background: url("images/content_bg_middle.png") repeat-y;
	width: 821px;
	margin: 0 auto;
	padding-left: 15px;
	height: 100%;
}

.main_bottom{
	background: url("images/content_bg_bottom.png");
	width: 836px;
	height: 20px;
	margin: 0 auto;
}

.header{
	background: url("images/header_image.png") no-repeat bottom left;
	height: 193px;
}

.header_menu{
	margin-left: 600px;
	list-style: none;
}

.header_menu li{
	display: inline;
}

.header_logo{
	width: 313px;
	height: 132px;
	margin-left: 470px;
	margin-top: 80px;
}

#main-nav{
	width: 211px;
	height: 100%;
	float: left;
}

.menu{
	padding-top: 70px;
	padding-bottom: 15px;
	padding-left: 4px;
	list-style: none;
}

.menu a{
	color: #474c49;
	font-size: 14px;
	width: 183px;
	height: 25px;
	padding-left: 20px;
	padding-top: 13px;
	display: block;
}

.menu a:hover, .current_page_item a{
	background: url("images/menu_hover.png");
	color: #FFFFFF !important; 
	text-shadow: #555555 1px 2px 2px;
}

.separator{
	background: url("images/separator.png") repeat-x;
	width: 210px;
	height: 3px;
}

.opening_times_wrapper{
	padding-top: 40px;
	padding-bottom: 30px;
}

#hofladen_opening_times{
	color: #faf9c3;
	text-shadow: #555555 1px 2px 2px;
	font-size: 14px;
	margin-left: 24px;
	margin-bottom: 10px;
	display: block;
}

#monday_tuesday_friday{
	margin-left: 24px;
	display: block;
	line-height: 18px;
}

#thursday{
	margin-left: 24px;
	display: block;
	line-height: 18px;
	margin-bottom: 20px;
}

#opening_times_morning{
	margin-left: 108px;
	display: block;
	line-height: 18px;
}

.content{
	width: 566px;
	height: 100%;
	padding-top: 105px;
	float: left;
	margin-left: 20px;
}

.blog_wrapper{
	background: url("images/blog.png") 55px 0px no-repeat;
	width: 564px;
	margin: 0 auto;
	padding-top: 125px;
}

.blog_top{
	background: url("images/blog_bg_top.png") no-repeat;
	height: 6px;
	width: 100%;
}

.blog_content{
	background: url("images/blog_bg_middle.png") repeat-y;
	height: 100%;
	width: 100%;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 10px;
}

.blog_bottom{
	background: url("images/blog_bg_bottom.png") no-repeat;
	height: 28px;
	width: 100%;
	text-align: center;
}

.blog_headline{
	background: url("images/blog_headline_bg.png") no-repeat;
	height: 45px;
	width: 539px;
	padding-top: 10px;
	padding-left: 13px;
}

#blog_data{
	font-size: 11px;
}

#blog_headline{
	font-size: 15px;
}

.blog_entry{
	margin-left: 13px;
	width: 520px;
}

.more_btn{
	font-size: 11px;
}

.more_btn:hover{
	text-decoration: underline;
}

.contact_left{
	float: left;
	width: 300px;
}

.contact_right{
	float: right;
}

#contact_gemuesehof_niedermaier{
	font-size: 24px;
	color: #474c49;
	display: block;
}

.contact_data{
	font-size: 14px;
	line-height: 8px;
	display: block;
}

.contact_content{
	text-align: center;
}

.accordionButton {
cursor: pointer;
background: url("images/contact_form_open_bg.png") no-repeat;
width: 128px;
height: 20px;
margin: 0 auto;
padding-top: 9px;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}
.on {
background: url("images/contact_form_close_bg.png") no-repeat;
}
.on:hover {
background: url("images/contact_form_close_mouseover_bg.png") no-repeat;
}
.over {
background: url("images/contact_form_open_mouseover_bg.png") no-repeat;
}

.contact_maps{
	border: #565655 solid;
	border-width: 2px;
	margin-top: 20px;
}

/* FOR CONTACT FORM */

#contact{
	list-style:none;
	text-align: left;
	margin: 0 auto;
	width: 340px;
	
}
#contact li{
	float: left;
    height: 35px;
	margin:0 0 5px;
    position: relative;
    width: 335px;

}
#contact li .text{
	background: #3f623a;
	color: #FFFFFF;
	padding:5px 10px 7px 0;
	position:absolute;
	z-index:100;
	min-width:85px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	text-indent: 5px;
}
#contact li .required{
	position:absolute;
	right:10px;
	top:5px;
	z-index:100;
}
#contact li .wpcf7-form-control-wrap{
	position: absolute;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background:#fff;
	border:solid 1px #afafad;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 10px 5px;
	width: 309px;
	text-indent:95px;
	z-index:100;
	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 18px;
    padding: 10px;
	height:200px;
}
#contact li#message{
	min-height:220px;
}
#contact li#submit input{
	color:#fff;
	height: 30px;
	text-decoration:none;
	margin:10px 30px 0 0;
	background:#2d4828;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f623a', endColorstr='#2d4828');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f623a), to(#2d4828));
	background: -moz-linear-gradient(top, #3f623a, #2d4828);
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
	display:block;
	padding:10px 25px 25px 25px;
	text-align:center;
	text-shadow:0 1px 0 #2d4828;
	text-transform:uppercase;
}
#contact li#submit input:hover{
	background:#3f623a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d4828', endColorstr='#3f623a');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d4828), to(#3f623a));
	background: -moz-linear-gradient(top, #2d4828, #7a9975);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#FFFFFF;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}

#contact_wrapper{
	height: 380px;
}

div.wpcf7-validation-errors {
	border: 2px solid #e93511 !important;
}
/* END FOR CONTACT FORM */



/* BEGIN HOME STYLE */

.home_btn_bar{
	margin-bottom: 55px;
}

.home_btn_wrapper{
	float: left;
	width: 180px;
	text-align: center;
}

.home_btn_wrapper_3{
	margin-top: -15px;
}

.home_btn_heading_big{
	font-size: 29px;
}

.home_btn_heading{
	font-size: 21px;
	margin-top: 6px;
	margin-bottom: 5px;
}

#video_btn{
	width: 129px;
	height: 83px;
	margin-top: 10px;
	display: block;
	background: url('images/video_pic.png') no-repeat;
	margin: 19px auto 0 auto;
}

#video_btn:hover{
	display: block;
	background: url('images/video_pic.png');
	background-position: 0px -83px;
	margin: 19px auto 0 auto;
}

#gallery_btn{
	width: 99px;
	height: 104px;
	display: block;
	background: url('images/gallery_pic.png') no-repeat;
	margin: 10px auto 0 auto;
}

#gallery_btn:hover{
	width: 99px;
	height: 104px;
	background-position: 0px -104px;
	margin: 10px auto 0 auto;
}

#saisonkalender_btn{
	width: 77px;
	height: 88px;
	display: block;
	background: url('images/saisonkalender_pic.png') no-repeat;
	margin: 12px auto 0 auto;
}

#saisonkalender_btn:hover{
	margin-left: -3px;
	margin-top: -2px;
	background-position: 0px -88px;
	margin: 12px auto 0 auto;
}

#award_btn{
	width: 77px;
	height: 105px;
	display: block;
	background: url('images/award_pic.png') no-repeat;
	margin: 3px auto 0 auto;
}

#award_btn:hover{
	margin-left: -3px;
	margin-top: -2px;
	background-position: 0px -105px;
	margin: 3px auto 0 auto;
}

#genussspechtln_btn{
	width: 94px;
	height: 128px;
	display: block;
	background: url('images/genussspechtln_pic.png') no-repeat;
	margin: 0px auto 0 auto;
}

#genussspechtln_btn:hover{
	margin-left: -3px;
	margin-top: -3px;
	background-position: 0px -128px;
	margin: 0px auto 0 auto;
}

#gemuesekiste_btn{
	width: 129px;
	height: 83px;
	margin-top: 10px;
	display: block;
	background: url('images/gemuesekiste_pic.png') no-repeat;
	margin: 4px auto 0 auto;
}

#gemuesekiste_btn:hover{
	display: block;
	background: url('images/gemuesekiste_pic.png');
	background-position: 0px -83px;
	margin: 4px auto 0 auto;
}

#vegetable_text{
	line-height: 16px;
}

/* END HOME STYLE */

.right_picture_column{
	float: right;
	width: 200px;
}

.left_picture_column{
	float: left;
	width: 340px;
	margin-top: 40px;
	line-height: 20px;
	font-size: 14px;
}

/* BEGIN VERKAUFSSTELLEN PART */

.sale_wrapper{
	line-height: 18px;
}

.sale_name{
	font-size: 18px;
	display: block;
	margin-bottom: 7px;
}

.left_float{
	float: left;
}

.sale_left{
	float: left;
	width: 125px;
	margin-bottom: 20px;
}

#bm_schwanenstadt{
	margin-top: 15px;
	margin-left: 25px;
}

#bm_regau{
	margin-top: 35px;
	margin-left: 25px;
}

#hofladen{
	margin-left: 25px;
}

/* END VERKAUFSSTELLEN PART */
