/* * * NORMALIZE.CSS * * */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}a{background:transparent;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type=button],/* 1 */ input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}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-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/* BASICS */
html{font-family: Helvetica Neue, Helvetica, Arial;}
body{
	margin:0;
	padding:0;height:100%;}
h2{	font-size:60px;
	font-weight:700;
	margin: 0;
	line-height:1.2;
	margin-bottom:20px;}
h2 a{text-decoration:none;}
strong{font-weight:600;}
blockquote{
    margin: 10px 0 10px 10px;
    padding-left: 15px;
    border-left: solid 4px #dcdcdc;
    line-height:1.5;} 
.clearfix{clear:both;}
p{	margin:0;}
p+p{margin-top:1em}
#tumblr_controls{
	margin-top:4px;
	margin-right:4px;}		
.line{
	width:100%;
	height:1px;
	display:block;
	background-color:#eee;}
::selection{
	background:#000;
	color:#fff;
	text-shadow: none;}
::-moz-selection{
	background:#000;
	color:#fff;
	text-shadow: none;}
.align-left{text-align: left;}
.align-center{text-align: center;}
.align-justify{text-align: justify;}
.hide{display:none;}

/* * * HEADER * * */    
header{
	width:100%;
	height:300px;
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
	background-color:#111;
	overflow:hidden;}
#background-image{z-index: -999;}	
#bg-concealer{
    background-color:#fff;
    height:1000px;
    width:100%;
    display:block;
    z-index:2;
    position:fixed;
    top:336px;
    left:0;}   
#loading-header{
    background-color:#fff;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:block;
    z-index:1984;}	
#background-image-footer{
    min-height: 300px;
    min-width: 960px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom:0;
    z-index:-1585;}
header .bg-top, header .bg-middle, header .bg-bottom{
    min-height: 300px;
    min-width: 960px;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top:0;}	
.bg-pattern{display:none;}    
.child-pattern{
    background-repeat:repeat;
    background-attachment:fixed;}
.filter{
	width:100%;
	height:100%;
	display: block;
	color:#fff;
	transition:all 0.8s;}
.filter ::selection{
	background:#fff;
	color:#111;
	text-shadow: none;}
.filter ::-moz-selection{
	background:#fff;
	color:#111;
	text-shadow: none;}   
.dim-none{	background-color:rgba(0,0,0,0.0);}
.dim-light{	background-color:rgba(0,0,0,0.25);}
.dim-medium{background-color:rgba(0,0,0,0.5);}
.dim-heavy{	background-color:rgba(0,0,0,0.75);}    
#preview-warning{
    display:none;
    position:absolute;
    bottom:15px;
    right:15px;
    font-weight:600;
    font-family:"Source Sans Pro";
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    font-size:14px;
    padding:1px 0px;
    color:rgba(255,255,255,0.8);
    cursor:pointer;
    transition:0.5s all;
    border-bottom:1px solid rgba(255,255,255,0.4);}  
#preview-warning:hover{
    border-bottom:1px solid rgba(255,255,255,0.8);
    color:rgba(255,255,255,1);
}    

/* * * BLOG TITLE * * */
#title{
	text-align: center;
	font-family:"Dosis", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	width:960px;
	margin:0 auto;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	font-weight: 700;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;}
#title a{			text-decoration: none;color:inherit;}	
#title a:hover{		text-decoration: none;color:inherit;}
#title a:active{	text-decoration: none;color:inherit;}	
#title a:visited{	text-decoration: none;color:inherit;}	
.tt-small{
	font-size: 80px;
	padding-top:90px;}
.tt-medium{
	font-size: 100px;
	padding-top:80px;}
.tt-large{
	font-size: 130px;
	padding-top:65px;}
	
/* * * MENU * * */
#menu{
	position: fixed;
	font-family: "Rambla", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	width:100%;}
#menu a{
    text-decoration:none;}
.menuitem{
	cursor: pointer;
	float:left;
	padding:8px 12px;
	transition: 0.5s all;
	border:1px solid rgba(0,0,0,0);}
.menu-commence{
    top:10px;
	left:10px;
	color:#fff;
	z-index:3;}
.menu-commence a{color:#fff;}	
.menu-commence .menuitem:hover,
.menu-commence a:hover{
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,1);}    
.menu-commence .menuitem:hover,
.menu-commence .menuitem_clicked{
    border-bottom:1px solid rgba(255,255,255,1);}
.menu-visible, .menu-translucent{
    top:0px;
	left:0px;
    background-color:#fff;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    z-index:1666;} 
.menu-visible .menuitem, .menu-visible a, .menu-translucent .menuitem, .menu-translucent a{
    color:#444;
    border-right:1px solid rgba(0,0,0,0.05);}
.menu-visible .menuitem:hover, .menu-translucent .menuitem:hover{
    background-color:#222;color:#fff;}
.menu-translucent{
    opacity:0.4;
    transition: 0.5s all;}    
.menu-translucent:hover{
    opacity:1;}
.home-1{display:none;}
#home-special{display:none;}

/* * * BLOG DESCRIPTION * * */	
#about{
	width:700px;
	margin:0 auto;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	font-weight: 400;
	text-rendering: optimizeLegibility;
	font-size:16px;
	font-family: "Source Sans Pro", sans-serif;
	text-align: left;
	position: relative;}
#portrait{
	width:128px;
	height:128px;
	background-color:#fff;
	padding:2px 2px 2px 2px;
	margin:0 0 10px 0;
	position: absolute;
	top:84px;
	left:0;}
.av-circle{		border-radius: 66px;}
.av-circle img{	border-radius: 64px;}
.av-rounded{	border-radius: 20px;}
.av-rounded img{border-radius: 18px;}
.av-square{		border-radius: 0px;}
.av-square img{	border-radius: 0px;}
.av-none{		display:none;}
.desc-circle, .desc-rounded, .desc-square{
    width:530px;
    padding:50px 0 50px 170px;}	
.desc-none{
    width:700px;
    padding:50px 0 50px 0px;}
#about_description{
	height:200px;
	margin-top:0px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;}
#about_description a{
	color:inherit;
	border-bottom:1px solid rgba(255,255,255,0.4);
	text-decoration: none;
	transition: 0.5s all;}
#about_description a:hover{
	border-bottom: 1px solid rgba(255,255,255,1);}

/* * * ASK BOX * * */	
#ask{
	display: none;
	width:700px;
	margin:0 auto;
	padding:55px 0 0 0;}
#ask iframe{
	border-radius: 5px;
	width:100%;
	border:0;}

/* * * BLOG CONTENT * * */
#content{
	margin-top:300px;
	margin-bottom:100px;
	background-color:#fff;
	z-index:10;
	position: relative;
    padding:0px 0 15px 0;}
.box-shadow{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    }    
.post{
	font-size:20px;
	color:#222;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight:400;
	line-height: 1.5;
	position: relative;
	padding:100px 0px 40px 0px;
    margin:0px auto 0px auto;
    width:700px;}
.post iframe{max-width:100%;}    
.post-index{padding-bottom:20px}	
.perma-margin{padding-bottom:85px;}
.caption{margin-top:10px;}
.expand{
    color:#ccc;
    cursor:pointer;
    -webkit-transition:0.2s all;
    text-align:center;
    padding:20px 0 20px 0;
    width:100px;
    margin:10px auto 0 auto;
    font-size:22px;}
.expand:hover{color:#222;}

/* * * POST: PHOTO * * */
.photo{text-align:center;}
.photo-900{
	width:900px;
	margin-left:-100px;}
.photo img{
	max-width:100%;
	margin:0 auto;}

/* * * POST: PANORAMA * * */
.panorama{		width:100%;}
.panorama img{	width:100%;} 
.panorama_details{
	width:700px;
	margin-left:auto;
	margin-right:auto;}

/* * * POST: CHAT * * */
.chat-center{
	margin:0 auto;
	text-align:left;}	
.label{
	font-weight:600;
	padding-right:20px;}

/* * * POST: AUDIO * * */	
.tumblr_audio_player{
    width:100%;
    height:100px;
    border-radius:4px;}
	
/* * * POST: QUOTE * * */	
.quotation{
	font-style:italic;
	font-size:36px;
	margin-bottom:20px;
	font-weight:700;
	line-height:1.3;}

/* * * POST: ANSWER * * */
.question{
	padding-left:80px;
	position:relative;
	font-weight:bold;
	margin-bottom:40px;
	text-align:left;}
.askerportrait{
	position:absolute;
	top:50%;
	height:64px;
	margin-top:-32px;
	left:0;
	border-radius:64px;}
.askername{
    font-weight:600;
    color:#666;
    margin-right:5px;}
.askername a{
	color:inherit;
	text-decoration:none;}
.askername a:hover{text-decoration:underline}

/* POST CONTROLS*/
.post-controls{
    background-color:#1a1a1a;
    color:#ddd; 
    padding: 0;
    font-family:"Rambla","Source Sans Pro";
    font-size:25px;
    font-weight:400;
    padding:20px 0;
    -webkit-font-smoothing: antialiased;}
.post-controls a{
	color:#fff;
	text-decoration:none;}
.post-controls a:hover{color:#fff;}
.post-controls-content{
    width:700px;
    margin:0px auto;
    position: relative;}    
.post-controls-left{
    line-height:1.5;
    text-transform:uppercase;
    font-size:14px;}
.share-{	width:700px;}    
.share-i{	width:650px;}
.share-ii{	width:605px;}
.share-iii{	width:560px;}
.share-iiii{width:515px;}
.meta-element{margin-right:15px;}
.meta-element, .tag{
    text-decoration:none;
    transition: 0.5s all;
	border-bottom: 1px solid #1a1a1a;}
.meta-link:hover .meta-element, .meta-link:hover .tag, .dsq-comment-count:hover, .comment-icon:hover + .dsq-comment-count{border-bottom: 1px solid #ddd;}
.tags{
    border-top:1px solid #222;
    margin-top:5px;
    padding-top:5px;}
.tag{margin-right:15px;}
.post-controls-right{
    position:absolute;
    right:0;
    top:50%;
    height:34px;
    margin-top:-17px;
    padding-top:2px; }
.post-controls-element{
    float:left;
    margin-left:20px;}
.share-icon{
	color:#fff;
	text-decoration:none;} 
a.share-icon{
	color:#b9b9b9;
	transition:0.3s all;}
a.share-icon:hover, a.share-icon:focus{color:#fff;}
.tumblr-icon{
    padding-top:2px;
    transition:0.5s all;}
.perma-controls{margin-top:50px;}
.index-controls{display:none;}
.reblog_button, .like_button, .liked{
	opacity:0.7;
	transition:0.3s all;}
.like_button:hover{cursor:pointer;}
.like_button:hover, .like_button:focus, .reblog_button:hover, .reblog_button:focus, .liked:hover{opacity:1;}

/* * * FOOTER * * */
#footer{		
	width:100%;
	position: fixed;
	height:100px;
	bottom:0;
	left:0;
	z-index: 3;
	background-color:#111;
	-webkit-font-smoothing: antialiased;}
#footer a{
	color:inherit;
	text-decoration:none;}
#footer a:hover{color:inherit;}
#bg-container{
    position:relative;
    height:100px;
    overflow:hidden;}
#nav{
	width:700px;
	margin:0 auto;
	font-family: "Rambla", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;}
#footer #nav{padding:37px 0 37px 0;}	
#older{float:right;}
#newer{float:left;}	
.navitem{
	padding:0px 1px;
	transition: 0.5s all;
	border-bottom: 1px solid rgba(255,255,255,0);
	cursor: pointer;}
.navitem:hover{
	border-bottom: 1px solid #fff;}	
.nav-newold .x-prevnext{display:none;}
.nav-prevnext .x-newold{display:none;}

/* * * SCROLL-TO-TOP BUTTON * * */
#scrolltotop{
	position: fixed;
	bottom:38px;
	right:40px;
	text-align:center;
	font-size:25px;
	color:#fff;
	opacity:0.5;
	z-index: 2;
	cursor: pointer;
	line-height:0.9;
	transition: 0.5s all;
	font-family: "entypo", sans-serif;
	border-top:1px solid #fff;
    font-weight:normal;
    -webkit-font-smoothing: antialiased;}
#scrolltotop:hover{opacity:1;}
@media screen and (max-width: 950px) {
	/* Hide scroll-to-top button on windows smaller than 950px wide */
	#scrolltotop {
    	display:none;
		}
	}

/* * * ENTYPO ICONS * * */
@font-face {
	font-family: "entypo";
	font-style: normal;
	font-weight: normal;
	src:url("http://static.tumblr.com/jhhfv1l/gTmmsilws/entypo.eot");
	src:url("http://static.tumblr.com/jhhfv1l/gTmmsilws/entypo.eot?#iefix") format("eot"), 
  		url("http://weloveiconfonts.com/api/fonts/entypo/entypo.woff") format("woff")/* entypo.woff is not hosted on Tumblr because Firefox and IE don't accept fonts hosted on there directly */, 
  		url("http://static.tumblr.com/jhhfv1l/lKTmsilw6/entypo.ttf") format("truetype"), 
  		url("http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo") format("svg")/* entypo.svg isn't hosted on Tumblr because Tumblr doesn't allow .svg files to be uploaded */;
  	}
[class*="entypo-"]:before {
	font-family: "entypo", sans-serif;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;}
.entypo-calendar:before{		content:"\1f4c5\A0";}
.entypo-twitter:before{			content:"\f309";}
.entypo-facebook-squared:before{content:"\f30e";}
.entypo-info-circled:before{	content:"\e705"}
.entypo-clock:before{			content:"\1f554";}
.entypo-globe:before{			content:"\1f30e";}
.entypo-arrows-ccw:before{		content:"\1f504";}
.entypo-doc-text-inv:before{	content:"\e731";}    
.entypo-comment:before{			content:"\e718";} 
.entypo-up-bold:before          {content:"\e4af"}
.entypo-camera:before{
    content:"\1f4f7";
    font-size:1.2em;
    vertical-align:-0.05em;
    padding-right:0.4em;}    
.entypo-tag:before{
    content:"\e70c";
    font-size:1em;
    vertical-align:0.1em;}
.meta-icon{
    font-size:1.2em;
    vertical-align:-0.09em;
    padding-right:0.4em;}    

/* * * DISQUS * * */
#disqus_thread{
    width:700px;
    margin:30px auto;}
    
/* * * POSTNOTES * * */
#postnotes{
    width:700px;
    margin:30px auto;
    font-family:"Source Sans Pro";}
ol.notes{
	list-style:none;
	padding:0;}   
li.note a{text-decoration:underline;} 
ol.notes blockquote{
	padding:5px 0 5px 10px;
	margin:6px 0 0 0;
	text-indent: -4px;
	line-height:1.2;}
ol.notes blockquote a{
	color:#999;
	text-decoration:none;}
ol.notes blockquote a:hover, ol.notes blockquote a:focus{text-decoration:underline;}
li.note{
	padding:8px 0;
    line-height:1.2;
    text-indent: -30px;
    margin-left: 30px;}
li.note img.avatar {
    vertical-align: -3px;
    margin-right: 10px;
    border-radius:3px;}
span.answer_content{color:#555;}
li.more_notes_link_container a.more_notes_link, .notes_loading{
	-webkit-font-smoothing: antialiased;
	text-decoration:none;
	color:#999;
	font-weight:bold;
	transition:0.3s all;}
li.more_notes_link_container a.more_notes_link:hover{color:#444;}
.more_notes_link_container{margin-top:32px;}
.more_notes_link:before{
	font-family: "entypo";
	content:"\e75c";
	margin-right:15px;}
.more_notes_link:after{
    font-family: "entypo";
    content:"\e75c";
    margin-left:15px;}
    
/* * * GOOGLE FONTS * * */
/* These Google fonts are not hosted on Tumblr because Firefox and IE don't accept fonts hosted on there because of an issue with cross-domain linking. */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: local('Dosis Bold'), local('Dosis-Bold'), url(http://themes.googleusercontent.com/static/fonts/dosis/v2/x-7NZTw0n-ypOAaIE8uSrnYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
    }
@font-face {
  font-family: 'Rambla';
  font-style: normal;
  font-weight: 400;
  src: local('Rambla'), local('Rambla-Regular'), url(http://themes.googleusercontent.com/static/fonts/rambla/v2/4oKK3Z-EimNu4ISiv21vMuvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Rambla';
  font-style: normal;
  font-weight: 700;
  src: local('Rambla Bold'), local('Rambla-Bold'), url(http://themes.googleusercontent.com/static/fonts/rambla/v2/kIZPeiOLKnKdd6L5mB1Cn7O3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGIqjGYJUyOXcBwUQbRaNH6c.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/M2Jd71oPJhLKp0zdtTvoM_bce-VcyLJMRR1FC9qWbU8.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6J4LxuTxC3JbLqy8IUt0K1T3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6PgYMAt3u4NmhhzLLLPJ5qH3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}