/*
Theme Name: WordPress Max Lemke
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Max Lemke

*/

/* ----------------------------------- */
/* ---------->>> CSS-HACKS <<<----------- */
/* ----------------------------------- */
/*

* html for IE6
*:first-child+html for IE7

*/
/* -----------------------------------*/

/* ----------------------------------- */
/* ---------->>> COLOR REFERENCE <<<----------- */
/* ----------------------------------- */
/*
/* -----------------------------------*/

/* ----------------------------------- */
/* ---------->>> RESET <<<----------- */
/* ----------------------------------- */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* own additions */
img {border:0;}
input {font-size:12px;}

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body {font-size:70.00%;font-family:arial, sans-serif;margin:0;padding:0;}

h1, h2, h3, h4, h5, h6 {}
a {text-decoration:none;}
a:link {}
a:visited {}
a:active {}
a:hover {}

ul, ol, dl {line-height:1.5em;margin:0 0 1em 0em;}
li {margin-left:0em;line-height:1.5em;list-style-type:none;}
dt {font-weight:bold;}
dd {margin:0 0 1em 2em;}
cite, blockquote {font-style:italic;}
blockquote {margin:0 0 1em 1.5em;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
em { font-size: 14px;}
pre, code {font-family:monospace;font-size:1.1em;}
acronym, abbr {letter-spacing:.07em;border-bottom:.1em dashed #ffcd00;cursor:help;}

/* ----------------------------------- */
/* ---------->>> HELPER <<<----------- */
/* ----------------------------------- */

/* http://code.google.com/p/blueprintcss/ */
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {clear:both;}

/* http://sonspring.com/journal/clearing-floats */
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0;}

/* IE (PC) only :hover behaviour helper */
/* @see http://www.xs4all.nl/~peterned/ */
* html body { behavior:url("htc/csshover2.htc");}

/* TwinHelix png-fix */
/* http://www.twinhelix.com/css/iepngfix/ */
* html .png {behavior:url("htc/iepngfix.htc");}

div.spacer {font-size:0.08em;background:transparent;clear:both;width: 0;height: 0;}
.invisible {position:absolute;left:-5000px;}


/* -----------------------------------*/
/* ---------->>> LAYOUT <<<-----------*/
/* -----------------------------------*/

/* ---------->>> STYLE / SUBSTYLE <<<-----------*/


html {
  height: 100%;
}

body {
  font-family: Arial, serif;
  color: #6d6b6b;
  background: #FFF;
  padding-left: 10px;
  height: 100%;
}

div#page {
  height: 100%;
  background: #111;
  padding-top: 250px;
}

div#teaser {
  padding: 40px 0 40px 250px;
}

p.head {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #292929;
}

ul {
	font-family: Arial, sans-serif;
  color: #333;
	margin-top: 20px;
	font-size: 11px;
}

.ref {
	font-family: Georgia, serif;
  color: #333;
	margin-top: 20px;
	font-size: 14px;
}

.ref a
{
	font-family: Georgia, serif;
  color: #c8f5a6;
}


a{
  color: #c8f5a6;
}

.highlight {
	color: #a6f5e4;
}

/*

div#page {
  background: #000;
}

div#page div#header {
  padding-top:34px;
  background: #000;
  padding-bottom: 45px;
}

div#page div#header h1 {
  padding: 5px 0px 10px 83px;
  letter-spacing: -0.03em;

}

div#page div#header h1 a {
  font-size: 24px;
  font-weight:bold;
  color: #FFF;
}

div#page div#header p {
  color: #FFF;
  padding-left: 83px;
  margin-top: 12px;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 20px;
}

div#page div#content {
  background: #111;
}

div#page div#content h2.archpagetitle {
  padding-left: 83px;
  font-size: 48px;
  padding-bottom: 10px;
}

div#page div#content div.post {
  border-top:1px solid #FFF;
  clear: left;
  margin-bottom: 5px;
}


div#page div#content div.last {
  border-bottom: none;
}

div#page div#content div.post div.postcontent {
  padding-left:83px;
  margin-top:30px;
  padding-right:10px;
}

div#page div#content div.post div.postcontent div.title {
  font-size:36px;
  letter-spacing: -0.03em ;
  font-weight:bold;
  text-align:left;
  width: 460px;
}

div#page div#content div.post div.postcontent div.title a{
  color: #c8f5a6;
}

div#page div#content div.post div.postcontent div.title a:hover {
  color: #93d28e;
}


div#page div#content div.post div.postcontent p.date{
  font-size:36px;
  font-weight:bold;
  color: #FFF;
}

div#page div#content div.post div.postcontent p.time{
  color:#FFF;
  font-size:12px;
}

div#page div#content div.post div.postcontent div.entry {
  text-align: left;
  width: 460px;
  margin-top: 16px;
  padding-bottom: 35px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #6d6b6b;
  font-family: Georgia, "Times New Roman", serif;
}

div#page div#content div.post div.postcontent div.entry p {
  padding-bottom: 20px;
}

div#page div#content div.post div.postcontent div.entry a {
  font-weight: normal;
  color: #a6f5e4;
  padding: 0 1px;
}

div#page div#content div.post div.postcontent div.entry a:hover {
  color: #67a2eb;
}



div#page div#content div.post p.postmetadata {
  padding-left:83px;
  line-height: 20px;
  padding-right:10px;
  margin-bottom: 15px;
}

div#page div#content div.post p.postmetadata a {
  color: #FFF;
  font-weight: bold;
}


div#page div#content div.post p.postmetadata a:hover,
div#page div#content div.post span.function a:hover {
  color: #DDD;
}

.left {
  float:left;
  clear:left;
}

.right {
  text-align:right;
}

div.navigation {
  border-top: 1px solid #6d6b6b;
  padding-top: 10px;
  height: 90px;
}

div.navigation p {
  padding-left:83px;
  width: 460px;
  text-align: right;
}

div.navigation p a{
  font-weight: bold;
  color:#FFF;
  font-size: 21px;
  text-transform: lowercase;
}

div.navigation p a:hover {
  color: #DDD;
}

div#footer {
  color:#FFF;
  padding-left:83px;
  padding-top: 20px;
  background: #000;
}

div#footer div {
  padding: 10px 0;
  border-bottom:1px solid #000;
  width: 800px;
}

div#footer h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #93d28e;
}

div#footer div p {
  line-height: 20px;
  margin-left: 120px;
}

div#footer div p a {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 16px;
  color: #a6f5e4;
  font-weight: bold;
}

div#footer div p a:hover {
  color: #67a2eb;
}


div#footline {
  padding-bottom: 125px;
  padding-top: 10px;
  border-top: 1px solid #FFF;
  padding-left: 83px;
  padding-right: 10px;
  background: #000;
  font-size: 12px;
}

div#footline a{
  color:#6d6b6b;
}

div#footline a:hover{
  color:#FFF;
}

h3#comments,
h3#respond {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 83px;
}

ol.commentlist {
  padding-left: 83px;
}

ol.commentlist li {
  border-bottom: 1px solid #FFF;
  padding: 10px 0;
}

ol.commentlist li p.authorname {
  float: left;
}

ol.commentlist li p.authorname {
  float: left;
  font-family: Georgia, "Times New Roman", serif;
  color:  #c8f5a6;
}

ol.commentlist li p.authorname a {
  color: #a6f5e4;
  font-weight: bold;
  padding: 0 1px;
}


ol.commentlist li p.commentmetadata {
  margin-right: 10px;
}

ol.commentlist li p.commentmetadata span.commentdate {
  font-weight: bold;
}

ol.commentlist li p.commentmetadata a {
  color: #FFF;
}

form#commentform {
  margin-top: 20px;
  padding-left: 83px;
  padding-bottom: 20px;
  border-top: 1px solid #6d6b6b;
  padding-top: 20px;
}

form#commentform p {
  margin-bottom: 5px;
}

form#commentform textarea#comment,
form#commentform input#author,
form#commentform input#email,
form#commentform input#url {
  color: #FFF;
  background: #111;
  border: 1px solid #6d6b6b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  padding: 3px 5px;
}

form#commentform input#submit {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #6d6b6b;
  color: #FFF;
  background: #111;
  font-weight: bold;
  padding: 3px 5px;
}

span.fine {
  font-weight: normal;
}

span.function a {
  background: #000;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
}

span.function a:hover {
  color: #DDD
}
*/