/*
Theme Name: Xeno Xola
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	background: transparent;
	margin-bottom: 0px;
	padding: 0 0px;
}

#main {
	margin: 0 auto;
	width: 1000px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background: #fff;
	display: none;
	font-family: 'lato', sans-serif;
	font-weight: 200;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #333;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* = Body Styles
-------------------------------------------------------------- */

#body-main {
	background-repeat: no-repeat;
	background-position: top center;
	background: #333;
}

#smile {
	background-image: url(../images/backgrounds/smile-tile-bk.jpg);
	background-color: #E0D9D9;
}

#solar {
	background-color: #000;
}

#solar2 {
	background-color: #000;
	background-image: url(../images/backgrounds/star-smile-bk.jpg);
}

#glitch {
	background-color: #DEBDBD;
	background-image: url(../images/backgrounds/glitch-smile-bk.jpg);
}

#about {
	background-image: url(../images/backgrounds/smile-fruit-bk.jpg);
}

#consume1 {
	background-image: url(../images/backgrounds/consume-bk.jpg);
	background-color: #CCB48B;
}

#consume2 {
	background-image: url(../images/backgrounds/consume-shudder-bk.gif);
}

#consume3 {
	background-image: url(../images/backgrounds/brown-fade-bk.gif);
}

#kant {
	background-color: #000;
	background-image: url(../images/backgrounds/mold-smile-bk.gif);
}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	background: transparent;
	width: 100%;
}

#header h1 {
	margin: 0 0 0 -10000px;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
}


/* =Menu
-------------------------------------------------------------- */

#menu {
	margin: 0 20px;
}

#menu a {
	text-decoration: none;
	color: #fff;
	font-weight: 900;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
}

#content {
	width: 1000px;
	height: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -300px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	font-family: 'Nobile', sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content .title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 0;
}

#content .post {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.title a:link,
.title a:visited {
	color: #000;
	text-decoration: none;
}
.title a:active,
.title a:hover {
	color: #ff4b33;
}

.prev-link a {
	position: fixed;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	color: #fff;
	font-weight: 900;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: normal;
	background: #000;
	padding: 5px;
	text-decoration: none;
	z-index: 1000;
}

.next-link a {
	position: fixed;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	color: #fff;
	font-weight: 900;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: normal;
	background: #000;
	padding: 5px;
	text-decoration: none;
	z-index: 1000;
}

/* = Special Content Styles
-------------------------------------------------------------- */

/* Home */

.home #content .title h2 {
	margin: 0;
	padding: 120px 50px 0 50px;
	line-height: 80px;
	font-size: 80px;
	font-weight: 200;
	text-align: center;
}

.home #content .post {
	font-size: 340px;
	line-height: 340px;
	letter-spacing: -10px;
	text-align: center;
	font-family: Astloch;
}

/* Evolution */

.evolution #content .four-column {
	width: 230px;
	margin: 0 10px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #eee;
}

.evolution #content .two-column {
	width: 480px;
	margin: 0 10px;
	float: left;
	font-size: 22px;
	line-height: 32px;
	color: #eee;
	font-family: Vollkorn;
	letter-spacing: .03em;
}

.evolution #content .post {
	font-size: 32px;
	line-height: 50px;
	color: #eee;
	font-family: Vollkorn;
	font-weight: 400;
	letter-spacing: .03em;
}


/* Smile and Glitch */

#smile #menu a {
	color: #000;
}

#smile #content .post, #glitch #content .post {
	position: relative;
}

#smile #content .post-text, #glitch #content .post-text {
	position: absolute;
	top: 100px;
	left: 0;
	color: #E0D9D9;
	font-size: 200px;
	line-height: 200px;
	text-align: center;
	font-family: Astloch;
}

#glitch #content .post-text {
	color: #DEBDBD;
}

#smile #content .post-image, #glitch #content .post-image {
	position: absolute;
	top: 0;
	left: 0;
}

/* Solar */

#solar2 #content .post {
	font-size: 120px;
	line-height: 100px;
	color: #333;
	font-family: Nobile;
	font-weight: 900;
	text-align: justify;
}

#solar2 #content p.credit {
	font-size: 75px;
	line-height: 100px;
	color: #999;
	font-family: Lato;
	font-weight: 200;
	text-align: right;
	padding: 0;
	margin: 0;
}

/* Consume */

#consume1 #content, #consume2 #content, #consume3 #content {
	background-color: transparent;
}

#consume1 #content, #consume2 #content {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	position: relative;
}

#consume1 #content a, #consume #content a:hover {
	color: #fff;
	text-decoration: none;
}

#consume1 #content .title, #consume2 #content .title {
	font-family: 'Astloch', sans-serif;
	font-weight: 200;
	color: #000;
	font-size: 180px;
	line-height: 200px;
	letter-spacing: 15px;
	text-align: center;
}

#consume1 #content .content, #consume2 #content .post {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}

#consume3 #content .post {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	width: 300px;
	text-align: justify;
	position: relative;
	margin: 0 auto;
}


#consume3 #content .post-image {
	position: absolute;
	top: 0;
	left: 0;
}

/* About */

#about #content .post {
	position: relative;
	font-size: 24px;
	line-height: 34px;
}

#about #content .post2 {
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.2em;
	color: #fff;
	margin: 0 40px;
	left: 0;
	top: 40px;
	z-index: 1000;
	background: #000;
	display: none;
}

#about #content .image-left {
	width: 400px;
	float: left;
}

#about #content .content-right {
	width: 500px;
	float: right;
}

#about #content .about-link {
		margin: 20px 0;
}

#about #content .about-link a {
	background-color: #993300;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
}

#about #content .about-link a:hover {
	color: #333300;
	text-decoration: line-through;
}

/* Kant */

#kant #content {
	width: 300px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
}

#kant #content .post {
	font-size: 12px;
	line-height: 13px;
	text-align: justify;
	position: relative;
	color: #fff;
}

#kant #content .post-image {
	position: absolute;
	top: 0;
	left: 0;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	padding: 0px;
	font-weight: 200;
	font-size: 14px;
	}
	
#body-main #footer {
	background-image: url('images/backgrounds/aenome-tile.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#about #footer {
	background-image: url('images/backgrounds/ananas-tile.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}
	
#solar #footer #colophon, #about #footer #colophon {
	background-color: transparent;
	background-image: url('images/backgrounds/footer-glitch-bk.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#consume2 #footer #colophon, #consume3 #footer #colophon {
	background-image: none;
}
	
#colophon {
	
	background-image: url('images/backgrounds/footer-bk.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
	text-align: center;
	color: #666;
	font-weight: 200;
	padding: 100px 20px 80px 20px;
	width: 920px;
	margin: 0 auto;
}

#colophon a{
	text-decoration: none;
	color: #666;
}