/*
 * Defaults
 */

html, body {
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-color: #FFF;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1em;
}

.work h1 {
	font-weight: normal;
}

table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/*
 * Utilities
 */

.col {
	float: left;
}

.section {
	float: left;
	margin-right: 20px;
	width: 300px;
}

/*
 * Sections
 */

#box {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	background: #FFF url("../img/box.jpg") no-repeat;
}

#layout, #header, #content {
	float: left;
	clear: both;
}

#layout, #content {
	width: 100%;
}

#layout {
	position: relative;
	top: 30px;
	width: 100%;
}

#header {
	position: relative;
	top: 30px;
	left: 30px;
}

#title {
	margin-right: 20px;
	width: 300px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	padding-right: 10px;
}

#menu .active {
	font-weight: bold;
}

#subtitle, #header {
	position: fixed;
}

#subtitle {
	top: 97px;
	left: 30px;
	z-index: 100;
}

#contentActual {
	position: relative;
	top: 66px;
	left: 30px;
	width: 100%;
}

.work #contentActual {
	width: 990px;
}

.work-view #contentActual {
	left: 10px;
}

.news #contentActual {
	left: 350px;
}

/*
 * Module specific
 */

.news-post {
	position: relative;
	margin-right: 20px;
	width: 250px;
	height: 250px;
}

.news-post h1 {
	margin-bottom: 10px;
}

.news-post .date {
	position: absolute;
	top: 226px;
	left: 0;
}

.news-post .post {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.news-post .image {
	display: none;
	position: absolute;
	top: 250px;
	left: 0;
	z-index: 98;
}

.project {
	float: left;
	margin-bottom: 30px;
	width: 320px;
	font-weight: normal;
}

.subtitle {
	/*font-size: 2em;*/
}

#subtitle h1 {
	font-weight: bold;
}

.textblock .inner {
	width: 297px;
	line-height: 1.4em;
}

.textblock .inner {
	margin: 45px 20px 0 20px;
	width: 297px;
}

#thumbnails {
	position: absolute;
	top: 0;
	left: 320px;
	z-index: 5;
}

#thumbnails span {
	display: none;
}

#projects {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 10;
}
