@font-face {
font-family: Museo;
src: url("http://static.ludwignz.com/fonts/Museo500-Regular.otf") format('opentype');
font-weight: normal;
}
@font-face {
font-family: Museo;
src: url("http://static.ludwignz.com/fonts/Museo300-Regular.otf") format('opentype');
font-weight: 300;
}
@font-face {
font-family: Museo;
src: url("http://static.ludwignz.com/fonts/Museo700-Regular.otf") format('opentype');
font-weight: bold;
}
header, nav, footer, section,
 aside,	article, figure		{display: block;}
html {
	background: #350700 url(http://static.ludwignz.com/images/bg.gif) repeat-x;
	color: #CEC8BE;
	font-family: "Helvetica-Neue", "Helevetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0; padding:0;
}
body { margin:auto; padding: 0; width: 860px; margin-top: 0;}
a {
	color: #B7741C;
	text-decoration: none;
	//border-bottom: 1px dotted;
	-webkit-transition: color 0.33s linear;
}
a[rel=external] {
	border-bottom: 1px solid;
}
a:hover {
	color: #AFA18C;
}
img<a {
	border:none;
}
body>header {
	background: #280500 url(http://static.ludwignz.com/images/headerbg.jpg);
	margin-top: 48px;
	min-height: 320px;
	position: relative;
	left: -50px;
}
body>header h1 {
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	height: 55px;
	color: #AFA18C;
	text-transform: lowercase;
	background: url(http://static.ludwignz.com/images/header_highlight.png) -18px 26px no-repeat;
	position: absolute;
	top: 40px;
	right: 430px;
	text-shadow: 0px 2px 5px black;
}
body>header h1 + p {
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	height: 43px;
	background: url(http://static.ludwignz.com/images/slogan_bubble.png) bottom left no-repeat;
	text-align: center;
	width: 233px;
	padding-top: 3px;
	color: #B7741C;
	position: absolute;
	top: 0px;
	right: 380px;
}
body>header h1 strong{
	color: #D8CAB6;
	margin-right: -0.3em;
}
body>header aside {
	position: absolute;
	top: -48px;
	left: 0;
	width: 100%;
	height: 48px;
	text-align: center;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
body>header aside a{
	color: #B7741C;
	text-decoration: none;
	opacity: 0.25;
	-webkit-transition: opacity .5s linear;
}
body>header aside a:hover {
	opacity: 1;
	color: #B7741C;
}
nav>ol>li[value=lifestream] {
	top: 54px;
	left: 490px;
}
nav>ol>li[value=portfolio] {
	top: 14px;
	left: 490px;
}
nav>ol>li[value=about] {
	margin-top: 14px;
}
nav>ol>li[value=contact] {
	margin-top: 14px;
	margin-left: 80px;
}
nav>ol>li {
	position: absolute;
	text-shadow: 0px 2px 5px black;
}
nav ol>li {
	list-style: none;
	display: inline;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px;
	color: #AF7C3E;
	font-size: 16px;
}
nav ol>li a {
	color: #AF7C3E;
}
nav ol>li[value=portfolio], nav ol>li[value=lifestream] {
	display: block;
	margin-bottom: 20px;
	overflow: visible;
	width: 420px;
}
nav ol>li[value=portfolio] ol, nav ol>li[value=lifestream] ol {
	display: inline;
	padding: 5px;
}
nav>ol>li[value=portfolio]:before, nav>ol>li[value=lifestream]:before {
	content: attr(value);
	background: url(http://static.ludwignz.com/images/dark_trans.png);
	-webkit-border-radius: 10px;
	clear: both;
	float: left;
	padding: 5px;
	color: #B7741C;
	width: 80px;
	display: inline-block;
	text-align: center;
}
nav>ol>li[value=about], nav>ol>li[value=contact] {
	background: url(http://static.ludwignz.com/images/dark_trans.png);
	-webkit-border-radius: 10px;
	padding: 5px;
	width: 60px;
	text-align: center;
	opacity: 0.5;
}
nav>ol>li[value=about] a, nav>ol>li[value=contact] a {
	font-weight: 500;
	text-decoration: none;
}
section#about {
	width: 100%;
	margin-top: -200px;
	margin-left: 0;
	margin-bottom: 40px;
	position: relative;
}
section#about img {
	float: left;
	margin-left: 60px;
}
section#about header, section#about p {
	float: right;
	width: 420px;
}
body>section {
	width: 360px;
	margin-left: 60px;
	float: left;
	clear: left;
}
section#lifestream{
	width: 420px;
	margin-left:0;
	float: right;
	clear: none;
}
section#lifestream article {
	background: url(http://static.ludwignz.com/images/less_dark_trans.png);
	padding: 12px;
	padding-bottom: 0;
	position: relative;
	float: left;
	width: 100%;
}
section#lifestream article.newday {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
}
section#lifestream article.lastinday {
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
}

section#lifestream article header {display: inline;}
section#lifestream article aside {display: inline;margin:0;padding:0;position: absolute; width: 150px; right:-150px; top:30px;}
section#lifestream article.newday aside {top:50px;}
section#lifestream article ul.tags {
	color: #630E00;
	font-weight: bold;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	width: 100%;
	padding-top: 5px;
	list-style: none;
	margin:0;
	line-height: 9px;
}
ul.tags span {
	visibility: hidden;
}
ul.tags li {
	margin-right: 5px;
	position: relative;
	bottom: -2px;
	float: left;
	clear:both;
}
ul.tags li a{
	height: 8px;
	display: inline-block;
	padding: 2px;
	padding-right: 5px;
	border: none;
	color: #630E00;
	position: relative;
	top: -2px;
	background: url(http://static.ludwignz.com/images/less_dark_trans.png);
}
ul.tags li a:hover{
	color: #B7741C;
}
ul.tags li:before {
	content: url(http://static.ludwignz.com/images/start_tag.png);
}
hr {
	border: 1px dotted #3A0700;
	clear: both;
}
section#lifestream article h5 {
	color: #B7741C;
	font-size: 14px;
}
section#lifestream article>a h5{
	height:0;
	margin:0;
	padding:0;
}
section#lifestream article h5 time {
	position: absolute;
	left: 100%;
	top: 12px;
	width: 90px;
	display: block;
	background: url(http://static.ludwignz.com/images/least_dark_trans.png);
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	padding: 10px;
	color: #630E00;
	text-transform: uppercase;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
section#lifestream article header h5{
	margin-top:0;
	display: inline;
}
section#lifestream article h4 {
	font-size: 16px;
	color: #630E00;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top:0;
	margin-bottom: 1em;
}
section#lifestream article header h4 a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border: none;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#section#lifestream article aside time {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	margin-left: .25em;
	color: #995955;
}
section#lifestream article aside time.since {
	font-size: 10px;
	position: absolute;
	bottom:5px;
	left:0;
	width: 95%;
	text-align: right;
	margin-left:0;
}
section#lifestream article ul {
	margin:0;padding:0;
	width: 90%;
	margin-top: 4px;
	margin-left: 16px;
	line-height: 18px;
}
section#lifestream article ul li {
	padding:0;margin:0;
}
section#lifestream article p img {
	margin: 10px;
	max-width: 95%;
}
section#lifestream>p {
	width: 100%;
}
section>header {
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	color: #B7741C;
	padding-bottom: 14px;
	background: url(http://static.ludwignz.com/images/header_section.png) -12px bottom no-repeat;
	text-shadow: 0px 0px 3px black;
	margin-bottom: 0em;
}
section#about>header {
	background: none;
}
section>header h3 {
	font-size: 16px;
	margin-bottom: 0em;
	margin-top: 0.5em;
	display: inline;
}
section>header h4 {
	color: #AF7C3E;
	font-weight: normal;
	display: inline;
	font-size:16px;
}
section>p {
	margin-top: 0.333em;
	line-height: 18px;
}
section#blogroll ul, section#elsewhere ul {
	margin-top:0;
	margin-bottom: 4em;
}
section#blogroll li, section#elsewhere li {
	list-style: none;
	font-size: 12px;
}
section#blogroll li a, section#elsewhere li a {
	border: none;
}
section#blogroll li img, section#elsewhere li img {
	position: relative;
	bottom: -4px;
	left: -3px;
	background: white;
	padding: 2px;
	width: 16px;
	height: 16px;
	display: inline-block;
}
footer {
	clear: both;
	float: left;
	display: block;
	background: url(http://static.ludwignz.com/images/footerpic.png) no-repeat;
	height: 40px;
	padding-top: 155px;
	padding-left: 420px;
	position: relative;
	left: -130px;
	z-index: -10;
	top: -150px;
	margin-bottom: -30px;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer h1 { height:0; margin:0; visibility: hidden; }
footer a {
	position: absolute;
	right:-200px;
	font-size: 14px;
	color: #FF8B00;
	border: none;
	margin-top: -5px;
}
footer a:before {
	content: url(http://static.ludwignz.com/images/rss.png);
	margin-right: 5px;
	position: relative;
	bottom: -5px;
}
p.back, p.fwd {
	margin: 20px;
	display:  block;
	clear: both;
}
p.back a, p.fwd a{
	background: url(http://static.ludwignz.com/images/back.png) center no-repeat;
	display: block;
	width: 100%;
	height: 10px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border: none;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	line-height: 10px;
	color: #630E00;
}
p.fwd a {
	background: url(http://static.ludwignz.com/images/fwd.png) center no-repeat;
	float: right;
	left: 0;
	margin-top: -10px;
}
.profilepic {
	float: left;
	margin: 5px;
}
#lifestream article aside {
	position: absolute; 
	right: -80px;
	top: 20px;
}
.notes-button, .dsq-comment-count{
	display: inline-block;
	color: #630E00;
}
.perma {
	color: #630E00;
	margin-left: 10px;

}
.perma:hover {
	color: #B7741C;
}
blockquote {
	border-left: 1px solid;
	padding-left: 1em;
	display: block;
	font-style: italic;
}
blockquote.short_quote {
	font-family: Museo, "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	border: none;
	font-size: 16px;
	line-height: 24px;
	color: #B7741C;
	padding-left:0;
	margin-left: 1em;
}
blockquote.short_quote p:before {
	content: url(http://static.ludwignz.com/images/leftquot.png);
}
blockquote.short_quote p:after {
	content: url(http://static.ludwignz.com/images/rightquot.png);
}
.audio_player { float: left; padding: 5px;}
.notes-container { display: none; }
.notes-container ol { list-style: none; }
ol.notes {
	padding:0;
	margin:0;
}
ol.notes li {
	display: block;
	border-bottom: 1px dotted #3A0700;
	padding-top: 3px;
	padding-bottom: 7px;
}
ol.notes li .answer_content {
	font-style: italic;
}
.dsq-dc-logo {
	display: none;
}
.dsq-options {
	display: none;
}
#disqus_thread h3 {display: none; }
.dsq-authenticate-copy { color: #3A0700;}
.dsq-item-trackback { display: none;}
pre { width: 100%; overflow-x: scroll;}
img {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; border: none; }