/*
 Defaults 
 */
				
html, body {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
}

html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

body {
	font-size: 1.2em;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
}

/*
 Colouring
 */

.dark {
	background-color: #333;
	color: #AAA;
}

.dark .project .title {
	color: #FFF;
}

.dark #nav a, .dark #projectHeading a {
	color: #FFF;
}

.dark #content a {
	color: #AAA;
}

.light {
	background-color: #FFF;
}

.light .project .title {
	color: #000;
}

/*
 No IE
 */

#badIEbad {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 12em;
	font-weight: bold;
	text-align: center;
	background: #FF0000;
	color: #000;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	overflow: auto;
	z-index: 2000;
}

#badIEbad span {
	color: #FFF;
}

#badIEbad #why {
	display: block;
	font-size: 0.2em;
}

#badIEbad #why span {
	font-weight: normal;
}

/*
 Utilities
*/

.indent {
	margin-left: 228px;
}

/*
 Page parts
 */

#top {
	float: left;
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

#title {
	float: left;
	width: 228px;
	font-size: 1.6em;
}

#top a {
	text-decoration: none;
}

#nav {
	float: left;
}

#nav a {
	font-size: 1.6em;
}

#top a:hover {
	text-decoration: underline;
}

#nav .active a {
	text-decoration: underline;
}

#nav .active a:hover {
	text-decoration: none;
}

#nav ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

#nav ul li {
	float: left;
	width: 225px;
}

#nav ul li#projects {
	width: 150px;
}

#nav ul li#projects a {
	display: block;
	width: 115px;
}

#projectHeading {
	float: left;
	clear: both;
	margin-top: 45px;
	width: 100%;
	font-size: 2.5em;
}

#projectHeading .back {
	display: none;
}

#projectHeading a:hover {
	text-decoration: none;
}

#projectHeading:hover .title {
	display: none;
}

#projectHeading:hover .back {
	display: inline;
}

#content {
	float: left;
	clear: both;
}

.inner {
	padding: 20px;
}

#content .inner {
	float: left;
	margin-top: 150px;
}

.project {
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.project .title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.5em;
	z-index: 2;
}

.project img {
	display: block;
	float: left;
	padding: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 0;
	background: #000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
}

.project a {
	text-decoration: none;
}

.project a:hover .title {
	display: none;
}

.project a:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

.fileGroup {
	float: left;
	clear: both;
}

.textblock {
	float: left;
	clear: both;
	margin: 30px 0 30px 0;
	font-size: 1.6em;
	width: 600px;
}

.textblock a {
	text-decoration: underline;
}

.textblock a:hover {
	text-decoration: none;
}

.file {
	float: left;
	margin: 10px 10px 0 0;
}

.file .image {
	float: left;
	margin: 0 0px 0 0;
}

.file img {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.file .info {
	float: left;
	margin-left: 10px;
	width: 120px;
	font-size: 0.9em;
}

.file .info .title {
	display: block;
	font-weight: bold;
}

.slideshow .file .info {
	margin-left: 0;
	width: 100%;
}

.fileGroup.slideshow {
	margin-top: 10px;
	margin-bottom: 10px;
}

.infoblock {
	float: left;
	clear: both;
	margin: 0 0 30px 0;
	font-size: 1.6em;
	width: 600px;
}

::selection {
	color: #FFF;
}

::-moz-selection {
	color: #FFF;
}