/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fff; color: #000; text-shadow: none; }
::selection { background: #fff; color: #000; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #ccc; }
a:visited { color: #ccc; }
a:hover { color: #fff; }
a:focus { outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 10px 20px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Fonts
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Lekton:400,700,400italic);


/* ==|== primary styles =====================================================
   Author: Ronny Wieckardt
   ========================================================================== */
   
body{
	font-family:Lekton, Monaco, monospace;
	font-size:12px;
	font-weight:400;
	color: #fff;
	line-height:17px;
	letter-spacing:1px;
	
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #333333;
}


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


/* SPRITE */
.info-toggle a,
.info-box #search .query,
.post-info a .icon,
#pagenav .next,
#pagenav .prev{
	background-image: url(http://static.tumblr.com/x5bj7ew/wJnmpbbcb/native-white.png);
	background-repeat: no-repeat;
}

#brand{
	overflow: hidden;
}

.layout-one #main{
	margin: 0px auto;
	width:500px;
}

.layout-one.small-posts #main{
	margin: 0px auto;
	width:250px;
}


.layout-one .post.audio .player-wrap{
	width:120px;
}


.layout-two #main{
	margin: 0px auto;
	width:1000px;
}

.layout-two.small-posts #main{
	margin: 0px auto;
	width:500px;
}

.layout-three #main{
	margin: 0px auto;
	width: auto;
}

.layout-three.small-posts #main{
	margin: 0px auto;
	width:auto;
}


#header{
	position: fixed;
	top:0;
	left:0;
	right:0;
	width: 100%;
	margin: 0 0 20px 0;
	overflow: hidden;
	z-index: 100;
	text-align: center;
}

#header .logo img{
	margin: 20px 0px;
}

#header h1 a{
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

#header-description{
	margin: -10px auto 10px auto;
	width: 500px;
	font-size:12px;
	font-weight: 400;
	line-height:17px;
	letter-spacing:1px;
}

#access{
	font-size:12px;
	font-weight: 400;
	line-height:21px;
	letter-spacing:1px;
	text-transform: uppercase;
	position: relative;
	padding: 5px 0px;
	overflow: hidden;
}


#access span{
	text-align: center;
}

#access nav ul{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#access nav ul li{
	display:inline;
	margin: 0;
	padding: 0;
}

#access nav ul li.sep:last-child{
	display: none;
}

#access #search{
	/*margin-right: 20px;
	overflow: hidden;
	display: block;*/
}

#access #search form{
	overflow: hidden;
}

#access #search .query{
	width:120px;
	border: 1px solid #222;
	background-position: -16px -33px;
	padding: 2px 15px;
	color: #999;
}

#access #search .query:focus{
	background-position: -16px -49px;
	color: #ccc;
	border: 1px solid #ccc;
}

#access #search .submit{
	display: none;
}





aside{
	position: fixed;
	top:0;
	left:-250px;
	width:300px;
	height:100%;
	z-index: 120;
}

.info-wrapper{
	padding:0 10px;
	width:230px;
	background: #000;
	float: left;
	height:100%;
}

.info-toggle a{
	float: left;
	margin: 15px 0;
	height: 16px;
	width:16px;
	text-indent:-9999px;
	overflow: hidden;
	display: block;
}



.info-toggle a:hover{
	background-position: 0px -16px;	
}

.info-toggle a.open{
	background-position: 0px -32px;	
}

.info-toggle a.open:hover{
	background-position: 0px -48px;	
}

.info-box{
	margin: 0px auto;
	overflow: hidden;
}

.info-box #title{
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

.info-box #description{
	font-size:12px;
	font-weight: 400;
	line-height:17px;
	letter-spacing:1px;
	text-align: left;
	margin-bottom: 20px;
}

.info-box #following ul{
	margin: 5px 0 0 -5px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.info-box #following ul li{
	float:left;
	margin: 0 0 5px 5px;
}

.info-box #search{
	margin-bottom: 20px;
}

.info-box #search{
	margin-bottom: 20px;
}

.info-box #search .query{
	width:190px;
	border: 1px solid #222;
	background-position: -16px -33px;
	padding: 2px 15px;
	color: #999;
}

.info-box #search .query:focus{
	background-position: -16px -49px;
	color: #ccc;
	border: 1px solid #ccc;
}

.info-box #search .submit{
	display: none;
}


.info-box #twitter{
	margin-bottom: 20px;
}

.info-box #twitter .content{
	padding: 5px 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #222;
}

.info-box #link-twitter{
	text-decoration: none;
}

.side-title{
	font-size:14px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

#posts{
	margin:0px auto;
}

.post{
	width:500px;
	/*overflow: hidden;*/
	background: #222222;
}
.post a{
	text-decoration: none;
}

.post.photo img{
	width:100%;
}
.post.photo header{
	display: none;
}

.post.video header{
	display: none;
}

.post .entry-title {
	padding: 0px 10px;
	margin: 0px;
	font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
}

.post.text .entry-title,
.post.link .entry-title,
.post.audio .entry-title {
	margin: 8px 0 4px 0;
	line-height:1.4;
}

.post .entry-caption p{
	margin: 0;
	padding: 10px 10px 0px 10px;
}
.post .entry-caption blockquote{
	margin:0px 20px 10px 20px;
	padding:0;
}
.post .entry-caption blockquote p{ 
	margin:0 0 10px 0; 
	padding:0;
}


/* Markup */
.post.text .entry-content{
	margin: 0 10px;
}
.post .entry-content strong,
.post .entry-caption strong{
	font-weight: bold;
}
.post .entry-content em,
.post .entry-caption em{
	font-weight: normal;
	font-style: italic;
}
.post .entry-content strike,
.post .entry-caption strike{
	text-decoration: line-through;
}
.post .entry-content ul,
.post .entry-caption ul{
	margin:0px 12px 10px 12px;
	list-style-type: square;
}
.post .entry-content ol,
.post .entry-caption ol{
	margin:0px 12px 10px 25px;
	list-style-type:decimal-leading-zero;
}
.post.text .entry-content blockquote,
.post.text .entry-caption blockquote{
	border-left: 4px solid;
    margin-bottom: 12px;
    padding: 10px 30px 10px 20px;
}

.post .entry-content h2,
.post .entry-caption h2{
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.post .entry-content p,
.post .entry-caption p{
	margin:0;
	padding-bottom:10px;
}

.post.text .entry-content p{
	/*margin:0 10px;*/
}

.post.link .entry-content p{
	margin:0 10px;
}

/* for people who embed everything in a text post */
.post.text .entry-content img{
	width:100%;
	height: inherit;
	margin-bottom: 10px;
}
.small-posts .post.text .entry-content iframe{
	width:100%;
	height: inherit;
}

.post.text .entry-content iframe{
	width:100%;
}

.post.chat dl{
	margin: -5px 10px 5px 10px;
}

.post.chat .label{
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.post.chat .line{
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}
	
.post .entry-source{
	margin: 0 10px;
	text-align:center;
}

.post.audio .album-art{
	margin: 0 10px 10px 10px;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.post.audio .album-art img{
	width: 100%;
}

.post.audio .player-wrap{
	float:left;
	display: block;
	width:500px;
	border-bottom:1px solid #333;
}

.post.audio .player-wrap .player span embed{
	width:100%;
}

.post.audio .player-wrap .extras ul{
	margin:0px;
	padding:0px;
	
}
.post.audio .player-wrap .extras ul li{
	list-style-type:none;
	margin:5px 0px 5px 10px;
	padding:0px 0px 0px 0px;
}
.post.audio .entry-caption{
	float:left;
}
.post.audio .post-info{
	clear:left;
}
.post footer.post-info {
	margin:5px 0px 10px 0px;
}

.post.quote blockquote{
	text-align: center;
}

.post.answer .entry-content dl{
	margin: 10px;
	padding:0;
}

.post.answer .asker,
.post.answer .author{
	clear:left;
	overflow: hidden;
	line-height: 24px;
}

.post.answer .asker img,
.post.answer .author img{
	width:24px;
	height: 24px;
	float:left;
	margin-right: 10px;
}

.post.answer .entry-title.question{
	line-height: 18px;
	margin:8px 0;
	padding:0;
}

.post.answer .answer{
	margin-top:8px;
	padding: 0;
}



/* small posts */

.small-posts .post{
	width:250px;
	overflow: hidden;
}

.small-posts .post.audio .album-art{
	margin: 0 0px 0px 0px;
	float: left;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

.small-posts .post.audio .album-art img{
	width: 100%;
}

.small-posts .post.audio .player-wrap{
	float:left;
	display: block;
	width:250px;
}



.small-posts .post.text .entry-content {
	margin:0px 0px 10px 0px;
	
}

.small-posts .post.text .entry-content blockquote, .small-posts .post.text .entry-caption blockquote {
	border-left: 2px solid;
	margin-bottom: 12px;
	padding: 0px 20px 0px 10px;
}

/* small post footer */

.small-posts .post-info .share {
	margin: 0 0 0 10px;
	float: left;
}


/* Post Footer */
.post-info {
	position: relative;
}
.post-info ul{
	list-style-type: none;
	padding: 0;
	margin: 5px 0px;
	overflow: hidden;
}
.post-info ul li{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}


.post-info ul li.tags{
	margin: 0 0 0 0px;
}

.post-info ul li.tags ul.taglist { 
	margin:0px;
}

.post-info ul.info-row {
	margin:0px;
	
}

.post-info a {
	font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.post-info a:hover {

}
.post-info a .icon{
	position: relative;
	float: left;
	display: block;
	width: 16px;
	height: 16px;
}

.post-info .permalink a .icon{
	background-position:  0 0;
}
.post-info .permalink a:hover .icon{
	background-position:  0 -16px;
}
.post-info .date a .icon{
	background-position:  -16px 0;
}
.post-info .date a:hover .icon{
	background-position:  -16px -16px;
}
.post-info .reblog-source a .icon{
	background-position: -32px 0;
}
.post-info .reblog-source a:hover .icon{
	background-position: -32px -16px;
}
.post-info .notes a .icon{
	background-position: -48px 0;
}
.post-info .notes a:hover .icon{
	background-position: -48px -16px;
}
.post-info .reblog a .icon{
	background-position: -64px 0;
}
.post-info .reblog a:hover .icon{
	background-position: -64px -16px;
}
.post-info .share a .icon{
	background-position: -80px 0;
}
.post-info .share a:hover .icon{
	background-position: -80px -16px;
}

.post-info .permalink{
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
}
.post-info .reblog-source{
	margin: 0px;
}
.post-info .share{
	margin: 0 10px 0 0;
	float: right;
}
.post-info .share-box{
	display: none;
	z-index: 10;
	position: absolute;
	bottom:0px;
	right: 10px;
	width:200px;
	height: 120px;
	background: #fff;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    border:1px solid rgba(0,0,0, 0.8); 
}
.post-info .share-box li{
	float: left;
}
.post-info .share-box input{
	width:170px;
	padding: 5px;
	line-height: 22px;
	margin: 10px 0px;
	background: #eee;
	border:1px solid #ccc;
}
.post-info .share-box input:focus{
	border:1px solid #999;
}

.small-posts .post-info .share-box{
	bottom:0px;
	left: 22px;
}

#pagenav .next{
	position: fixed;
	top:50%;
	right:20px;
	z-index: 100;
	display: block;
	width:64px;
	height: 16px;
	background-position: -160px 0px;
	text-indent: -9999px;
}

#pagenav .next:hover{
	background-position: -160px -16px;
}

#pagenav .prev{
	position: fixed;
	top:50%;
	left:20px;
	z-index: 100;
	display: block;
	width:64px;
	height: 16px;
	background-position: -96px 0px;
	text-indent: -9999px;
}

#pagenav .prev:hover{
		background-position: -96px -16px;
}

.perma #main,
.search #main{
	width:500px;
}

.perma #disqus_thread{
	background: #222;
}
.perma #dsq-content{
	margin: 0px 10px;
}
.perma #dsq-content h3{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin:0px 0px 5px 0px;
}

.perma .dsq-brlink{
	color: #333;
}

.perma .entry-title{
	padding:10px !important;
}

.perma #notes{
	background: #222;
}
ol.notes {
    padding: 0px;
    margin: 25px 0px;
    list-style-type: none;
    border-bottom: solid 1px #333;
}

ol.notes li.note {
    border-top: solid 1px #333;
    padding: 10px;
}

ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

ol.notes li.note span.action {
    font-weight: normal;
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
    text-decoration: none;
}



/* Infinite Scroll loader */
#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 50%;
  margin-left:-50px;
  bottom: 40px;
  width: 100px;
  padding: 5px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#infscr-loading em{
	font-style: normal;
} 

footer {
	margin:30px 0px 10px 0px;
	text-align:center;
}

#totop a{
	display: block;
	display: none;
	z-index: 999;
	position: fixed;
	top: 2px;
	right: 10px;
	width: 60px;
	padding:2px 5px;
	line-height: 22px;
	text-align: center;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
