@charset "UTF-8";
/**
 * Copyright (c) 2008, Joeri Bekker
 * STUDIO ACHT Layout
 */
html {
	height: 100%;
	overflow: hidden;
	background-color: auto;
}
body {
	height: 100%;
	background-color: #fff;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.70em;
}

/* Start pagina */
body.start {
	background-color: #111;
}
#start {
	height: 300px;
	width: 640px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -320px;
}
#start ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 634px; /* 100% - 5px margin - 1px margin */
	margin: 0 0 0 5px;
}
.tip ul, .tip ul li {
	margin: 0 0 5px 0;
	padding: 0
}
#start ul li, .tip ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#start ul li {
	float: left;
	width: 33%;
	text-align: center;
}
#start ul li.first {
	width: 34%;
	text-align: left;
}
#start ul li.last {
	width: 33%;
	text-align: right;
}
#start a, .tip a {
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0.5em;
}
#start a:hover, .tip a:hover {
	text-decoration: underline;
}

/* Studio pagina */
#container {
	height: 560px;
	width: 974px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -487px;
}
#grid {
	float: left;
}
#grid td {
	border: 0;
	height: 80px;
	width: 80px;
	padding: 0;

	text-align: center;
	vertical-align: middle;
}
#grid td img.project {
	border: 0;
}
#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 540px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#categories {
	position: absolute;
	top: 80px;
	left: 0px;
	text-transform: uppercase;
}
#categories h2 {
	margin-bottom: 5px;
	color: red;
}
#categories ul {
	margin: 0;
	padding: 0;
}
#categories li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#categories li.last {
	margin-top: 5px;
}
#categories li a:link, #categories li a:visited {
	text-decoration: none;
	padding: 3px 0px;
	color: red;
	display: block;

	/*border-left: 5px solid red;
	border-right: 5px solid red;
	width: 210px;*/
}
#categories li a:hover, #categories li a:active {
	/*background-color: red;
	color: white;*/
}
#categories li a span {
	display: block;
	float: left;
	border: 1px solid red;
	height: 7px;
	width: 7px;
	margin: 2px 9px 0 1px;
	margin-top: 2px;
}
#categories li a.hover span, #categories li a.active span {
	background-color: red;
}
#categories li a.active span {
	height: 9px;
	width: 9px;
	margin: 1px 8px 0 0;
}
#menu {
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;

	float: left;
	margin-right: 5px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	display: block;
	color: red;

	border-bottom: 2px solid red;
}
#menu li a:hover, #menu li a:active {
	background-color: red;
	color: white;
}

/* Project */
#project {
	overflow: hidden;
	width: 100%;
	height: 100%;
	line-height: 1.2em;
}
#project #photo {
	width: 698px;
	height: 358px;
	border: 1px solid #bbb;
}
#project #navigation {
	width: 100%;
	height: 75px;
}
#project #navigation ul {
	margin: 5px 0 0 0;
	padding: 0;
	border-left: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	float: left;
	height: 18px;
}
#project #navigation ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;

	float: left;
	text-align: center;
}
#project #navigation ul li a:link, #project #navigation ul li a:visited {
	display: block;
	color: red;
	border-right: 1px solid red;
	width: 19px;
	height: 18px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#project #navigation ul li a:hover, #project #navigation ul li a:active {
	background-color: red;
	color: white;
}

#project #description {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 135px;
}
#project #description h2 {
	height: 30px;
	padding: 0;
	margin: 0;
}
#project #description td {
	border: none;
}
#project #description #scroller {
	overflow-y: scroll;
	height: 105px;
	width: 100%;
}
#project #description #scroller #intro {
	font-weight: bold;
}

/*
#lightwindow_title_bar {
	background-color: red;
}
*/
#lightwindow_title_bar_title {
	color: #fff;
	font-weight: bold;
}
a#lightwindow_title_bar_close_link {
	color: #fff;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
	background-color: white;
}
a#lightwindow_title_bar_close_link:hover, a#lightwindow_title_bar_close_link:active {
	background-color: white;
	color: black;
}
#lightwindow_loading span a, #lightwindow_loading span a:link, #lightwindow_loading span a:visited {
	color: gray;
}
#content td, #content th {
	padding: 0;
	border: none;
}
#content {
	height: 540px;
	overflow: auto;
}
