@charset "UTF-8";
/* CSS Document */

/* Lars' Fundbureau CSS Edit of the original Stationary Theme by Thijs */
/* Check larskemnitz.com or visit larsfundbureau.com */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #32312F;
	
	background: url(http://www.larskemnitz.com/larsfundbureau/images/background/bg.png) repeat left top;
	font: normal 13px/1.6em 'Lucida Grande', Lucida, Verdana, sans-serif;
}

#main {
	width: 848px;
	margin: 0 auto;
	background: url(http://static.tumblr.com/j8lh0bq/2G3krye69/paper.png) no-repeat right top;
}

#inner {
	width: 800px;
	min-height: 460px;
	margin: 44px auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	background: #f9f9f9 url(http://static.tumblr.com/j8lh0bq/eU5krye5g/master.jpg) repeat-y 0 0;
}

a {
	text-decoration: none;
	color: #656463;
}

#header {
	text-align: center;
	text-shadow: #FFF 0 1px 0;
	padding: 18px 0 22px;
	margin-left:20px;
	margin-right:20px;
	height:220px;
	/*border-bottom: 1px solid #EEE;*/
}
#tag-nav {
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	padding-left: 0px;
	padding-right: 0px;
	height: 40px;
	width: 760px;
	background: url(http://www.larskemnitz.com/larsfundbureau/images/header/tag-nav_background.jpg) center;
}
#tag-nav ul {
	width: 760px;
	margin: 0px;
}
#tag-nav ul li {
	list-style: none;
	width: 190px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	/*border-right: 1px solid #C1C1C1;*/
}
#tag-nav ul li:last-child {
	/*border-right: none;*/
}
#tag-nav ul li span {
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	/*border-right: 1px solid #C1C1C1;*/
}
#tag-nav ul li span a {
	display: block;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	color: #918986;
}
#tag-nav ul li span a:hover {
	color: #333333;
}
.container img, .container embed, .container object, .minimeta img {
	vertical-align: bottom;
}

.minimeta img {
	background: url(http://www.larskemnitz.com/larsfundbureau/images/arrow/arrow_bg.png) repeat top right;
	
}

.minimeta img:hover {
	background: url(http://www.larskemnitz.com/larsfundbureau/images/arrow/arrow_bg_hover.png) repeat top left;
}

h1 {
	font: normal 70px/1.2em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

h1 a {
	color: #918986;
}

h1 a:hover {
	color: #333333;
}

.tagline {
	margin-top: 5px;
	text-transform: uppercase;
	font: normal 11px/1.2em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	color: #6B6967;
	letter-spacing: 0.4em;
}

#sidebar {
	float: right;
	display: inline;
	width: 250px;
}

#inner-sidebar {
	
	padding: 10px 20px;
	border-left: 1px solid #EEE;
}

#entries {
	width: 510px;
	margin: 0 0 0 20px;
}

blockquote {
	padding-left: 13px;
	border-left: 2px solid #D2D2D2;
}

.entry {
	clear: left;
	margin: 30px 0 10px 0;
	padding-bottom: 20px;
	
}

.entry:last-child {
	padding-bottom: 50px;
	border-bottom: none;
}

h2 {
	font: normal 28px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

h2 a {
	color: #000;
}

.link h2, .quote h2, .chat h2 {
	font: normal 22px/1.5em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	margin-bottom: 20px;
}

.link h2 a {
	color: #42403D;
	border-bottom: 1px solid #E4E0DA;
}

h2 a:hover {
	border-bottom: 1px solid #E4E0DA;
	background-color: #FFF;
	color: #111;
}

h3, h4, h5, h6 {
	font: normal 18px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

pre {
	padding: 10px 15px;
	color: #111;
	background-color: #F1EEE9;
	line-height: 20px !important;
}

code {
	font: normal 12px Menlo, 'Bitstream Vera Sans Mono', Monaco, 'Courier New', Courier, mono !important;
}

pre code {
	text-shadow: #FFF 0 1px 1px;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ol, ul, dt {
	margin-left: 30px;
}

.meta {
	color: #6B6967;
	margin: 16px 0 0;
	font: normal 14px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

.entry p, .entry ul, .entry ol, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry pre, .entry blockquote, .media hr {
	margin-bottom: 20px;
}

.entry p:last-child, .entry ul:last-child, .entry ol:last-child,  .entry h2:last-child, .entry h3:last-child, .entry h4:last-child, .entry h5:last-child, .entry h6:last-child, .entry pre:last-child, .entry blockquote:last-child, .media hr:last-child {
	margin-bottom: 0 !important;
}

.entry p img[align=right], .entry p img[align=left] {
	padding: 4px;
	border: 1px solid #E6E6E6;
}

.entry p img[align=right] {
	margin: 0 0 8px 8px;
}

.entry p img[align=left] {
	margin: 0 8px 8px 0;
}

.content a, .meta a, #sidebar a, .page-navigation a {
	color: #42403D;
	border-bottom: 1px dotted #524F4B;
}

.content a:hover, .meta a:hover, #sidebar a:hover, .page-navigation a:hover {
	border-bottom: 1px solid #6C6A67;
}

.chat ul {
	margin: 0;
	list-style-type: none;
}

.label {
	font-weight: bold;
}

/* Wrapper escaper */

.media hr {
	height: 1px;
	background-color: #DDD;
	color: #FFF;
	clear: both;
	border: none;
}

.media .container, .audio .container {
	display: inline-block;
	padding: 4px;
	border: 1px solid #E6E6E6;
	background-color: #FFF;
	margin: 0 0 20px 0;
}

.minimeta {
	margin-left: -60px;
	float: left;
	display: inline;
}

.minimeta img {
	margin-top: 8px;
	width: 40px;
	height: 40px;
	box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 1px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -3px 1px 9px rgba(0, 0, 0, 0.2);
}

.quote h2 {
	font-style: italic;
}

.clear {
	clear: both;
}

#notes .clear {
	clear: none;
}

#sidebar h3 {
	margin: 8px 0;
	font: normal 16px/24px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

.more {
	margin-top: 25px;
}

.profilepic {
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: left;
	margin: 3px 5px 2px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 48px;
	height: 48px;
}

#fake-post {
	margin-top: 40px !important;
	padding-bottom: 8px !important;
}

/*-----------------Tag Pages------------------*/
#tag-projekte, {
	display: none;
}
#tag-projekte #lars_kemnitz {
	display: block;
}

/*-----------------Tag Pages------------------*/

.page-navigation, #notes {
	font: normal 14px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	padding: 0 0 50px;
	margin-top:20px;
}

.page-navigation .left {
	float: left;
	display: inline;
}

.page-navigation .right {
	float: right;
	display: inline;
}

.actual-footer, .search-footer {
	text-align: center;
	width: 760px;
	margin: 0 auto 20px;
}

.actual-footer {
	margin-bottom: 50px;
}

.button, .search-query {
	display: inline-block !important;
	margin: 0 !important;
	padding: 8px 15px !important;
	border: none !important;
	font: 16px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif !important;
}

.button {
	color: #989895 !important;
	background-color: #CBCBC7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	cursor:pointer;
}

.button:hover {
	color: #FFF !important;
	background-color: #333333 !important;
}

.button:active {
	color: #FFF !important;
	background-color: #4B0D26 !important;
}

.search-query {
	color: #989895;
	background-color: #D6D5D1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	width: 300px;
}

.search-query:focus {
	color: #111;
	background-color: #FFF;
}

.actual-footer {
	font: 13px/1.4em 'Lucida Grande', Lucida, Verdana, sans-serif;
	color: #6C6C69;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.actual-footer a {
	color: #3B3B39;
}

#notes ol {
	font: normal 13px/1.6em 'Lucida Grande', Lucida, Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
}

#notes li {
	display: block;
	margin: 0 0 2px !important;
	padding: 5px 8px;
	color: #656551;
	background-color: #e2e1de;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.05);
}

#notes li a {
	color: #323228;
}

.avatar {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
}

#notes blockquote {
	margin: 5px 0 5px 7px;
	padding-left: 8px;
	border-left: 2px solid #e5e4b5;
}

#notes blockquote a {
	color: #98978B;
}

.relatedcontentbox {
	margin-top: 0px;
	border-bottom: 1px dotted #d5d5d5;
	display: table;
	width: 100%;
}


/*---------------------------------------NRELATE STYLES---------------------------------------*/

/* Layout ===============> */
.nrelate {
	margin-bottom: 20px !important;
	position:relative !important;
	top:0px !important;
}

.nrelate .nr_panel {
	display:block;
	float:left;
	cursor:pointer;
	padding:6px 8px;
	border:none;
	margin:1px 0px 3px 0px;
}
.nrelate .nr_panel:hover{
	border:none;
	background-color:none;
}
.nrelate .nr_img_div {
	display:block;
	margin:auto;
	position:relative;
}
.nrelate .nr_img{
	margin:0; padding:0; border: 0; outline:0; max-width:100%;
	padding:2px;
	border-width:1px;
	border-style:solid;
}
.nrelate .nr_text{
	padding:0;	
	display:block;
	margin:3px auto 0;
	word-wrap:break-word;
	text-align:left;
}
.nrelate .nr_sponsored_wrap{
	left:3px;
}
.nrelate .nr_excerpt{
	display:block;
}
.nrelate .nr_panel,
.nrelate .nr_panel:link,
.nrelate .nr_panel:visited,
.nrelate .nr_panel:active{
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-left: 1px solid #EEE;
}
.nrelate .nr_post_title,
.nrelate .nr_source,
.nrelate .nr_excerpt{
	display:block;
}
.nrelate.nr_80  .nr_panel{ width : 90px; }
.nrelate.nr_80  .nr_sponsored_wrap{ width : 80px; top : 65px; }
.nrelate.nr_80  .nr_sponsored{ left : 62px; }
.nrelate.nr_80  .nr_img_div{ width:86px; height:86px; }
.nrelate.nr_80  .nr_text{ width:80px; }

.nrelate.nr_90 .nr_panel{ width : 100px; }
.nrelate.nr_90 .nr_sponsored_wrap{ width : 90px; top : 75px; }
.nrelate.nr_90 .nr_sponsored{ left : 72px; }
.nrelate.nr_90 .nr_img_div{ width:96px; height:96px; }
.nrelate.nr_90 .nr_text{ width:90px; }

.nrelate.nr_100 .nr_panel{ width : 110px; }
.nrelate.nr_100 .nr_sponsored_wrap{ width : 100px; top : 85px; }
.nrelate.nr_100 .nr_sponsored{ left : 82px; }
.nrelate.nr_100 .nr_img_div{ width:106px; height:106px; }
.nrelate.nr_100 .nr_text{ width:100px; }

.nrelate.nr_110 .nr_panel,
.nrelate.nr_ .nr_panel{ width: 120px; }
.nrelate.nr_110 .nr_sponsored_wrap,
.nrelate.nr_ .nr_sponsored_wrap{ width:110px; top : 95px; }
.nrelate.nr_110 .nr_sponsored,
.nrelate.nr_ .nr_sponsored{ left : 92px; }
.nrelate.nr_110 .nr_img_div,
.nrelate.nr_ .nr_img_div{ width:116px; height:116px; }
.nrelate.nr_110 .nr_text,
.nrelate.nr_ .nr_text{ width:116px; }

.nrelate.nr_120 .nr_panel{ width : 130px; }
.nrelate.nr_120 .nr_sponsored_wrap{ width : 120px; top : 105px; }
.nrelate.nr_120 .nr_sponsored{ left : 102px; }
.nrelate.nr_120 .nr_img_div{ width:126px; height:126px; }
.nrelate.nr_120 .nr_text{ width:126px; }

.nrelate.nr_130 .nr_panel{ width : 140px; }
.nrelate.nr_130 .nr_sponsored_wrap{ width : 130px; top : 115px; }
.nrelate.nr_130 .nr_sponsored{ left : 112px; }
.nrelate.nr_130 .nr_img_div{ width:136px; height:136px; }
.nrelate.nr_130 .nr_text{ width:130px; }

.nrelate.nr_140  .nr_panel{ width : 150px; }
.nrelate.nr_140  .nr_sponsored_wrap{ width : 140px; top : 125px; }
.nrelate.nr_140  .nr_sponsored{ left : 122px; }
.nrelate.nr_140  .nr_img_div{ width:146px; height:146px; }
.nrelate.nr_140  .nr_text{ width:140px; }

.nrelate.nr_150 .nr_panel{ width : 160px; }
.nrelate.nr_150 .nr_sponsored_wrap{ width : 150px; top:135px; }
.nrelate.nr_150 .nr_sponsored{ left : 132px; }
.nrelate.nr_150 .nr_img_div{ width:156px; height:156px; }
.nrelate.nr_150 .nr_text{ width:150px; }
/* <=============== Layout  */

/* Format ================> */
.nrelate .nr_panel,
.nrelate .nr_panel:link,
.nrelate .nr_panel:visited,
.nrelate .nr_panel:active{
	text-decoration:none;
}
.nrelate .nr_panel,
.nrelate .nr_panel:link,
.nrelate .nr_panel:visited,
.nrelate .nr_panel:active{
	cursor:pointer;
	line-height:1.4;
	border-left:1px solid #EEEEEE !important;
}
.nrelate .nr_panel:hover{
	background-color:none;
	color:#333333;
	border:none;
}
.nrelate .nr_first_col,
.nrelate .nr_first_col:link,
.nrelate .nr_first_col:visited,
.nrelate .nr_first_col:active,
.nrelate .nr_first_col:hover{
	border:none !important;
}
.nrelate .nr_img_div{
	line-height:0;
}
.nrelate .nr_text{
	font-weight: normal !important;
	font-size: 0.8em !important;
	line-height:1.6em !important;
	font-family: 'Lucida Grande', Lucida, Verdana, sans-serif;
}
.nrelate .nr_title{
	background-image:url(http://www.larskemnitz.com/larsfundbureau/images/nrelate/related_content_icon.png) !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	padding-left:22px !important;
	padding-top:8px !important;
	font-size: 16px !important;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	color: #32312F !important;
}
.nrelate .nr_img{
	border-color:#E6E6E6 !important;
	background-color: #FFFFFF;	
}
.nrelate .nr_excerpt{
	text-transform:none;
}

/* <================ Format */

/*---------------------------------------LINK WTHIN STYLES---------------------------------------*/

.linkwithin_div {
background: white;
height: 200px;
padding: 0 10px;
border-top: 1px solid #DBDBDB;
border-bottom: 1px solid #DBDBDB;
}

/*
.linkwithin_text {
font-family: Cambria,Georgia,sans-serif;
font-size:18px;
color:#898989;
}
*/
a#linkwithin_logolink_0, a#linkwithin_logolink_1, a#linkwithin_logolink_2, a#linkwithin_logolink_3, a#linkwithin_logolink_4, a#linkwithin_logolink_5, a#linkwithin_logolink_6, a#linkwithin_logolink_7, a#linkwithin_logolink_8, a#linkwithin_logolink_9, a#linkwithin_logolink_10, a#linkwithin_logolink_11, a#linkwithin_logolink_12, a#linkwithin_logolink_13, a#linkwithin_logolink_14, a#linkwithin_logolink_15, a#linkwithin_logolink_16, a#linkwithin_logolink_17, a#linkwithin_logolink_18, a#linkwithin_logolink_19, a#linkwithin_logolink_20 {
display:none;
}
.linkwithin_posts {
width: 600px !important; /* Width for the related posts container */
margin-top: 10px;
}
.linkwithin_posts a {
border: 0 !important;
padding-right: 10px !important;
border-right: 1px solid #E0E0E0 !important;
}
.linkwithin_posts a:hover {
background: #E0E0E0 !important; /* Background color on mouseover */
}
.linkwithin_posts a:last-child {
border-right: none !important;
}
.linkwithin_img_0 {
/*background: #F5F5F5;*/
border: 1px solid #C1C1C1;
padding: 2px !important;
transition:all .2s linear;
 -o-transition:all .5s linear;
-moz-transition:all .2s linear;
-webkit-transition:all .2s linear;
}
/*
.linkwithin_img_0:hover {
background: #ffffff;
padding: 2px !important;
opacity:.6;
filter:alpha(opacity=60)
}
*/  
/*
.linkwithin_title {
color: #242424 !important;
font-family: Cambria,Georgia,sans-serif;
font-size: 12px !important;
line-height: 24px !important;
text-align:center;
text-decoration: none;
}
.linkwithin_title:hover {
color: #000 !important; /* Color of posts titles on mouseover */
}
*/

/*---------------------------------------INLINK STYLES---------------------------------------*/

#tumblrinlink {
	display: block;
	padding: 0px;
	margin: 0px;
	}               /* Main div Container */
#tumblrinlink h2 {
	background-image:url(http://www.larskemnitz.com/larsfundbureau/images/nrelate/related_content_icon.png) !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	padding-left: 22px !important;
	padding-top: 2px !important;
	font-size: 16px !important;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	color: #32312F !important;
	}    /* Title */
#tumblrinlink a { }             /* Link Style */                        
li.inlink-item {
	float: left;
	display: block;
	overflow: hidden;
	list-style: none;
	width: 106px;
	min-height: 200px;
	padding: 10px;
	border-right: 0px solid #C1C1C1;
	}              /* List Item (each content is rendered as li) */
li.inlink-item:hover {
	background-color: #C1C1C1;
}
li.inlink-item:first-child {
	
	} 
li.inlink-item:last-child {
	border-right: none;
	
	} 
li.inlink-item img {
	background-color: white;
	width: 100px;
	overflow: hidden;
    border: 1px solid #C1C1C1;
	padding: 2px;   /* if you don't want to display images use this */
    }

li.inlink-item p {
	word-wrap:break-word;
	font-weight: normal !important;
	font-size: 0.8em !important;
	line-height:1.6em !important;
	font-family: 'Lucida Grande', Lucida, Verdana, sans-serif;
	}    /* The actual title for the link */
#inlink-list {
	padding: 0px;
	display: block;
	margin-left: 0px;
	margin-top: 10px;
	}                /* The ul container */
/* Each li has its own selector for individual styling depending
* on post type. */
li.inlink-item#regular { }
li.inlink-item#link { }
li.inlink-item#quote { }
li.inlink-item#conversation { }
li.inlink-item#video { }
li.inlink-item#audio { }
li.inlink-item#answer { }
.notes {
	display: none;
	height: 20px;
	} /*New in version 2*/
#inlink-logo {
	display: none;
}
#inlink-logo a {
}
.in-link-clear {
	clear: left;
}
#authorbox .profilepic {
	display: none !important;
}

/*---------------------------------------Cookie Consent---------------------------------------*/
.cc_container .cc_message {
	font: 'Lucida Grande', Lucida, Verdana, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
	color: #32312F !important;
}
.cc_container .cc_btn {
	background-color: #918986 !important;
	color: #FFFFFF !important;
	font: 'Lucida Grande', Lucida, Verdana, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
}
.cc_container .cc_btn:hover {
	background-color: #32312F !important;
	color: #FFFFFF !important;
}