/*
Theme Name: ncm
Theme URI: 
Description: WP theme designed by <a href="http://www.ncm.at">ncm.at</a>
Version: 1.2
Author: ncm
Author URI: http://www.ncm.at
*/
* {
  margin:0;
  padding:0;
}
/* Begin Typography & Colors */
body {
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
	background:#efefef url(images/bg_stars.gif) center top no-repeat;
	color:#000;
	margin:0 0 20px 0;
	padding:0; 
}
#page {
	position:relative;
	margin:0 auto;
	padding:0;
	width:900px;
}
#header {
	padding:0;
	height:380px;
	width:100%;
}
#header h1 a{
	width:175px;
	height:72px;
	display:block;
	text-indent:-19999px;
	position:absolute;
	right:0;
	top:20px;
	background:url(images/logo.gif) 0 0 no-repeat;
	overflow:hidden;
}
#header a.feed{
	position:absolute;
	top:12px;
	background:url(images/bg_feed.gif) 0 0 no-repeat;
	display:block;
	padding:16px 0 0 40px;
	color:#ff7a0f;
	text-decoration:none;
}
#header a.feed:hover{text-decoration:underline;}
#header img{
	position:absolute;
	top:100px;
}
#header .feedburnerform{
	position:absolute;
	top:10px;
	left:150px;
	width:250px;
	overflow:hidden;
	color:#ff7a0f;
	font-size:11px;
}
#header .feedburnerform input{
	border:1px solid #ff7a0f;
	color:#666;
}
#header .feedburnerform .fbsubmit{
	color:#fff;
	height:19px;
	background-color:#ff7a0f;
	font-size:10px;
	border:none;
	margin-top:1px;
	cursor:pointer;
}
.content .entry {
	line-height:18px;
	margin-top:50px;
}
.content p.fb{
	margin-top:-33px;
	margin-left:85px;
}
.content a.facebook_content, .content a.twitter_content, .content a.rss_content, .content a.mail_content{
	padding-left:25px;
	background:url(images/icon_facebook.gif) 0 0 no-repeat;
	text-decoration:none;
	font-size:12px;
	padding-top:1px;
}
.content a.twitter_content, .content a.rss_content{
	margin-right:10px;
	padding-left:20px;
}
.content a.twitter_content{background-image:url(images/icon_twitter.gif);}
.content a.rss_content{background-image:url(images/icon_rss.gif);}
.content a.mail_content{background-image:url(images/icon_mail_content.gif);}
.content .related_posts li{
	list-style-type:none;
	background:url(images/arrow.gif) 0 5px no-repeat;
	padding-left:12px;
}
.rss_content{
	clear:both;
}
#footer {
	padding:10px 0;
	margin:20px auto;
	width:900px;
	clear:both;
}
#footer p {
	margin:0;
	padding:0;
	color:#666;
}
small {
	font-size:10px;
	line-height:14px;
}
.content ul, .content ol, .content p, .content dl, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6  {
	margin-bottom:16px;
}
h1 {
}
.content h2{
	
	color:#9d1c33;
	font-size:18px;
	font-weight:normal;
	padding-bottom:3px;
	clear:both;
}
.content h2 a{
	text-decoration:none;
}

.content .entry h2{
	font-size:14px;
	font-weight:bold;
	border:none;
}
h3{
	color:#9d1c33;
	font-size:13px;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color:#777;
}
code {
	font:11px 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps{
	font-size:10px;
}
a {
	color:#9d1c33;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.rss, a.trackback, a.comments{
  padding:2px 18px 2px 22px;
  height:16px;
  line-height:16px;
}
a.rss {background:url(images/icon_rss.gif) left center no-repeat;}
a.trackback {background:url(images/trackback.gif) left center no-repeat;}
a.comments {background:url(images/comments.gif) left center no-repeat;}

small.time{
	background-color:#fff;
	/*position:absolute;
	left:0;
	top:40px;*/
	color:#666;
	font-size:13px;
	border-bottom:3px solid #9d1c33;
	padding:5px;
	width:130px;
	text-align:center;
	height:14px;
	overflow:hidden;
}

/* Begin Structure */

.content {
	float:left;
	padding:30px 20px 0 0;
	margin:0;
	width:440px;
}
.post {
	margin:0 0 40px 0;
	/*text-align:justify;*/
	position:relative;
}
.post:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}
.post hr {
	display:block;
}
.postmetadata {
	clear:both;
	background-color:#f6f6f6;
	color:#898989;
	padding:10px;
	font-size:11px;
}
.postmetadata a{
	color:#898989;
}
.comments{
	background:#b6b3b3;
	border:1px solid #000;
	width:128px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:3px 0;
	/*margin-top:-16px;*/
}

/* End Structure */

p img, .content img {
	padding:0;
	max-width:100%;
	border:4px solid #fff;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	margin:0 0 10px 15px;
	display:inline;
}
img.alignleft {
	margin:0 15px 10px 0;
	display:inline;
}
.alignright, .right {
	float:right;
}
.alignleft, .left {
	float:left
}
.clear {
	clear:both;
}
a.more{
	clear: both;
	float:right;
	text-decoration:none;
	background-color:#f6f6f6;
	border:1px solid #b6b3b3;
	padding:3px 0;
	width:128px;
	text-align:center;
	display:block;
	margin-bottom:10px;
}
a.more:hover{background-color:#b6b3b3;}

/* Begin Lists */

html>body .entry ul {
	margin-left:0;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
}
html>body .entry li {
	margin:7px 0 8px 10px;
}
.entry ol {
	padding:0 0 0 35px;
	margin:0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
}

/* Begin Sidebar */

#sidebar {
	padding:40px 25px;
	margin-left:460px;
	width:155px;
	background-color:#fff;
	min-height:609px;
	overflow:hidden;
}
#sidebar2 {
	padding:30px 5px 0 20px;
	width:210px;
	float:right;
}
#sidebar2 div{
	background-color:#fff;
	margin-top:20px;
	width:185px;
	padding:10px;
}
#sidebar2 div h3{
	background:url(images/h_youtube.gif) 0 0 no-repeat;
	width:185px;
	height:21px;
	text-indent:-19999px;
	display:block;
	margin-bottom:10px;
}
#sidebar2 div.flickr{
	padding-bottom:0;
	padding-right:0;
	width:195px;
}
#sidebar2 div.flickr h3{background-image:url(images/h_flickr.gif);}
#sidebar2 div.flickr a img{
	margin:0 10px 10px 0;
	width:87px;
	height:87px;
}
#sidebar2 div.anreise h3{
	background-image:url(images/h_anreise.gif);
	height:9px;
}
#sidebar2 div.youtube a, #sidebar2 div.anreise a{
	background:url(images/bg_lage_anreise.jpg) 0 0 no-repeat;
	height:120px;
	width:185px;
	display:block;
	text-indent:-19999px;
}
#sidebar2 div.youtube a{
	background-image:url(images/bg_youtube.jpg);
	height:130px;
}

#sidebar form {
	margin:0;
}
#sidebar ul, #sidebar ul ol {
	margin:0;
	padding:0;
}
#sidebar ul li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:30px;
}
#sidebar ul p, #sidebar ul select {
	margin:5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin:5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin:0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style:decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 0;
	padding:0 0 0 12px;
	background:url(images/arrow.gif) 0 5px no-repeat;
}
#sidebar h2 {
	margin-bottom:8px;
	padding:0;
	background:url(images/h_kategorien.gif) 0 0 no-repeat;
	height:9px;
	width:100px;
	display:block;
	text-indent:-19999px;
}
#sidebar #kontakt h2{background-image:url(images/h_kontaktdaten.gif);}
#sidebar #archiv h2{background-image:url(images/h_archiv.gif);}
#sidebar #linkcat-2 h2{background-image:url(images/h_linkliste.gif);}
#sidebar #tagcloud h2{background-image:url(images/h_tagcloud.gif);}
#sidebar #kontakt {
	line-height:20px;
}
#sidebar #kontakt span{
	background:url(images/icon_tel.gif) 0 0 no-repeat;
	padding-left:30px;
	cursor:default;
}
#sidebar #kontakt span.mail{background-image:url(images/icon_mail.gif);}
#sidebar #kontakt span.facebook{background-image:url(images/icon_facebook.gif);}
#sidebar #kontakt span.xing{background-image:url(images/icon_xing.gif);}

#tagcloud a{
	color:#333;
	text-decoration:none;
}
#tagcloud a:hover{text-decoration:underline;}

/* Begin Form Elements */

#searchform {
	margin:0;
	padding:0;
}
#searchform #s {
	width:137px;
	margin-right:7px;
	height:18px;
	float:left;
	color:#5e5e5e;
	font-size:11px;
	border:none;
	background:url(images/bg_search.gif) 0 0 no-repeat;
	padding:6px 0 0 25px;
}
#searchsubmit {
	width:37px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width:130px;
}

#commentform {
	margin:5px 10px 0 0;
}
#commentform input {
	background-color:#f6f6f6;
	border:1px solid #cdcdcd;
	width:176px;
	padding:2px;
	margin:3px 5px 1px 0;
}
#commentform textarea {
	width:425px;
	padding:2px;
	background-color:#f6f6f6;
	border:1px solid #cdcdcd;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
}
#respond:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#commentform input#submit {
	margin:0;
	float:right;
	width:128px;
	font-weight:bold;
	color:#9d1c33;
	cursor:pointer;
}
#commentform input#submit:hover{background-color:#cdcdcd;}

/* Begin Comments*/

.commentlist {
	padding:0;
	text-align:justify;
}
.commentlist li {
	margin:0 0 16px;
	list-style:none;
}
.commentlist li ul li {
}
.commentlist p {
	margin:10px 5px 10px 0;
}
.commentlist li .avatar {display:none;}
.commentlist cite, .commentlist cite a {font-style:italic;}
.commentmetadata {
	font-weight:normal;
	font-size:12px;
	float:right;
	margin-top:-20px !important;
}
.commentmetadata a{text-decoration:none;}
#commentform p {
	margin:5px 0;
}
.nocomments {
	text-align:center;
	margin:0;
	padding:0;
}
.commentmetadata{
	margin: 0;
	display: block;
}
.vcard{
	border-bottom:1px solid #b6b3b3;
	margin-bottom:4px;
	font-weight:bold;
	font-size:13px;
}
.vcard a{text-decoration:none;}

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
  cursor:help;
}
acronym, abbr {
	border-bottom:1px solid #999;
}
blockquote {
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}
blockquote cite {
	margin:5px 0 0;
	display:block;
}
.center {
	text-align:center;
}
.hidden {
	display:none;
}
hr {
	display:none;
}
a img {
	border:none;
}
.navigation {display:block;}

/* Captions */

.aligncenter, div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background:#f3f3f3;
	padding-top:4px;
	margin:10px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}

/* ncm logo */

#ncm{
	float:right;
	padding:12px 0 0 19px;
	width:97px;
	font-size:10px;
	text-decoration:none;
	background:url(images/ncmlogo.gif) 0 0 no-repeat;
	color:#aeaeae;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:40px;
}
#ncm:hover, a#ncm:focus{
	background-position:0 -48px;
	color:#000000;
	outline:none;
}
#ncm b{
	display:none;
}

/* footernav */

#footernav{
	border-bottom:1px solid #ccc;
}
#footer p#footernav{
	margin-bottom:10px;
	padding-bottom:10px;
}

/* partnermenu */

#partnermenu{
	float:right;
}
#partnermenu a{
	height:29px;
	width:32px;
	background:url(images/partnermenu.gif) 0 0 no-repeat;
	float:left;
	display:block;
	text-indent:-19999px;
}
#partnermenu a:hover{background-position:0 -29px;}
#partnermenu a#p_romantikhotels{
	background-position:-32px 0;
	width:44px;
}
#partnermenu a#p_romantikhotels:hover{background-position:-32px -29px;}
#partnermenu a#p_relax_guide{
	background-position:-76px 0;
	width:28px;
}
#partnermenu a#p_relax_guide:hover{background-position:-76px -29px;}
#partnermenu a#p_alpine_wellness{
	background-position:-104px 0;
	width:33px;
}
#partnermenu a#p_alpine_wellness:hover{background-position:-104px -29px;}
#partnermenu a#p_gault_millau{
	background-position:-137px 0;
	width:54px;
}
#partnermenu a#p_gault_millau:hover{background-position:-137px -29px;}
#partnermenu a#p_best_for_people{
	background-position:-191px 0;
	width:34px;
}
#partnermenu a#p_best_for_people:hover{background-position:-191px -29px;}
#partnermenu a#p_bibliotels{
	background-position:-227px 0;
	width:49px;
}
#partnermenu a#p_bibliotels:hover{background-position:-227px -29px;}


/*TEMP*/
.content p.fb {display:none}

/*PAGINATION*/
.pagination {margin-bottom:20px;}
.pagination a.page-numbers {padding: 0 5px;}
.pagination span.page-numbers {padding: 0 5px;}
