* {
    margin: 0;
    padding: 0;
}

body { 
    margin: 0; 
    font: 12px Arial, 'Helvetica Neue', sans-serif;
    background: black;
    padding: 0;
    color: #fff;
padding-bottom:70px;
margin-bottom:40px;

max-width:1030px;
}

a {
    color: gold;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration:underline;
}

#nav {
    margin-left:18px;
    margin-bottom: 10px;
    margin-top:10px;
    height: 90px;
    background: url(/APOCALYPTICCOLORS.jpg) no-repeat;
}



h1, h2 {
    font-weight:100;
}

h1 {
    font-size: 36px;
}

h1, h2, h3, p, ul, ol, pre {
    margin-bottom: 1.0em;
}


.copy h2 {
    border-top: 2px solid #FFF;
    padding-top: 10px;
    clear: both;
}

a img {
    border: none;
}

pre, code {
    font-family: Monaco, monospace;
    font-size: 12px;
    background: #111;
    color: #F5F5F5;
}

p code {
    padding: 1px 3px;
}

pre {
    padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

pre .string { color: #3C3;}
pre .constant { color: #66F;}
pre .property { color: #A00;}
pre .keyword { color: #E66;}
pre .storage { color: #FC8;}
pre .comment { color: #888;}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }

.copy {
    width: 600px;
    line-height: 1.4em;
}

blockquote {
	margin: 0;
	font: italic 18px Georgia, serif;
}

dt {
    font-weight: bold;
    font-size: 14px;
}

dd + dt {
    margin-top: 0.5em;
}

dd {
    margin-left: 1.0em;
}


#footer {
    clear: both;
}


#tumblelog {
	background: #000;
	padding: 1.0em;
}

#tumblelog:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



#tumblelog .storysilver, .storygold, .story3, .story4, .story5, .story6 {
	margin: 10px;
	padding-top: 10px;
	background: #000;
	float: left;
}


#tumblelog .storysilver a {color: silver;}
#tumblelog .storygold a {color: gold;}

#tumblelog h1, #tumblelog h2, #tumblelog h3 { font-weight: bold;}

#tumblelog .col220TMP { width: 220px;}
#tumblelog .col220TMP img {max-width:220px; height:156px;}


#tumblelog .col220 { width: 220px;}
#tumblelog .col460 { width: 460px;}
#tumblelog .col700 { width: 700px;}
#tumblelog .col100 { width: 100px; margin-top:2px; margin-bottom:2px;}

#tumblelog .col220 img {max-width:220px; height:auto;}
#tumblelog .col460 img {max-width:460px; height:auto;}
#tumblelog .col700 img {max-width:700px; height:auto;}
#tumblelog .col100 img {max-width:100px; height:auto;}

/* Infinite Scroll loader */
#infscr-loading { 
    z-index: 5000;
    position: fixed;
    left: 40%;
    bottom: 40px;
    width: 200px;
    height: 100px;
    padding: 10px;
    background: #000; 
    opacity: 0.8;
    color: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

h2, h1 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -0.1em;
    padding-bottom: 0;
	padding-top:0;
	margin:0;
	text-transform:uppercase;
	margin-top:-5px;
	margin-bottom:1px;
	line-height:28px;
    z-index:111;
}

/*depr.*/
.entry-header {
	font-size:10px;
	color:gold;
	
}



