/*
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:12px; 
	font-family:Verdana, Arial, Sans-Serif;
	color:#000;
	margin:20px 0 20px 0;
	padding:0; 
	background-color: #f1ecce;
}
#page {
	position:relative;
	background:url(images/bg_top.jpg) #fff 0 0 no-repeat;
	margin:0 auto;
	padding:0;
	width:930px;
	border: 2px solid #5c0b0c;
}
#header {
	padding:0;
	height:280px;
	width:100%;
	position:relative;
}
#header h1 a{
	overflow:hidden;
	background:url(images/logo.gif) 0 0 no-repeat;
	width:116px;
	height:194px;
	display:block;
	text-indent:-19999px;
	left:35px;
	top:38px;
	position:absolute;
	
}
#header h2.description{
	display:none;
}
.content .entry {
	line-height:16px;
}
#footer {
	background:#fff;
	border:0;
	padding:0;
	margin:0 auto;
	width:930px;
	clear:both;
}
#footer p {
	margin:0;
	padding:10px 0;
	border-top:1px solid #ccc;
}
small {
	font-size:10px;
	line-height:14px;
	color:#fff;
}
.content ul, .content ol, .content p, .content dl, .content h1, .content h3 {
	margin-top:10px;
}
h1 {
	font-size:12px;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:11px;
}
.content table{
	border-collapse:collapse;
	margin:20px 0;
}
.content table td{
	border:1px solid #ccc;
	padding:5px;
}


#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:#5c0b0c;
	/*color:#002c60;*/
}
a:hover {
	/*color:#147;*/
	color: #8c191b;
	text-decoration:none;
}
a.rss, a.trackback, a.comments, span.tags, small.time {
  padding:2px 18px 2px 22px;
  height:16px;
  line-height:16px;
}
a.rss {background:url(images/rss.png) 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;}
span.tags {background:url(images/tags.gif) left center no-repeat;}
small.time {background:url(images/clock.gif) left center no-repeat;}

/* Begin Structure */

.content {
	float:left;
	padding:0 0 20px 0;
	margin:55px 0 0 209px;
	width:514px;
	min-height:500px;
}
.content h2{
	border-bottom:1px solid #5c0b0c;
	text-transform:uppercase;
	font-size:12px;
}
.content h2 a{
	text-decoration:none;
}

.post {
	margin:0 0 40px;
	/* text-align:justify; */
}
.post hr {
	display:block;
}
.postmetadata {
	clear:both;
	text-align:center;
	padding:5px 10px;
	border:1px solid #5c0b0c;
	margin-top:0 !important;
}

.hellblau{
	/*background-color:#8c191b;*/
	clear:both;
	padding:10px 0 5px 45px;
	margin-top:10px;
	background:url("images/datum_back.gif") no-repeat scroll 0 0 transparent;
	height:25px;
}
.hellblau .kommentar{
	/*background-color:#aeddd7;*/
	
	color:#FFFFFF;
	float:right;
	margin-top:1px;
	padding:0 5px;
}
.post-teaser{
	clear:both;
	margin:20px 0 10px 0;
}
.post-teaser a{
	padding:2px 5px;
	background-color:#aeddd7;
}
.post-teaser a:hover{
	color:#fff;
	background:#002c60;
}
.kommentieren {
	background-color:#F1ECCE;
	display:block;
	float:left;
	margin:0;
	padding:5px;
	width:504px;
	margin-bottom: 10px;
}
.related_posts{
	margin-top:20px;
}
#adresse{
	position:absolute;
	right:10px;
	top:20px;
	z-index:100;
	line-height:20px;
}
/* End Structure */

p img {
	padding:0;
	max-width:100%;
}
/*	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 {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}
.alignright, .right {
	float:right;
}
.alignleft, .left {
	float:left
}
.clear {
	clear:both;
}

/* 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:0 0 10px 0;
	margin-left:742px;
	width:188px;
	font-size:11px;
}
#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:29px;
}
#sidebar ul p, #sidebar ul select {
	margin:5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin-left:10px;
	padding:0;
	/*background-color:#edf7f7;*/
	border-top:1px solid #5c0b0c;
}
#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:5px 10px;
}
#sidebar h2 {
	font-size:11px;
	margin:5px 0 0 10px;
	padding:0;
	text-transform:uppercase;
	text-align:left;
	color:#5c0b0c;
	font-weight:normal;
}
#sidebar #lage a {
	width:178px;
	height:100px;
	display:block;
	background:url(images/lage.gif) no-repeat 0 0;
	text-indent:-19999px;
	overflow:hidden;
}

/* Begin Form Elements */

#searchform {
	margin:0 auto;
	padding:5px 3px;
	/*text-align:center;*/
}
#sidebar #searchform #s {
	width:150px;
	height:19px;
	padding:0;
}
#sidebar #searchsubmit {
	padding:0;
	border:none;
	margin-top:10px;
}
.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 {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
}
#commentform textarea {
	width:100%;
	padding:2px;
}
#respond:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#commentform #submit {
	margin:0 0 5px auto;
	float:right;
}

/* Begin Comments*/

.commentlist {
	padding:0;
	/* text-align:justify; */
}
.commentlist li {
	margin:15px 0 10px;
	padding:5px 5px 10px 10px;
	list-style:none;
}
.commentlist li ul li {
	margin-right:-5px;
	margin-left:10px;
}
.commentlist p {
	margin:10px 5px 10px 0;
}
.commentlist li .avatar { 
	float:right;
	border:1px solid #eee;
	padding:2px;
	background:#fff;
}
.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:11px;
}
.commentmetadata {
	font-weight:normal;
}
#commentform p {
	margin:5px 0;
}
.nocomments {
	text-align:center;
	margin:0;
	padding:0;
}
.commentmetadata{
	margin: 0;
	display: block;
}

/* 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;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
}
input{
	border:1px solid #999;
}

/* 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:#bbbbbb;
	font-family:Arial, Helvetica, sans-serif;
}
#ncm:hover, a#ncm:focus{
	background-position:0 -48px;
	color:#000000;
	outline:none;
}
#ncm b{
	display:none;
}
/*************************share this*********************/
a.tt {
  background:url(images/nav/tt-twitter.png) 0 -1px no-repeat;
  height:18px;
  line-height:18px;
  text-decoration:none;
  padding-left:20px;
  font-size:11px;
  margin-top:16px;
  float:left;
}
a.fb {
  background:url(images/nav/facebook.png) 0 -1px no-repeat;
  height:18px;
  line-height:18px;
  text-decoration:none;
  padding-left:20px;
  font-size:11px;
  margin-left:10px;
}

a.rss_content {
  background:url(images/nav/rss_content.gif) 0 -2px no-repeat;
  height:18px;
  line-height:18px;
  text-decoration:none;
  padding-left:22px;
  /*margin-left:25px;*/
  font-size:11px;
}
a.mail_content {
  background:url(images/nav/mail_content.gif) 0 0 no-repeat;
  height:18px;
  line-height:18px;
  text-decoration:none;
  padding-left:26px;
  /*margin-left:27px;*/
  font-size:11px;
}
a.read_more {
  background:#f0f0f0;
  text-decoration:none;
  padding:3px 12px;
  border:1px solid #e5e5e5;
}
p.facebook {
  text-decoration:none;
  margin:10px 0;
  text-align:left;
}
a.tt, p.facebook a {
  text-decoration:none;
}
a.tt:hover, p.facebook a:hover {
  text-decoration:underline;
}
div.docking{
	display:block;
	margin-top:10px;
}
/********************************kontakt****************************/
#sidebar span.tel, #sidebar a.facebook, #sidebar span.mail, #sidebar span.mobile, #sidebar a.mail, #sidebar a.skype, #sidebar a.xing, #sidebar a.twitter, #sidebar a.rss {
  width:126px;
  height:28px;
  padding-left:34px;
  display:block;
  line-height:28px;
  margin:0;
} 

#sidebar a.facebook {
  background:url(images/nav/facebook.gif) 9px 6px no-repeat;
}
#sidebar span.tel {
  background:url(images/nav/tel.gif) left top no-repeat;
}

#sidebar span.mobile {
  background:url(images/nav/mobile.gif) left top no-repeat;
}

#sidebar a.mail {
  background:url(images/email.gif) left top no-repeat;
}

#sidebar span.mail, span.mail {
  background:url(images/email.gif) 0 3px no-repeat;
  padding-left:22px;
}

#sidebar a.skype {
  background:url(images/nav/skype.gif) left top no-repeat;
}

#sidebar a.xing {
  background:url(images/nav/xing.gif) left top no-repeat;
}

#sidebar a.twitter {
  background:url(images/nav/twitter.gif) 5px 4px no-repeat;
}

#sidebar a.rss {
  background:url(images/nav/rss.gif) left top no-repeat;
}
/* *******************************************sidemenu************************************ */
#sidemenu{
	border:1px solid #ccc;
	top:150px;
	position:fixed;
	_display:none;
}
#sidemenu#home, #sidemenu#top, #sidemenu#home, #sidemenu#rss{
	text-indent:-19999px;
	display:block;
}

/* *******************************************abonnieren************************************ */
#abonnieren{
	position:absolute;
	right:10px;
	top:150px;
	list-style:none;
	margin:0;
	padding:0;
}
#abonnieren li{
	padding:5px 0;
}
#abonnieren p{
	padding:5px 0;
}
#abonnieren input{
	width:168px;
	border:1px solid #999;
}
#abonnieren input.button{
	width:168px;
	background-color:#8ed1cb;
	height: 30px;
	border:0px solid;
	/*border-color:#c9e9e6 #42615e #243433 #a9dcd7;*/
	padding:0 0 8px;
	background:url(images/nav/abonnieren.gif) no-repeat;
	color:#fff;
}
#abonnieren h2 {
	font-size:11px;
	margin:5px 0;
	padding:0;
	text-transform:uppercase;
	text-align:right;
	color:#002c60;
	font-weight:normal;
}

/* *******************************************flickr************************************ */
#flickr{
	text-align:center;
}
#flickr img{
	padding:7px;
}

/* *******************************************left************************************ */
#leftul{
	width:191px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:318px;
	left:-2px;
	background:url(images/nav/left_button.gif) 0 0 repeat-x;
}
#leftul li{
	margin-top:15px;
}
#leftul h2{
	font-size:11px;
	padding:0 0 2px 0;
	text-indent:10px;
	text-transform:uppercase;
	text-align:left;
	color: #5c0b0c;
	font-weight:normal;
	/*border-bottom:1px solid #5c0b0c;*/
	margin-bottom:1px;
	margin-top:-8px;
	font-weight: bold;
}

/*******************
       Gallery
*******************/
#gallerythumb img{
	border:3px solid #8ed1cb;
	margin:3px;
	padding:1px;
	float:left;
}
/*------------------FACEB LIN--------------*/
a#faceb{
	background:url(/nav/find_us_on_facebook.gif) 0 0 no-repeat;
	height:53px;
	width:188px;
	text-indent:-19999px;
	overflow:hidden;
	display:block;
	margin:0;
	}
	a#faceb:hover{
		background-position:0 -54px;
		}
.gallery .gallery-item { 
	width:auto !important;
}
