/*
Theme Name:     Chalet Baergfriede
Theme URI:      http://www.chaletbaergfriede.ch
Description:    Child theme for Chalet Baergfriede
Author:         Christian Fahrni
Author URI:     http://www.chaletbaergfriede.ch
Template:       twentyeleven
Version:        0.1.0
*/

@import url("twentyeleven.css");

/* page */
#page{
	margin: 0 auto 2.5em auto;
	width: 800px;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

/* navigation */
#access div{
	margin: 0 2%;
}
#access a{
	line-height: 2.5em;
}

/* content */
#content{
	margin: 0 26% 0 4%;
	padding: 0 4% 0 0;
	width: 66%;
	border-right: 1px solid #dddddd;
}
.entry-title{
	line-height: 1.2em;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.entry-content{
	padding: 1.2em 0 0;
}
.entry-header h1, .entry-content h1{
	background: -moz-linear-gradient(to right, #FAF7EE, #fff) repeat scroll 0 0 transparent;
	margin-left: -6%;
	padding-left: 6%;
}
.hentry{
	border-bottom: 0;
}
.price, .price td{
	padding: 0px;
	border: 0px !important;
}
.total td{
	font-weight: bold;
	border-top: 1px solid #dddddd;
}

/* content without sidebar */
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: 100%;
}

.singular #content{
	border-right: 0px;
	padding: 0px;
}

.singular.page .hentry{
	padding: 0px;
}
.singular .entry-title {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
	padding-top: 0px;
}

/* buttons */
button.minimal {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 5px 0 6px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 130px;
}
button.minimal:hover {
    background: none repeat scroll 0 0 #E3E3E3;
    box-shadow: 0 0 1px 1px #EAEAEA inset;
    color: #222222;
    cursor: pointer;
}
button.minimal:active {
    background: none repeat scroll 0 0 #D0D0D0;
    box-shadow: 0 0 1px 1px #E3E3E3 inset;
    color: #000000;
}

/* sidebar */
.widget-title{
	font-size: 11px;
}
#secondary{
	margin-right: 2%;
	/*width: 20.4%;*/
	width: 22%;
	font-size: 0.9em;
}
#sidebar_links{
	margin: 0 0 1.625em 0;
}
#sidebar_links li{
	height: 25px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 4px 0px 4px -14px;
	padding: 0px 0px 0px 14px;
	list-style-type: none;
	vertical-align: middle;
	background: -moz-linear-gradient(to right, #FAF7EE, #fff) repeat scroll 0 0 transparent;
}
#sidebar_links li img{
	vertical-align: middle;
	height: 18px;
	padding-right: 10px;
}
#sidebar_links a{
	color: #666666;
	font-weight: normal;
}
#sidebar_links a:hover{
	font-weight: bold;
	text-decoration: none;
}
#sidebar_links li:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* header */
#branding #searchform{
	display: none;
}
#branding{
	border-top: 0px;
}
#branding hgroup{
	display: none;
}
#side_right {
    background: url("../images/side_right.png") no-repeat scroll center top transparent;
    height: 297px;
    left: 779px;
    position: absolute;
    top: 80px;
    width: 79px;
}
#side_left {
    background: url("../images/side_left.png") no-repeat scroll center top transparent;
    height: 401px;
    left: -54px;
    position: absolute;
    top: 205px;
    width: 75px;
}

/* availability calendar */
.wp-availability-month table tbody td.wp-availability-booked{
	text-decoration: none !important;
	background-color: #ffbcbc !important;
}

/* guestbook styling */
.category-gaestebuch .page-title{
	display: none;
}
.gaestebuch-title{
	font-size: 26px;
	font-weight: bold;
	background: -moz-linear-gradient(to right, #FAF7EE, #fff) repeat scroll 0 0 transparent;
	margin-left: -6%;
	padding-left: 6%;
	margin-bottom: 20px;
}
.category-gaestebuch{
	border-bottom: 1px solid #dddddd;
}
.category-gaestebuch .entry-title{
	font-size: 0.9em;
	font-weight: normal;
}

/* contact forms */
div.ufo-form span.ufo-cell-right {
    width: 20px !important;
}
.label-above .nf-field-label {
    margin-bottom: 2px !important;
}
.nf-field-container {
	margin-bottom: 10px !important;
}
/* footer */
#supplementary{
	background-color: #dddddd;
	padding: 0px;
}
#supplementary h3{
	text-transform: none !important;
}
#text-3{
	margin: 0;
	text-align: center;
}
