html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


/* Clearfix For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* Clearfix For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


@font-face {
    font-family: 'MisoLight';
    src: url('../fonts/miso-light-webfont.eot');
    src: url('../fonts/miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/miso-light-webfont.woff') format('woff'),
         url('../fonts/miso-light-webfont.ttf') format('truetype'),
         url('../fonts/miso-light-webfont.svg#MisoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font: 15px/1.5 'courier new', courier, serif;
    background: #f7f7f7 url(../img/alex_bg.jpg) no-repeat 0 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: background-position .6s;
/*    -moz-transition: background-position .6s;*/
    -o-transition: background-position .6s;
    -ms-transition: brackground-position .6s;
    transition: background-position .6s;
    width: 100%;
    color: ##151515;
}
header {
    padding-top: 70%;
    -webkit-transition: padding-top 1s;
    -moz-transition: padding-top 1s;
    -o-transition: padding-top 1s;
    -ms-transition: padding-top 1s;
    transition: padding-top 1s;
}
header.active {
    padding-top: 17%;
}

a {
    text-decoration: none;
    color: #151515;
}
a:hover {
    text-decoration: underline;
    color: #000;
}
header h3 a {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'MisoLight';
}

h2, h1 {
	font-weight: bold;
	line-height: 1;
}
h1 {
	font-size: 48px;
}
body.homepage #content h1 {
    margin: 0 0 30px;
    border-bottom: 1px solid #333;
    padding: 0 0 20px;
}
article h1 {
    margin: 0 0 20px;
}
article.post h2,
article.page h2 {
    margin: 30px 0 10px;
}

h2 {
    font-size: 36px;
    margin: 0 0 20px;
}
h3 {
    font-size: 18px;
}
h2 span, h1 span {
	font-family: Serif;	
	color: rgb(234,82,69);
	font-size: 20px;
}
h4 {
	font-size: 14px;
	border-top: 1px solid rgb(210,210,210);
	text-transform: uppercase;
	padding-top: 10px;
	margin: 0 0 18px;
}
h4 span {
	color: rgb(234,82,69);
}

p {
	margin: 0 0 28px;
}
p.lead {
	font-size: 16px;
	color: #151515;
	margin: 10px 0 30px;
	font-style: italic;
}
article p.lead + p:first-letter {
	font-size: 48px;
	background: #151515;
	padding: 10px;
	color: #fff;
	float: left;
	margin: 0 10px 5px 0;
	line-height: 1;

}
p a {
	border-bottom: 1px solid #ea5245;
}
p a:hover, .error a:hover {
	border-bottom: 1px solid #3fc4e5;
	color: #000;
	text-decoration: none;
}
blockquote {
    font-size: 30px;
    position: relative;
    line-height: 1.5;
    margin: 40px 0;
    color: #000;
    
}
.open-quote, .close-quote {
	position: absolute;
	line-height: 1;
	font-size: 80px;
	font-family: helvetica;
	}
.open-quote {text-indent: -44px;}
.close-quote {text-indent: 10px;}

blockquote  .by {
    font-size: 18px;
}
.inline-quote {
    color: #ccc;
}
article ol,
article ul {padding: 10px 0 20px;}

article ol {
	list-style-type: decimal;
}
article ol li,
article ul li {
	margin: 0 0 5px;	
}
article ul li {
	background: url(../img/bullet.png) no-repeat 0 8px;
	padding: 0 0 0 16px;
	margin-left: -16px;	
}
article a.image {
    border: none;
}
pre, code {
    color:#fff;
    background: #25222a;
    font-family: Monaco, monospace;
    font-size: 12px;
}

pre {
    padding: 20px;
    margin-bottom: 20px;
}
img.me {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
	border-radius: 0 0 25px 0;
}
div.info {
    position: absolute;
    left: 50px;
    top: 100px;
    width: 450px;
}
div.info h3,
div.info ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
}
header.active div.info h3, 
header.active div.info ul {
    opacity: 0;
}
/*body.homepage div.info {
    top: 200px;
    width: 450px;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    
    -webkit-animation-name: info;
    -moz-animation-name: info;
    -ms-animation-name: info;
    animation-name: info;
    -webkit-animation-duration: 1s; 
}*/

/*@-webkit-keyframes info { 

    from { opacity: 0; } 
    to { opacity: 1; } 
}*/
 p.neo {
    margin: 0 0 10px 18px;
    font-style: italic;
    font-size: 13px;
}
p.neo:before {
    content: "⧉";
    margin: 0 8px 0 0;
}
header h1 {
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    background: #151515;
    display: inline-block;
    border-radius: 4px;
    margin: 0 0 30px;
    padding: 5px 20px 5px 20px;
    position: relative;
    z-index: 102;
}
header h1 a {
    color: #fff;
}
header h1 a:hover {
    color: #fff;
    text-decoration: none;
}
header h3 {
    padding: 0 20px 0 18px;
    font-family: 'courier new', courier, serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
}
header ul {
    margin: 20px 0 0 18px;
    list-style: none;
}
header li {
    
}
header div.info li:before {
    content: "→";
    padding: 0 10px 0 0;
}
nav {
    position: absolute;
    right: 50px;
    top: 140px;
    width: 310px;
    z-index: 101;
}
nav a {
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #151515;
    padding: 3px 8px;
    float: left;
    margin: 0 0 0 10px;
    font-size: 16px;
    font-family: 'MisoLight';
    text-transform: uppercase;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
	transition: background 0.5s;
}
nav a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.8);
}
/*nav a#current {
    background: rgba(21,21,21,1);
    color: #fff;
}*/
.open {
    background: #fff;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    -moz-transition: opacity 0.2s ease-in-out 0.2s;
    -o-transition: opacity 0.2s ease-in-out 0.2s;
    -ms-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}
.open:hover {
    opacity: 1;
    text-decoration: none;
}
.open span {
    position: absolute;
    bottom: 3px;
    left: 24px;
}
body.active .open span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#content {
    background: #fff;
	-webkit-box-shadow: 0px 20px 40px #333;
	-moz-box-shadow: 0px 20px 40px #333;
	box-shadow: 0px 20px 40px #333;
    padding: 50px 10% 100px;
    position: relative;
    z-index: 100;
    min-height: 600px;
    background-image: linear-gradient(top, #FFFFFF 8%, #F7F7F7 0%);
    background-image: -o-linear-gradient(top, #FFFFFF 8%, #F7F7F7 0%);
/*    background-image: -moz-linear-gradient(top, #FFFFFF 8%, #F7F7F7 0%);*/
    background-image: -webkit-linear-gradient(top, #FFFFFF 8%, #F7F7F7 0%);
    background-image: -ms-linear-gradient(top, #FFFFFF 8%, #F7F7F7 0%);
    
    background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0.08, #FFFFFF),
    	color-stop(0, #F7F7F7)
    );
    border-top: 1px solid #fff;
}
.post, .page {
    width: 620px;
    margin: 0 auto;
}
p.date {
	color: rgb(72,69,77);
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: 'MisoLight';
	font-size: 18px;
}
body.homepage p.date {
    margin-bottom: 5px;
}



/* archive formatting */

.entry_archive {
    border-bottom: 1px solid #333;
    position: relative;
    margin: 0 0 30px;
}
.entry_title {
    float: left;
    width: 40%;
    margin: 0 3% 0 0;
}
.entry_description {
    float: left;
    width: 40%;
    font-family: 'courier new', courier, serif;
    font-size: 14px;
    
}
.entry_description:after {
    content: "✍";
    float: right;
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 16px;
}


/* notes */

.notes {
    width: 100%;
    margin: 0 auto;
}
.notes h1, .archive h1 {
    border-bottom: 1px solid #333;
    padding: 0 0 20px;
    margin: 0 0 30px;
}
#sidenotes small,
.notes small {
	font-size: 12px;
	color: #666;
	display: block;
}

#sidenotes .date {
    
}
#sidenotes li {
	border-bottom: 1px solid #26232b;
	margin: 0 0 20px;	
}
#sidenotes.notes {
}
#sidenotes.notes h3 {
    font-size: 24px;
    line-height: 1.2;
}
#sidenotes.notes ul {
	width: 100%;
}
#sidenotes.notes li {
	padding: 20px 0;
	border-bottom: 1px solid #26232b;
	border-right: 1px solid #26232b;
	list-style: none;
	width: 199px;
	min-height: 260px;
	float: left;
	padding: 0 20px 0 0;
	display: block;
	margin-right: 20px;
}
#sidenotes.notes li p {
    margin: 10px 0 0;
}
.rsspaging a {
	display: block;
}
.rsspaging_prev {
	
}



/* reponsive? */

@media only screen and (max-width: 768px) {
    html {
        background: url(../img/alex_bg.jpg) no-repeat 0 0 fixed;
        -webkit-background-size: auto;
    }

    body {
          background: transparent;
    }
    div.info {
        position: absolute;
        top: 40px;
        width: 400px;
        z-index: 102;
    }
    header h3 {
      font-size: 14px;
    }
    header ul {
        font-size: 14px;
    }
    nav {
        top: 70px;
    }
    #content {
        min-height: 1000px;
    }
    
}

@media only screen and (max-device-width: 768px) {
    html {
        background: url(../img/alex_bg.jpg) no-repeat 0 0 fixed;
        -webkit-background-size: auto;
    }

    body {
          background: transparent;
    }
    div.info {
        position: absolute;
        top: 40px;
        width: 400px;
        z-index: 102;
    }
    header h3 {
      font-size: 14px;
    }
    header ul {
        font-size: 14px;
    }
    nav {
        top: 70px;
    }
    #content {
        min-height: 1000px;
    }
    
}

@media screen and (max-width: 480px) {
    body {
        background: #f7f7f7 url(../img/alex_bg_thumb.jpg) no-repeat 0 0 fixed;
    }
    header.active {
        padding-top: 70%;
    }
    div.info {
        width: auto;
    }
    div.info h3,
    div.info ul {
        display: none;
    }
    nav {
        top: 140px;
        left: 10%;
    }
    .entry_description:after {
        display: none;
    }
    .entry_title {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .entry_description {
        float: none;
        width: 100%;
    }
    #content {
        padding: 80px 10% 30px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        margin: 0;
    }
    .page {
        width: 100%;
    }
    #sidenotes.notes li {

    	list-style: none;
    	width: 100%;
    	min-height: 0;
    	float: none;
    	padding: 0 0 20px;
    	margin-right: 0;
    	border-right: 0;
    }
}

@media screen and (max-device-width: 480px) {
    
    html {
        background: #f7f7f7 url(../img/alex_bg.jpg) no-repeat 0 0 fixed;
        -webkit-background-size: auto;
    }

    body {
          background: transparent;
          padding-top: 250px;
    }
    header.active {
        padding-top: 70%;
    }
    div.info {
        position: absolute;
        top: 100px;
        width: auto;
        font-size: 200%;
    }
    div.info .neo {
        display: none;
    }
    div.info ul {
        display: none;
    }
    header h1 {
        padding: 5px 20px 5px 20px;
        font-size: 300%;
        width: auto;
    }
    header h3 {
        font-size: 14px;
        padding: 0 10% 0 10%;
        display: none;
    }
    nav {
        left: 10%;
        top: 260px;
        width: auto;
    }
    nav li a {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #151515;
		padding: 3px 8px;
		float: none;
		font-family: 'MisoLight';
		text-transform: uppercase;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		-ms-transition: background 0.5s;
		transition: background 0.5s;
		font-size: 72px;
    }
    .entry_description:after {
        display: none;
    }
    .entry_title {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .entry_description {
        float: none;
        width: 100%;
    }
    #content {
        padding: 80px 10% 30px;
    }
    h1 {
        font-size: 72px;
    }
    h2 {
        font-size: 72px;
    }
    p {
        font-size: 28px;
    }
    p.date {
        font-size: 28px;
    }
    .page {
        width: 100%;
    }
    #sidenotes.notes li {

    	list-style: none;
    	width: 100%;
    	min-height: 0;
    	float: none;
    	padding: 0 0 20px;
    	margin-right: 0;
    	border-right: 0;
    }
    #sidenotes.notes li h3 {
        font-size: 48px;
    }
    form input {
        width: 100%;
        height: 80px;
        font-size: 48px;
        padding: 0;
    }
    form textarea {
        width: 100%;
        height: 300px;
        font-size: 48px;
    }
    .submit input {
        font-size: 36px;
        height: 120px;
    }
}
footer {
    display: none;
}


/* wp stuff */
.post-edit-link {
    display: none;
}
