/*" Dark Things was (re)written on November 2011 by Luis Gerhorst http://www.luisgerhorst.de/. The Original Code was based on the Template "Simple Things" by Dan Hauk http://www.danhauk.com/ "*/
        
        
        /*" Allgemein "*/
        
        body {
            min-width: 900px;
            background: url(http://static.tumblr.com/qrexm4e/O1Ylvjh6s/tumblr_lg1pg3hfd01qe461o.png);
            background-attachment: fixed;
            font-size: 13px;
            line-height: 16px;
            font-family: Helvetica, sans-serif;
            color: rgba(220,220,220,1.0);
            text-shadow: 0 1px 1px rgba(30,30,30,1.0);
            text-align: left;
            }
        
        #center {
            margin: 60px auto 0 auto;
            width: 900px;
            position: relative;
            }
        
        * {
            padding: 0;
            margin: 0;
            text-decoration: none;
            }
            
        a {
            color: rgba(220,220,220,1.0);
            }
            
        a:hover {
            color: rgba(255,255,255,1.0);
            }
            
        a:active {
            color: rgba(220,220,220,1.0);
            }
        
        p a {
            border-bottom: 1px dotted rgba(220,220,220,1.0);
            }
            
        p a:hover {
            border-bottom: 1px dotted rgba(255,255,255,1.0);
            }
            
        p a:active {
            border-bottom: 1px dotted rgba(220,220,220,1.0);
            }
            
        
        /*" Sidebar "*/
        
        #sidebar {
            width: 250px;
            float: left;
            position: fixed;
            text-shadow: 0 1px 4px rgba(0,0,0,1.0);
            }
            
        #title h1 {
            font-size: 30px;
            line-height: 30px;
            font-weight: bold;
            margin: 0 0 20px 0;
            border-bottom: none;
            }
            
        #description {
            font-family: Georgia;
            font-style: italic;
            font-size: 15px;
            line-height: 17px;
            }
            
        #pages {
            padding: 14px 0 0 0;
            }
        
        #pages li {
            margin: 10px 10px 0 0;
            padding: 8px 12px;
            float: left;
            background: rgba(40,40,40,1.0);
            border: 1px solid rgba(0,0,0,1.0);
            list-style: none;
            font-family: Georgia;
            font-style: italic;
            font-size: 15px;
            line-height: 15px;
            -webkit-border-radius: 4px;
        	-moz-border-radius: 4px;
        	-webkit-box-shadow: rgba(50,50,50,1.0) 0px 1px 1px inset;
            -moz-box-shadow: rgba(50,50,50,1.0) 0px 1px 1px inset;
            }
            
        #pages li:hover {
            background: rgba(45,45,45,1.0);
            -webkit-box-shadow: rgba(55,55,55,1.0) 0px 1px 1px inset;
            -moz-box-shadow: rgba(55,55,55,1.0) 0px 1px 1px inset;
            }
            
        #pages li:active {
            background: rgba(35,35,35,1.0);
            -webkit-box-shadow: rgba(30,30,30,1.0) 0px 0px 1px inset;
            -moz-box-shadow: rgba(30,30,30,1.0) 0px 0px 1px inset;
            }
            
        
        /*" Content "*/
        
        #content {
            width: 626px;
            margin: 0 0 25px 0;
            float: right;
            position: relative;
            }
            
        #posts {
            list-style: none;
            position: relative;
            }
            
        .post {
            margin: 0 0 25px 0;
            padding: 20px 20px 12px 20px;
            background: rgba(40,40,40,1.0);
            border: 1px solid rgba(0,0,0,1.0);
        	-webkit-border-radius: 4px;
        	-moz-border-radius: 4px;
        	-webkit-box-shadow: rgba(50,50,50,1.0) 0px 1px 1px inset;
            -moz-box-shadow: rgba(50,50,50,1.0) 0px 1px 1px inset;
            }
            
        .post p {
            margin-bottom: 8px;
            }
            
        .post h3 {
            margin-bottom: 12px;
            font-size: 17px;
            line-height: 17px;
            font-weight: 600;
            }
            
        .post ul, .post ol {
            margin: 0 0 8px 20px;
            }
            
        .post img {
            margin-bottom: 8px;
            }
            
        #posts .quote {
            font-family: Georgia;
        	font-style: italic;
        	font-size: 15px;
        	line-height: 17px;
            }
            
        #posts .quote .source {
            font-size: 13px;
            line-height: 15px;
            font-family: "Helvetica Neue", Helvetica, sans-serif;
            font-style: normal;
            margin-top: 10px;
            }
            
        .chat ul {
            list-style: none;
            padding: 0;
            margin: 0;
            }
            
        .chat li {
            margin-bottom: 2px;
            }
            

/*" Meta "*/
            
        #meta {
            padding: 10px 20px 8px 20px;
            background: rgba(40,40,40,1.0);
            border: 1px solid rgba(0,0,0,1.0);
            width: 584px;
            margin: 0 0 24px 0;
            float: right;
            position: relative;
        	-webkit-border-radius: 4px;
        	-moz-border-radius: 4px;
        	-webkit-box-shadow: rgba(50,50,50,1.0) 0px 1px 1px inset;
            -moz-box-shadow: rgba(50,50,50,1.0) 0px 1px 1px inset;
            }  
        
        #meta a {
            border-bottom: none;
            }
            
        #meta a:hover {
            border-bottom: none;
            }
            
        #meta a:active {
            border-bottom: none;
            }
            
        #meta #tags {
            float: right;
            }
            
        #meta #date {
            float: left;
            }
            
            
        
        /*" Footer "*/
        
        #footer {
            position: relative;
            float: left;
            width: 626px;
            text-align: center;
            font-size: 11px;
            color: rgba(100,100,100,1.0);
            text-shadow: none;
            }
            
        #footer a {
            color: rgba(100,100,100,1.0);
            border-bottom: 1px dotted rgba(100,100,100,1.0);
            }
            
        #footer a:hover {
            color: rgba(150,150,150,1.0);
            border-bottom: 1px dotted rgba(150,150,150,1.0);
            }
            
        #footer a:active {
            color: rgba(100,100,100,1.0);
            border-bottom: 1px dotted rgba(100,100,100,1.0);
            }