                                                          /*
Theme Name: CUBE Hotels
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Florian Fruehstueck
Author URI: http://kafae.com/
Tags: 

*/


/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  }

a {
  color: #f67d1d;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }
a.more-link, a.more-link:link, a.more-link:hover {
  color: #f67d1d;
  vertical-align: middle;
}
blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
    font: 12px arial, helvetica, sans-serif;
	background: #fff;
	color: #000000;
  }

/* Header and wrapper */
#blog_theme_header {
	/*Winter
  background: url('img/blog_theme_image_Winter.jpg') no-repeat top left;
  */
  background: url('img/blog_theme_image.jpg') no-repeat top left;		
	margin-bottom: 70px;
}
#wrapper {
  margin: 0;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 240px;
  }

#header #topright {
	position: absolute;
	top: 20px;
	left: 722px;
	background: url(img/bg_topnav.png) no-repeat top left;
	width: 335px; 
	height: 26px;
}
#header #topright ul {
  list-style: none;
  padding: 3px 0 0 0px;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #000000;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 0 4px 0 8px;
  background: url(img/bg_topmenu.gif) no-repeat center left;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  margin: 0;
  padding: 60px 0px;
}
#header h1 {

  padding: 0;
  margin: 0;
  }
#header h1 a {
	background: url(img/logo.png) no-repeat top right;
	text-indent: -5000px;
  float: left;
  width: 420px;
  height: 127px;	
  color: #fff;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  padding: 15px 0 0 15px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
/*
  line-height: 44px;
  padding: 0 20px 0 15px;
  font-size: 10pt;
*/
  margin: 0;
  color: #000000;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #f67d1d;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 940px;
  padding-bottom: 5px;
  }
#contentwrapper_top, #contentwrapper_bottom { background: url(img/bg_content_top.png) no-repeat 0 0; padding: 25px 0; float:left; }
#contentwrapper_bottom {  background: url(img/bg_content_bottom.png) no-repeat bottom left; padding: 0 0 20px 0;  }
#contentwrapper {
	background: url(img/bg_content.png) repeat-y;
  width: 588px;
  margin: 0;
  padding: 0 40px;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 0 0 10px 0;
  padding-top: 15px;
  font-size: 14pt;
  letter-spacing: -1px;
	color:#f67d1d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
  font-weight: normal;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0 0 25px 0;
  }
.topPost h2.topTitle a {
	font: 24px Arial, Helvetica, sans-serif; 
  color: #f67d1d;
  text-decoration: underline;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 12px;
  color: #000000;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #f67d1d;
  }
.topPost div.topContent {
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #000;
  margin-bottom: 10px;
  }
  /*
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
  */
.topPost span.linkpages {
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
  /*
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
  */
.topPost span.topComments a {
  color: #f67d1d;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #f67d1d;
  font-weight:bold;
  font-size:14px;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #f67d1d;
  }
.topPost span.topTags a {
  color: #f67d1d;
  line-height: 27pt;
  vertical-align: middle;
  }
  /*
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }
*/
#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #f9af73;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0px 15px 10px 15px;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  }
#comments p a:hover {
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  list-style-type: none;
  }
.commentlist li.alt {
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }
.commentlist small.commentmetadata a {
  }
.commentlist p {
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#f67d1d; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #f67d1d;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin: 0;
  float: right;
  width: 200px;
  color: #000;
  }
#sidebars .sidebarbox {
  background: url(img/bg_sidebar.png) repeat-y center center;
  padding: 0px 15px;
  }
#sidebars .sidebarhead {
  background: url(img/bg_sidebar.png) no-repeat left top;
  padding-top: 25px;
  }
#sidebars .widget_extended-categories, #sidebars .widget_extended_categories_init {
  background: url(img/hl_widget_extended-categories.png) no-repeat left top;
  padding-top: 64px;
} 
#sidebars .widget_recent_comments {
  background: url(img/hl_widget_recent_comments.png) no-repeat left top;
  padding-top: 64px;
}
#sidebars .widget_recent_entries {
  background: url(img/hl_widget_recent_entries.png) no-repeat left top;
  padding-top: 64px;
}
#sidebars .widget_recent_comments .sidebarhead, 
#sidebars .widget_recent_entries .sidebarhead, 
#sidebars .widget_extended-categories .sidebarhead,
#sidebars .widget_extended_categories_init .sidebarhead{
  background: url(img/1x1.gif) no-repeat left top;
  padding-top: 0px;
}

#sidebars .widget_recent_comments .widgettitle,
#sidebars .widget_recent_entries .widgettitle,
#sidebars .widget_extended-categories .widgettitle, 
#sidebars .widget_extended_categories_init .widgettitle {display: none;}

#sidebars .sidebarbottom {
  background: url(img/bg_sidebar.png) no-repeat right bottom;
  padding-bottom: 25px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font:  16px Arial, Helvetica, sans-serif; 
  color: #000000;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 0px;
  list-style: none;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #f67d1d;
  }
#sidebars a:hover {
  color: #f67d1d;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  color: #000000;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #ff6701 url(img/bg_footer.gif) top left repeat-x;
  padding: 15px;
  color: #000;
  margin: 0;
  
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  line-height: 170%;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  }
#morefoot a {
  text-decoration: underline;
  color: #fff;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #fff;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 210px;
  }
#morefoot .col2 {
  margin: 0;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
padding-left:10px;
width:210px;
  }
#morefoot li {
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(img/more.gif) left 2px no-repeat;
  line-height: 20px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  background: #000;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* 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: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



.hr { background: url(img/bg_hr.gif) repeat-x center left; height: 11px; overflow: hidden; }
#hl_kontakt, #hl_oeffnungszeiten, #hl_ferienregion { text-indent: -5000px; height: 28px; width: 177px; }
#hl_kontakt { background: url( img/hl_kontakt.gif ) no-repeat top left; }
#hl_oeffnungszeiten { background: url( img/hl_oeffnungszeiten.gif ) no-repeat top left; }
#hl_ferienregion { background: url( img/hl_ferienregion.gif ) no-repeat top left; }

.wp-image-13 { border: 5px solid #cee6ed; padding: 2px; }

#tirol { position: absolute; left: 876px; top: 35px; width: 63px; height: 24px; }

#search { position: absolute; left: 642px; top: 90px; width: 307px; height: 55px; background: url(img/bg_searchbox.png) no-repeat top left; }
#searchboxtop { border: 0px; position: absolute; left: 97px; top: 16px; height: 22px; width: 150px; padding-top: 2px;}
#searchsubmittop { border: 0px; position: absolute; left: 260px; top: 19px; }
.nobg { background: url(img/1x1.gif) no-repeat top left !important; }

#murmeltiere { text-align: right; padding-right: 80px; margin-top: -60px; position: relative; width: 880px;}
#logo_small { position: absolute; left: 840px; margin-top: -30px; }


/* home */
/* #nav #home a { background: url(img/hauptnavi.png) no-repeat 0px 0; width: 163px; height: 84px; text-indent: -5000px; } */
/* #nav #ende { background: url(img/hauptnavi.png) no-repeat -911px 0; width: 24px; height: 84px; text-indent: -5000px; } */

/* #nav .cat-item-4 a { background: url(img/hauptnavi.png) no-repeat 0px 0; width: 199px; height: 64px; text-indent: -5000px; } */
/* #nav .cat-item-5 a { background: url(img/hauptnavi.png) no-repeat -200px 0; width: 200px; height: 64px; text-indent: -5000px; } */
#nav .cat-item-6 a { background: url(img/hauptnavi.png) no-repeat -0px 0; width: 158px; height: 64px; text-indent: -5000px; }
#nav .cat-item-7 a { background: url(img/hauptnavi.png) no-repeat -158px 0; width: 105px; height: 64px; text-indent: -5000px; }
#nav .cat-item-8 a { background: url(img/hauptnavi.png) no-repeat -263px 0; width: 150px; height: 64px; text-indent: -5000px; }
/* #nav .cat-item-9 a { background: url(img/hauptnavi.png) no-repeat -778px 0; width: 157px; height: 64px; text-indent: -5000px; } */

/* #nav .cat-item-4.current-cat a { background: url(img/hauptnavi.png) no-repeat 0px -70px; width: 199px; height: 64px; text-indent: -5000px; } */
/* #nav .cat-item-5.current-cat a { background: url(img/hauptnavi.png) no-repeat -200px -70px; width: 200px; height: 64px; text-indent: -5000px; } */
#nav .cat-item-6.current-cat a { background: url(img/hauptnavi.png) no-repeat -0px -70px; width: 158px; height: 64px; text-indent: -5000px; }
#nav .cat-item-7.current-cat a { background: url(img/hauptnavi.png) no-repeat -158px -70px; width: 105px; height: 64px; text-indent: -5000px; }
#nav .cat-item-8.current-cat a { background: url(img/hauptnavi.png) no-repeat -263px -70px; width: 150px; height: 64px; text-indent: -5000px; }
/* #nav .cat-item-9.current-cat a { background: url(img/hauptnavi.png) no-repeat -778px -70px; width: 157px; height: 64px; text-indent: -5000px; } */

