/*
#########################################################################
	GENERAL
#########################################################################
*/

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica Neue', 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: #202020;
	color: #fff;
	overflow: hidden;
}

a {
	color: #fff;
	text-decoration: none;
}

li {
	list-style: none;
}

p {
	text-transform: none;
	padding-bottom: 10px;
	line-height: 15px;
}

p a {
	text-decoration: underline;
}

p strong {
	color: #202020;
}

/*
#########################################################################
	HELPERS
#########################################################################
*/
.love {
	background: url(/static/img/heart.png) no-repeat center 3px;
	width: 24px;
	height: 14px;
	line-height: 14px;
	text-indent: 9999px;
	overflow: hidden;
	display: inline-block;
	zoom: 1;
	color:#000;
}

.close {
	display: block;
	float: left;
	padding: 3px 5px;
/*	background: #202020;*/
	position: absolute;
	right: 25px;
	top: 23px;
	z-index: 1000;
	cursor: pointer;
}

.close:hover {
	color: #202020;
}

/*
#########################################################################
	HEADER
#########################################################################
*/

body > header {
	height: 34px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}

body > header h1,
body > header nav {
	width: 50%;
}

body > header h1 {
	text-align: right;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	left: -32px;
	top: 50%;
	margin-top: -17px;
	overflow: hidden;
}

body > header nav {
	font-size: 10px;
	line-height: 11px;
	position: absolute;
	right: -32px;
	top: 50%;
	margin-top: -17px;
}

/*
#########################################################################
	ARTICLE
#########################################################################
*/
article {
	width: 34px;
	height: 34px;
	background: #e51837;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -17px 0 0 -17px;
	overflow: hidden;
}

article > section {
/*	padding: 25px;*/
/*	margin-top: 500px;*/
	padding: 25px;
	font-size: 11px;
}

article > section header {
	padding-bottom: 25px;
	font-size: 16px;
	color: #202020;
}

/*
#########################################################################
	ABOUT
#########################################################################
*/
#about ul li {
	padding-bottom: 10px;
}

#about ul li a {
	text-transform: none;
	text-decoration: underline;
}

/*
#########################################################################
	CONTACT
#########################################################################
*/
#contact ul li {
	width: 50%;
	float: left;
}

#contact dl dt {
	color: #202020;
}

#contact dl dd {
	margin-bottom: 15px;
	text-transform: none;
}

/*
#########################################################################
	WORKS
#########################################################################
*/

#works {
	position: static;
}

/* ASIDE
---------------------------------------- */
#works aside {
	
}

#works aside {
	float: left;
	width: 250px;
	height: 455px;
	overflow: hidden;
	position: relative;
}

#works aside nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	overflow: hidden;
}

#works aside nav ul li {
	width: 500px;
	overflow: hidden;
	float: left;
	padding-bottom: 2px;
}

#works aside a {
	background: #fff;
	color: #202020;
	padding: 5px;
	float: left;
}

#works aside a.selected {
	background: #202020;
	color: #fff;
	padding-right: 250px;
}

/* JOBS
---------------------------------------- */
#jobs {
	position: absolute;
	right: 74px;
	top: 0;
	width: 402px;
	height: 550px;
	overflow: hidden;
}

#jobs section {
	width: 100%;
	overflow: hidden;
	display: none;
	background: #202020;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
}

#jobs section header {
	background: #202020;
	color: #fff;
	padding: 25px;
	margin-bottom: 1px;
}

#jobs section header h1 {
	padding-bottom: 25px;
	font-weight: normal;
	color: #e51837;
}

#jobs section header dl {
	font-size: 11px;
}

#jobs section header dt {
	color: #e51837;
}

#jobs section header dd {
	margin-bottom: 5px;
	text-transform: none;
}

#jobs section header dd a {
	background: #e51837;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 2px;
	display: inline-block;
	zoom: 1;
}

#jobs section header dd a.no-bg {
	background: none;
	color: #fff;
	padding: 0;
	border-bottom: none;
	text-decoration: underline;
}


#jobs section header dd strong {
	font-weight: normal;
	text-decoration: underline;
}

#jobs img {
	float: left;
	border-bottom: 1px solid #e51837;
	background: #e51837 url(/static/img/loader.gif) no-repeat center center;
	min-height: 150px;
	min-width: 400;
}





































