@charset "utf-8";
/* CSS Document */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Xenolope */
html, body {
	height: 100%;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

h2 {
	margin: 15px 0 5px 0;
	font-size: 24px;
}

h3 {
	margin: 15px 0 5px 0;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}

/* Header */
#header {
	background: #ffffff;
	height: 90px;
}

#nav {
	position: absolute;
	top: 60px;
	right: 110px;
}

#nav li {
	margin-left: 50px;
	float: left;
}

/* Main */
#main {
}

#main-title {
	margin-top: 60px;
	height: 34px;
	margin-bottom: 15px;
}

#main-text {
	vertical-align: top;
}

#index-intro {
	padding-top: 75px;
}

#social {
	margin-top: 10px;
}

.social-li {
	height: 32px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}

.social-li a {
}

.social-icon {
	margin-right: 10px;
}

.design {
	margin: 15px 0;
	height: 281px;
}

.design-shot {
	float: left;
	margin-right: 10px;
	border: #333333 5px solid;
}

/* Footer */
#footer {
	background: #ffffff;
	height: 50px;
	position: absolute;
	bottom: 50px;
}

