/**
  Theme Name: Inproma Nackedei
  Theme URI: http://inproma.de
  Version: 1.0
  Author: Matthias Wehrlein, Inproma GmbH
  Author URI: http://inproma.de
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate

  Description: A theme created with developers in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.

  The CSS that follows is what I feel is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/

html {
  overflow-y: scroll;
}

a
{
    color: #652B20;
    border: none;
    text-decoration: none;
}
a:hover
{
    color: #C4503E !important;
}

#new-navigation-layer
{
    /*background:#fff;*/
    height:295px;
    left:50%;
    line-height:35px;
    margin-left: -382px;
    position:absolute;
    top:0;
    width:765px;
    z-index:100;
}

#new-logo
{
    /*background:#fff;*/
    position: absolute;
    top: 7px;
    left: 0;

    /*-moz-opacity:.90; filter:alpha(opacity=90); opacity:.9;*/
    /*-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}
#new-navigation
{
    background: #a92224;
    height:35px;
    left:50%;
    line-height:35px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    margin-left: -382px;
    position:absolute;
    bottom:10px;
    z-index:10;
    width: 745px;

    -moz-opacity:.95; filter:alpha(opacity=95); opacity:.95;
    /*-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}
#new-navigation li
{
    float: left;
    list-style: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0 20px 0 0;
    margin: 0;
}

#new-navigation a
{
    color: #FFF;
}
#new-navigation a:hover, #new-navigation li.current a
{
    text-decoration: underline;
}

/***** SONS OF SUCKERFISH START *****/

#new-navigation a
{
	display: block;
}

#new-navigation li ul /* second-level lists */
{
	position: absolute;
	background: #a92224;
    padding: 10px 10px 0 10px;
    line-height: 1;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

    /*-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}

#new-navigation li ul li
{
    line-height: 1;
    margin: 0 0 10px 0;
    font-size: 11px;
    float: none;
}

#new-navigation li ul li a
{
    color: #DDD !important;
}

#new-navigation li ul li a:hover
{
    color: #FFF !important;
}

#new-navigation li:hover ul, #new-navigation li.sfhover ul /* lists nested under hovered list items */
{
	left: auto;
}

/***** SONS OF SUCKERFISH END *****/



body
{
    background: #FFF url('img/body_bg.png') repeat-x 0 -56px;
    font: 11px/1.4 Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

#page
{
    /*background: url(img/page_bg.png) no-repeat 0 -56px;*/
    margin: 0 auto;
    position: relative;
}

#header
{
    /*background: url(img/header_bg.png) no-repeat;*/
    position: relative;
    height: 60px;
    margin: 0 auto;
    width: 765px;

}

/*
#language-chooser
{
    left: 396px;
    list-style: none;
    height: 27px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    z-index: 100;
}

#language-chooser li
{
    float: left;
    height: 27px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 90px;
}

#language-chooser li a
{
    background: #A92224;
    color: #CE8E8E;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    height: 27px;
    line-height: 1.1;
    position: relative;
    text-transform: uppercase;
    width: 90px;
}

#language-chooser li a:hover,
#language-chooser li.active a
{
    color: #FFF !important;
}

#language-chooser li a span
{
    bottom: 3px;
    display: block;
    left: 5px;
    line-height: 1.1;
    position: absolute;
}
*/

#language-chooser
{
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -67px;
    left: 578px;
    z-index: 90;
}

#language-chooser li
{
    float: left;
    margin: 0 5px;
}

#language-chooser li a
{
    /* Props: http://snipplr.com/view.php?codeview&id=10094 */
    /*opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .5;
    -moz-opacity: .5;*/
}

#language-chooser li.active a,
#language-chooser li a:hover
{
    /* Props: http://snipplr.com/view.php?codeview&id=10094 */
    /*opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;*/
}

#header .qtrans_widget_end
{
    display: none;
}

#logo
{
    display: none;
    left: 20px;
    position: absolute;
    top: 20px;
}

#logo img
{
    border: none;
}

#navigation
{
    background: #ccc;
    margin: 0 auto;
    width: 765px;
}

#sidebar
{
    float: left;
    width:265px;
}

.content
{
    border-top: 1px solid #000;
    padding: 1px 0 15px 0;
    margin: 0 auto;
    width: 765px;
}
#content-homepage
{
}
#content-galerie
{
    padding-bottom: 15px;
}
#content-galerie div.column
{
    height: auto !important;
}

#footer
{
    background: url(img/footer_bg) repeat-x;
    border-top: 1px solid #B1B1B1;
    color: #828282;
    clear: both;
    /*height: 65px;*/
    margin: 0 auto;
    padding: 11px 0 10px 0;
    position: relative;
    /*width: 765px;*/
}

.clear
{
    clear: both;
    font-size: 0;
}

a
{
    outline: none;
}



/***** STARTSEITE *****/
div.column
{
    background: url(img/column_border.png) no-repeat right 70px;
    /*height: 350px;*/
    float: left;
    padding: 0 20px;
    width: 215px;
}
div.column.two-third
{
    width: 470px;
}

div.column.full
{
    width: 725px;
}
div.column.half
{
    width: 342px;
}

div.column h2:first-child
{
    height: 55px;
    margin: 0 0 15px 0;
    padding: 0;
    text-indent: -999em;
}

div.column h2
{
    background-position: -19px 0;
    background-repeat: no-repeat;
}

#welcome-column h2 { background-image: url('img/col_welcome_header.png'); }
#news-column h2 { background-image: url('img/col_news_header.png'); }

#room-selection-column h2 { background-image: url('img/col_rooms_header.png'); }
/*#room-description-column h2 { background-image: url('img/snav_dienste.png'); }*/

#imprint-column h2 { background-image: url('img/col_imprint_header.png'); }
#agb-column h2 { background-image: url('img/col_agb_header.png'); }

#booking-text-column h2 { background-image: url('img/col_booking_header.png'); }

#profil-column h2
{
    background-image: url('img/col_profil_header.png');
}
#projekte-column h2
{
    background-image: url('img/col_projekte_header.png');
}

#image-content h2
{
    background-image: url('img/snav_galerie.png');
}
#finden-column h2
{
    background-image: url('img/snav_kontakt_anfahrt.png');
}
#contactform-column h2
{
    background-image: url('img/snav_kontaktformular.png');
}
#contactinfo-column h2
{
    background-image: url('img/snav_kontakt_informationen.png');
}

#arrangements-column h2
{
    background-image: url('img/col_arrangements.png');
}

#preise-column h2
{
    background-image: url('img/col_preise.png');
}


#room-selection-column ul, #news-column ul, #arrangements-column ul
{
    margin: 0;
    list-style: none;
    padding: 0;
}
#room-selection-column li, #news-column li, #arrangements-column li
{
    margin: 0;
    padding: 0;
}

#room-selection-column ul a, #news-column ul a, #arrangements-column ul a
{
    background: url('img/bluestardot.png') no-repeat 0 center;
    border-bottom: 1px dotted #A2A8AA;
    color: #652b20;
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 2px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#news-column ul a
{
    background: url('img/document_icon.png') no-repeat 0 3px;
    padding: 0 0 2px 14px;
}
#room-selection-column ul a:hover
{
    border-bottom: 1px solid #A2A8AA;
}
#room-selection-column ul li.current a
{
    font-weight: bold;
}

#navigation
{
    background: url(img/navigation_bg.png) no-repeat;
    width: 735px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 6px;
}

#navigation-list
{
    height: 242px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 3000px;
}

#navigation-list li
{
    margin: 0;
    padding: 0;
}

#navigation-list li a
{
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
    height: 242px;
    float: left;
    margin: 0;
    overflow: hidden;
    /*position: absolute;*/
    padding: 0;
    text-indent: -999em;
    width: 65px;
}

#navigation-list li.current a
{
    width: 475px;
}

#navigation-list li#startseite a { background-image: url(img/head_willkommen.jpg); }
#navigation-list li#zimmer a { background-image: url(img/head_das_hotel.jpg); }
#navigation-list li#galerie a { background-image: url(img/head_das_restaurant.jpg); }
#navigation-list li#projekte a { background-image: url(img/head_preise.jpg); }
#navigation-list li#kontakt a { background-image: url(img/head_kontakt.jpg); }


#contactform-column input[type=text], #contactform-column textarea
{
    border-color: #666 #CCC #CCC #666;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-family: sans-serif;
    margin-bottom: 5px;
    padding: 3px;
    width: 317px;
}

#contactform-column label
{
    /*display: none;*/
}

#contactform-column textarea
{
    height: 120px;
}

#contactform-column .overTxtLabel
{
    color: #999;
    width: 200px;
}

.room-prices
{
    clear: both;
    padding-top: 10px !important;
}


.ngg-big-image
{
    /*height: 165px;*/
    /*width: 335px;*/
}
div.ngg-gallery-thumbnail-box
{
    margin: 0 0 5px 0;
    padding: 0;
}
div.ngg-gallery-thumbnail-box.even
{
    margin: 0 10px 10px 0;
}
div.ngg-gallery-thumbnail
{
    margin: 0;
    padding: 0;
}
div.ngg-gallery-thumbnail a
{
    display: block;
}
div.ngg-gallery-thumbnail-box
{
    background: #FFF;
    border: none;
    border-right: 2px solid #BFBFBF;
    border-bottom: 2px solid #BFBFBF;
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    width: 94px;
    height: 62px;
    overflow: hidden;
}

div.ngg-gallery-thumbnail img
{
    border: none;
    margin: 0;
    padding: 0;
    width: 93px;
    height: 61px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.ngg-gallery-thumbnail .ngg-item-title, .ngg-gallery-thumbnail .ngg-item-description
{
    display: none;
}

#ngg-content-container .ngg-big-image
{
    border-right: 2px solid #BFBFBF;
    border-bottom: 2px solid #BFBFBF;

    display: block;
    float: right;
    width: 316px;
    height: 166px;
    overflow: hidden;
    margin-left: 10px;
}

#ngg-content-container .ngg-big-image img
{
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 315px;
    height: 165px;
    overflow: hidden;
}

div.ngg-navigation
{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.content p
{
    margin-top: 0;
}

.content h1
{
    color: #52231B;
    font: normal 20px/1 Helvetica, Arial, sans-serif;
    height: 55px;
    line-height: 55px;
    margin: 0 0 15px 0;
    padding: 0;
}




/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  Minimum theme requirements as per http://codex.wordpress.org/CSS
*/
img.alignleft
{
    background: #FFF;
    border: none;
    border-right: 2px solid #BFBFBF;
    border-bottom: 2px solid #BFBFBF;
    padding: 0 1px 1px 0;
    margin: 0 5px 5px 0;
}

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

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}




/***** SLIDER *****/
#image-slider
{
    background: url(img/image_slider_bg.png) repeat-x;
    margin-bottom: 6px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.image-slider-items
{
    height: 220px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 0;
}

.image-slider-items img
{
    background: #FFF;
    display: block;
    padding-right: 2px;
    float: left;
}




/***** TRIVAGO WIDGET *****/
.trivago_widget_portrait
{
    border: 1px dotted #A2A8AA !important;
    margin: 20px 0 !important;
    width: 205px !important;
}

.trivago_no_certificate
{
    height: auto !important;
}

.trivago_partner_title
{
    width: 130px !important;
}





/***** FORMS *****/

.wpcf7-form .row
{
    clear: both;
    margin: 5px 0;
}

.wpcf7-form label, .wpcf7 span.label
{
    display:block;
    font-size: 11px;
}

.wpcf7-form .inline-radio label
{
    display: inline;
}

.wpcf7-form .text, .wpcf7-form textarea
{
    border: 1px solid;
    border-color: #999 #BBB #BBB #999;
    display: block;
    font-size: 14px;
    padding: 3px;
}

#wpcf7-f2-p336-o1 .wpcf7-form
{
    width: 458px;
}

#wpcf7-f2-p336-o1 .text, #wpcf7-f2-p336-o1 textarea { width: 450px; }


.wpcf7 .medium
{
    clear: none;
    float: left;
    margin-right: 18px;
    width: 220px;
}
.wpcf7 .medium .text
{
    width: 212px !important;
}

.wpcf7 .medium.right
{
    margin-right: 0;
}

.wpcf7 .one-third
{
    clear: none;
    float: left;
    margin-right: 20px;
    width: 100px;
}
.wpcf7 .one-third.right
{
    margin-right: 0;
}
.wpcf7 .one-third .text
{
    width: 92px !important;
}

.wpcf7 .two-third
{
    clear: none;
    float: left;
    width: 357px;
}
.wpcf7 .two-third .text
{
    width: 329px !important;
}
.wpcf7 .two-third.right
{
    clear: none;
    float: left;
    width: 337px;
}

.wpcf7 span.wpcf7-list-item
{
    margin-left: 0;
}

.wpcf7 p
{
    clear: both;
    margin: 0;
    padding: 0 0 15px 0;
}

.wpcf7 span.wpcf7-not-valid-tip
{
    border: none;
    font-size: 11px;
    background: #F00;
    color: #FFF !important;
}

.wpcf7 select
{
    width: 370px;
}

#booking-controls, #contact-controls
{
    clear: both;
    text-align: right;
}

img.ajax-loader
{
    margin-right: 5px;
}

.wpcf7 fieldset
{
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.wpcf7 legend
{
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#contact-controls
{
    width: 480px;
}

.wpcf7-not-valid-tip-no-ajax
{
    color: red;
    font-size: 11px;
}

.wpcf7-validation-errors
{
    color: red;
    font-weight: bold;
    width: 458px;
}

.wpcf7-mail-sent-ok
{
    color: green;
    font-weight: bold;
    width: 458px;
}


.booking-button
{
    background: url(img/buchen.gif);
    display: block;
    width: 90px;
    height: 27px;
    text-indent: -999em;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#room-selection-column
{
    position: relative;
}


#wp-table-reloaded-id-1-no-1 .column-1
{
    font-weight: bold;
}


.remooz-box
{
	z-index: 1000 !important;
}
