/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
background:#ECF0A6 none repeat scroll 0 0;
color:#555;

}

.custom #page {
background:#f9f9f9;
}

.custom #header #tagline {
color:#FFF;
display:none;
}

.custom #header {
background-image:url(http://www.wachau-blog.at/wp-content/themes/thesis_151/custom/images/wachau-blog-header.jpg);	
padding-bottom:240px;
padding-top:10px;
border-bottom: 0;
clear:both;
}

.custom #header #logo a {
color:#FFF;
}

.custom #header #logo {
display:none;
font-size:3.6em;
line-height:1.167em;
}



.custom a {
	color:#016328;
	text-decoration:none;
}

.custom .format_text a {
text-decoration:underline;
}

.custom a:hover {
	color:#C8D400;
	text-decoration:none;
}

.custom li.widget {
font-size:1.1em;
line-height:1.385em;
margin-bottom:2.769em;
}

a.liexternal {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/seolinks-wachau-external.gif) no-repeat scroll right center;
padding-right:14px;
}


.custom .wpcf7-form-control-wrap select{
	margin-left:236px;
}

.custom .format_text input, #commentform input, #commentform textarea {
	width:193px;
	/*vertical-align:top;*/
	
}

.custom #comment {
	width: 458px;
}

.wpcf7-form {
	
}

.cform textarea {
	width: 200px;
}

.cform select{
	width: 200px;
	border-width:1px;
	padding:3px;
}

.cform label 		{ width: 180px; }
.cform label span	{ width: 180px; }
.cform input.cf-box-a, .cform input.cf-box-b  {  width: 14px; }
#li-3-9items { margin-bottom: 20px !important; }
/*#li-3-11 { display: none; }*/

#betriebe {width: 400px; }
span.right { float: right; display: inline;}
img.imgcalendar { margin:3px; }

#hotel-infobox { padding: 5px 10px; margin: 10px 0; border: 1px solid #ECF0A6; }
#hotel-adresse { margin-bottom: 30px; }
#hotel-logo { margin: 0 0 15px 0;}
.hoteldaten { width: 130px; }
#hotel-anfragen { margin-top: 22px; }
#hotel-rechts { float: right; }