@import 'reset.css';

@font-face {
	font-family: "titillium";
	src: url('fonts/TitilliumText22L001.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "titillium";
	src: url('fonts/TitilliumText22L004.otf');
	font-weight: bold;
	font-style: normal;
}

body {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
	color: rgba(255,255,255,0.7);
	background: #3dd url(/img/bg.png) center top fixed;
	padding: 30px 0px;
	font-family: 'titillium';
}

header, section {
	width: 660px;
	margin: 15px auto;
}

a, .has-js h3 {
	color: rgba(255,255,255,0.7);
	border-bottom: 1px dotted rgba(255,255,255,0.7);
	text-decoration: none;
	cursor: pointer;
}

li {
	background: rgba(255,255,255,0.1);
	margin-right: 15px;
}

em {
	font-style: normal;
	font-weight: bold;
}

h1, h2 {
	display: inline;
	font-weight: bold;
}

h2 {
	margin-right: 10px;
}

h3, ul, p, li {
	display: inline;
}

article {
	display: inline-block;
	margin: 20px 0px 20px -20px;
	padding: 20px;
	width: 660px;
	background: rgba(0,0,0,0.7);
}

.has-js section#work article {
	display: none;
}

section article p {
	display: block;
}

section article img {
	display: block;
	margin-top:20px;
}

section article img:last-child:after {
	content: '';
	clear: left;
}

section article img.left {
	float: left;
	margin-right: 20px;
}