/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ------------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");
@import url("sIFR-screen.css");

/* Elements -------------------------------------------------- */
/* ------------------------------------------------------------*/

table th,
table td { padding: .5em; }

hr {
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	height: 1px;
	margin: 1em 0;
	clear: both;
}

/* Shared classes -------------------------------------------- */
/* ------------------------------------------------------------*/

.col {
	float: left;
	margin-right: 10px;
	width: 225px;
}

.last,
.four {
	margin-right: 0 !important;
	border: none;
}

p.posted { margin: 0; }

div.date {
	float: left;
	margin-right: 1em;
	padding: .5em;
	background: #000;
	color: #FFF;
}

div.date span { display: block; }

/* Basic structure ------------------------------------------- */
/* ------------------------------------------------------------*/

div#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

div#main {
	float: left;
	width: 100%;
	margin-top: 350px;
}

div#main-inner {
	position: relative;
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

div#content {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 2em;
}

body.two-cols div#content { width: 685px; }

div#sidebar {
	float: right;
	position: relative;
	width: 225px;
}

div#header {
	position: absolute;
	height: 350px;
	top: 0;
	left: 0;
	width: 930px;
	padding: 0 25px;
}

div#footer {
	clear: both;
	position: relative;
	width: 100%;
}

/* Subnavigation  -------------------------------------------- */
/* ------------------------------------------------------------*/

div#sub-nav {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 5em;
}

div#sub-nav ul {
	margin: 0;
	list-style: none;
}

/* Items ----------------------------------------------------- */
/* ------------------------------------------------------------*/

div.item {
	float: left;
	width: 100%;
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.item .left {
	float: left;
	width: 225px;
	margin-right: 10px;
	padding: 15px 0;
}

div.item .right {
	float: right;
	width: 605px;
	margin-right: 45px;
}

div.item .up { clear: both; }

/* Showreel -------------------------------------------------- */
/* ------------------------------------------------------------*/

div#showreel {
	position: relative;
	float: left;
	width: 100%;
	height: 523px;
	margin: 1em 0;
}

div#showreel div.controls {
	position: absolute;
	z-index: 100;
	bottom: 0;
	width: 100px;
	height: 30px;
}

div#showreel div.controls ul {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	list-style: none;
}

div#showreel div.controls ul li {
	float: left;
	margin-right: 5px;
}

div#showreel div.controls a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999em;
}

div#showreel div.controls a span { display: none; }

div#showreel div.info {
	position: absolute;
	left: 100px;
	bottom:0;
	height: 30px;
	z-index: 1000;
}

div#showreel div.info div { padding: 7px 20px 7px 0; }

div#showreel div.mask div {
	display: block;
	float: left;
}

div#showreel div#box { position: absolute; }

/*
div#showreel div#box div a {
	display: none;
	visibility: hidden;
}
*/

/* Shortcuts ------------------------------------------------- */
/* ------------------------------------------------------------*/

div#shortcuts {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 1em;
}

div#shortcuts div.col {
	padding: 10px;
	width: 203px;
	border-width: 1px;
	border-style: solid;
}

/* Sidebar --------------------------------------------------- */
/* ------------------------------------------------------------*/

div#sidebar div.group { margin-bottom: 2em; }

div#sidebar ul {
	margin: 0;
	list-style: none;
}

div#sidebar a:hover { text-decoration: underline; }

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

div#logo {
	position: relative;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

div#logo a {
	position: relative;
	margin: 0 auto;
}

div#nav ul {
	margin: 0;
	list-style: none;
}

div#nav ul li {
	float: left;
	margin-right: 10px;
	width: 225px;
}

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

div#skyline { height: 170px; }

div#footer-inner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 930px;
	padding: 20px 10px 100px;
}

div#footer ul {
	margin: 0;
	list-style: none;
}

div#footer ul li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 2.5em;
}

div#footer em {
	margin-right: .5em;
	font-style: normal;
}
