/*
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;
}
ul, li{
	list-style-type:none;
}

body {
	font-size:12px; 
	font-family:Verdana, Arial, Sans-Serif;
	background:#e8e2c8 url(/blog/nav/bg.gif) center top repeat-y;
	color:#000;
	text-align:center;
	margin:0;
}

#page {
  position:relative;
	background:#604d2c;
	text-align:left;
	margin:0 auto;
	padding:0;
	width:972px;
}

#header {
	padding:0;
	height:153px;
	width:100%;
	background:#fff url(/blog/nav/bg_header.gif) 0 0 no-repeat;
}
#header .logo a, #header .mohrenwirt a{
	background:url(/blog/nav/logo.gif) 0 0 no-repeat;
	width:165px;
	height:44px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	left:730px;
	top:35px;
	overflow:hidden;
}
#header .mohrenwirt a{
	background-image:url(/blog/nav/logo_mohrenwirt.gif);
	width:130px;
	height:61px;
	left:50px;
	top:30px;
}
#headermenu{
	position:absolute;
	top:98px;
	right:70px;
	color:#666;
	font-size:10px;
}
#headermenu a{
	color:#666;
	text-decoration:none;
}
#headermenu a:hover{
	text-decoration:underline;
}

.content .entry {
	line-height:16px;
	padding:10px;
	width:601px;
	overflow:hidden;
}
#footer {
	background:#3a2d1a url(/blog/nav/bg_footer.gif) 0 0 no-repeat;
	padding-top:45px;
	border:0;
	margin:0 auto;
	width:972px;
	clear:both;
	height:75px;
}
#footer p {
	color:#d9d4ba;
	font-size:11px;
	float:left;
	line-height:20px;
	margin:0 37px;
}
#footer a{
	color:#d9d4ba;
}
#footer a.ncm, #footer a.wfl, #footer a.naturidyll{
	background-image:url(/nav/logo_ncm.gif);
	width:105px;
	height:25px;
	text-indent:-9999px;
	display:block;
	margin-top:20px;
}
#footer a.ncm:hover{background-position:0 -25px;}
#footer a.wfl{
	background-image:url(/nav/logo_wfl.gif);
	height:31px;
	width:80px;
	margin-top:15px;
}
#footer a.naturidyll{
	background-image:url(/nav/logo_landidyll.gif);
	height:30px;
	width:131px;
	margin-top:10px;
}

small {
	font-size:10px;
	line-height:14px;
}

h1, h2, h3{
	font-weight:bold;
}
h1 {
	font-size:18px;
}

h2.description {
	font-size:14px;
	text-align:center;
}

h2 {
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
}
.content h2{
	font-weight:normal;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size:13px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	text-decoration:none;
	color:#fff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration:none;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size:11px;
}
#respond, #respond a, .commentlist, .commentlist a, .white{
	color:#fff;
}
.white, #respond{
	clear:both;
	padding-top:10px;
}

.commentlist li ul li {
	font-size:10px;
} 

.commentlist li {
	font-weight:bold;
	border-bottom:1px solid #fff;
}

.commentlist li .avatar { 
	display:none;
}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:11px;
}

.commentlist p {
	font-weight:normal;
	line-height:16px;
	text-transform:none;
	margin-bottom:0;
}

.commentmetadata {
	font-weight:normal;
}

small, .nocomments, blockquote, strike {
	color:#fff;
}

code {
	font:11px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size:10px;
}

a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.time{
	background:url(/blog/nav/bg_cal.gif) left center no-repeat;
	width:85px;
	height:42px;
	display:block;
	float:right;
	color:#76af20;
	padding:13px 0 0 5px;
	font-size:11px;
}
.time span{
	font-size:24px;
	float:left;
	margin-right:2px;
}
.time strong{
	text-transform:uppercase;
	font-size:12px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size:9px;
}

#wp-calendar a {
	text-decoration:none;
}

#wp-calendar caption {
	font-weight:bold;
	text-align:center;
}

#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

.content {
	float:left;
	padding:22px 12px 0 12px;
	width:621px;
}

.post {
	background:#f7ede1 url(/blog/nav/bg_post.gif) bottom right no-repeat;
	margin-bottom:14px;
}
.post h2{
	background:url(/blog/nav/bg_post_h2.gif) left top no-repeat;
	font-size:22px;
	padding:10px 100px 10px 60px;
	margin:0;
	color:#76af20;
}
.post h2 a{
	color:#76af20;
}
.post p, .post ul{
	margin-bottom:16px;
}

.post hr {
	display:block;
}

.postmetadata {
	clear:both;
	color:#666;
	padding:10px;
	font-size:10px;
}
.postmetadata a{
	color:#666;
}
.postmetadata .comment{
	float:right;
	margin-top:-12px;
}


.clear {
	clear:both;
}


/* End Structure */


/* Begin Images */
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;
}
.post img.alignright, .post img.alignleft{
	margin:0 0 5px 10px;
	display:inline;
	border:5px solid #635a44;
}
.post img.alignleft{
	margin:0 10px 5px 0;
}

.alignright {
	float:right;
}

.alignleft {
	float:left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left:0px;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
}

html>body .entry li {
	margin:7px 0 8px 10px;
}
*+html body .entry li{display:inline-block;}
* html body .entry li{display:inline-block;}

.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;
}

#sidebar{
	width:270px;
	border-left:16px solid #837054;
	background-color:#685533;
	color:#fff;
	padding:30px 20px 0 20px;
	overflow:hidden;
}
#sidebar h2{
	color:#a9da5c;
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
}

#sidebar ul, #sidebar ul ol {
	margin:0;
	padding:0;
}
#sidebar ul li {
	list-style-type:none;
	list-style-image:none;
}

#sidebar ul p, #sidebar ul select {
	margin:5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	background:url(/blog/nav/bg_sidebar_ul.gif) bottom left repeat-x;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

#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:0;
	padding:0;
}

#sidebar ul ul li a, #sidebar ul ol li a{
	background:url(/blog/nav/sidebar_li.gif) 6px 3px no-repeat;
	padding:3px 0 3px 28px;
	display:block;
	font-size:12px;
	color:#fff;
}
.post a.readmore{
	background:url(/blog/nav/sidebar_li.gif) 6px 3px no-repeat;
	padding:1px 0 1px 28px;
}

.post li{
	padding-left:20px;
	background:url(/blog/nav/libullet.gif) 5px 6px no-repeat;
}

#sidebar #tagcloud ul{
	background:url(/blog/nav/bg_tagcloud.gif) 0 0 no-repeat;
	width:213px;
	height:77px;
	padding:35px 25px;
	text-align:center;
	overflow:hidden;
}
#tagcloud a{
	color:#3a2d1a;
	text-decoration:none;
}
#tagcloud a:hover{
	text-decoration:underline;
}
#sidebar #flickr h2{
	background:url(/blog/nav/logo_flickr.gif) top right no-repeat;
}
#sidebar #flickr ul{
	background:#7c6944;
	padding:11px 0 0 11px;
}
#sidebar #flickr img{
	margin:0 11px 11px 0;
}
#sidebar #twitter_div #twitter_update_list{
	background-color:#7c6944;
	padding:5px 10px;
	background-image:none;
}
#sidebar #twitter_div #twitter_update_list li{
	background:url(/blog/nav/bg_sidebar_ul.gif) left bottom repeat-x;
	padding:10px 0;
}
#sidebar #twitter_div h2{
	background:url(/blog/nav/bg_twitter_updates.gif) top right no-repeat;
	margin-top:30px;
}
a.rss{
	width:75px;
	height:40px;
	display:block;
	background:url(/blog/nav/rss.gif) top left no-repeat;
	float:right;
	margin-top:25px;
	overflow:hidden;
	color:#fff;
	padding-left:45px;
	line-height:18px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	position:absolute;
	right:25px;
	top:121px;
}
#searchform #searchsubmit{
	width:27px;
	height:32px;
	display:block;
	overflow:hidden;
	text-indent:-19999px;
	background:url(/blog/nav/bg_search.gif) 0 0 no-repeat;
	border:none;
	float:left;
	margin-right:10px;
	font-size:1px;
	color:#eadacd;
	cursor:pointer;
}
#searchform #s {
	border:1px solid #645131;
	padding:3px;
	color:#9c8e65;
	font-size:11px;
	width:225px;
	margin-top:4px;
}

.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 0 1px 0;
	color:#685533;
	border:1px solid #f7ede1;
}
#commentform input#submit{
	background-color:#837054;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}

#commentform textarea {
	width:100%;
	padding:2px;
	color:#685533;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#respond:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#commentform #submit {
	margin:0 0 5px auto;
	float:right;
}
/* End Form Elements */



/* 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;
}
.children { 
  padding: 0;
}

#commentform p {
	margin:5px 0;
}

.nocomments {
	text-align:center;
	margin:0;
	padding:0;
}

.commentmetadata{
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar{
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}

#wp-calendar #next a {
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a {
	padding-left:10px;
	text-align:left;
}

#wp-calendar a {
	display:block;
}

#wp-calendar caption {
	text-align:center;
	width:100%;
}

#wp-calendar td {
	padding:3px 0;
	text-align:center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background:#fff; 
}
/* End Calendar */



/* 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;
	color:#fff;
}
.navigation a{
	color:#fff;
}
/* End Various Tags & Classes*/



/* 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;
}
/* End captions */

#menu{
	position:absolute;
	top:119px;
	left:0;
	background-color:#f7ede1;
	padding-left:20px;
}
#menu li{
	float:left;
	margin-right:17px;
}
#menu li a{
	background:url(/blog/nav/logos.gif) 0 -2px no-repeat;
	height:34px;
	width:118px;
	display:block;
	text-indent:-19999px;
	overflow:hidden;
}
#menu li a:hover{background-position:0 -42px;}
#menu li a#flickr{
	background-position:-418px -2px;
	width:86px;
}
#menu li a#flickr:hover{background-position:-418px -42px;}

#menu li a#twitter{
	background-position:-266px -2px;
	width:129px;
}
#menu li a#twitter:hover{background-position:-266px -42px;}

#menu li a#panoramio{
	background-position:-621px -2px;
	width:130px;
}
#menu li a#panoramio:hover{background-position:-621px -42px;}
#menu li a#youtube{
	background-position:-155px -2px;
	width:80px;
}
#menu li a#youtube:hover{background-position:-155px -42px;}

#topimg{
	position:absolute;
	top:8px;
	left:216px;
	border:3px solid #d4cec4;
}