@charset "UTF-8";
/* CSS Document */
/* Handtyped with love by Iain Phillips */

html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	background: #e6e6e5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

/* layout */

#black-container {
	width: 960px;
	height: 100%;
	margin: auto;
	background: url(images/container-bg.gif) repeat-y;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 540px;
	background: url(images/background-bg-home.jpg) no-repeat;
	background-position: 0 5px;
}

#grey-container {
	position: relative;
	width: 960px;
	background: #e6e6e5;
}

#content {
	position: relative;
	width: 900px;
	margin: 0 30px 0 30px;
}

#top {
	height: 64px;
	padding: 56px 0 0 0;
	background: url(images/top-bg.gif);
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	text-transform: lowercase;
}

#introduction {
	padding: 50px 0 50px 0;
	clear: both;
}

#enduction {
	padding: 40px 0 0 0;
	clear: both;
}

.clearer {
	clear: both;
	height: 10px;
	font-size: 0px;
}

#footer {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 0 30px 0 30px;
	height: 50px;
	background: #151515;
	text-align: center;
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 29px;
}

/* backgrounds */

#background.iris-nation {
	background: url(images/background-bg-iris-nation.jpg) no-repeat;
	background-position: 0 5px;
}

#background.millennium-box {
	background: url(images/background-bg-millennium-box.jpg) no-repeat;
	background-position: 0 5px;
}

#background.hyper-island {
	background: url(images/background-bg-hyper-island.jpg) no-repeat;
	background-position: 0 0;
}

#background.ghost-climber {
	background: url(images/background-bg-ghost-climber.jpg) no-repeat;
	background-position: 0 -1px;
}

#background.ikea-roomshare {
	background: url(images/background-bg-ikea-roomshare.jpg) no-repeat;
	background-position: 0 -5px;
}

#background.vue-entertainment {
	background: url(images/background-bg-vue-entertainment.jpg) no-repeat;
	background-position: 0 0;
}

#background.goals-soccer {
	background: url(images/background-bg-goals-soccer.jpg) no-repeat;
	background-position: 0 0;
}

/* headers */

h1 {
	float: left;
	width: 300px;
	font-size: 48px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 6px 9px 0 9px;
	background: #151515;
	color: #FFFFFF;
	float: left;
	display: inline-block;
	font-weight: normal;
	font-size: 24px;
	height: 34px;
}

#project h2 {
	margin: 0px;
	padding: 6px 9px 0 9px;
	background: none;
	color: #000000;
	float: none;
	display: block;
	font-weight: normal;
	font-size: 24px;
	height: 29px;
}

a {
	text-decoration: none;	
}

h3 {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	text-transform: lowercase;
	padding: 4px 0 0 10px;
	margin: 0px;
	line-height: 25px;
}

h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 63px 0 0 0;
	margin: 0 0 -7px 0;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

/* menu */

#top a {
	text-decoration: none;
	color: #000000;
}

#menu {
	float: right;
	width: 600px;
	font-size: 24px;
	text-align: right;
	padding: 23px 0 0 0;
	line-height: 25px;
}

/* content boxes */

#black-box {
	float: left;
	margin: 10px 0 0 10px;
	border-right: 10px solid #151515;
	background: url(images/box-bg.gif) repeat-x #151515;
	color: #FFFFFF;
}

#black-box p {
	padding: 6px 15px 14px 15px;	
}

#white-box {
	float: left;
	margin: 10px 0 0 10px;
	border-right: 10px solid #FFFFFF;
	background: url(images/box-bg.gif) repeat-x #FFFFFF;
	color: #000000;
}

#white-box p {
	padding: 6px 15px 14px 15px;	
}

#grey-box {
	float: left;
	margin: 10px 10px 0 10px;
	background: url(images/box-bg.gif) repeat-x #e6e6e5;
	color: #000000;
}

#grey-box p {
	padding: 6px 15px 14px 15px;	
}

.w225 {
	width: 205px;
}

.w300 {
	width: 280px;
}

.w300h145 {
	width: 280px;
	height: 145px;
}

.w375 {
	width: 355px;
}

.w450 {
	width: 430px;
}

/* project boxes */

#project {
	position: relative;
	padding: 40px 0 0 0;
}

#panel {
	position: relative;
	width: 900px;
	height: 225px;
	background: #FFFFFF;
	clear: both;
}

a#view {
	position: absolute;
	right: 0px;
	bottom: 10px;
	display: block;
	background: url(images/view-bg.png) no-repeat #151515;
	background-position: right center;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 0 0 10px;
	width: 140px;
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	line-height: 15px;
}

a#view:hover {
	background: url(images/view-bg.png) no-repeat #00affa;
	background-position: right center;
}

a#image {
	display: block;
	width: 900px;
	height: 225px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/blank.gif);
}

sup {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

/* the screenshot and annotation */
/* what i'll call my pub */

#screenshot {
	position: relative;
}

#toggle {
	width: 870px;
	height: 20px;
	text-align: right;
	background: url(images/pen.png) no-repeat;
	background-position: bottom right;
	padding: 20px 30px 0 0;
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	line-height: 15px;
}

#toggle a {
	text-decoration: none;
	color: #000000;
}

#annotations {
	width: 900px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.twenty {
	position: relative;
	width: 900px;
	height: 100%;
	background: #000000;
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	filter:alpha(opacity=20);
}

#hitme {
	width: 900px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

a.on {
	cursor: pointer;	
}

a.off {
	cursor: pointer;	
}

/* footer */

a.backup {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

a.next {
	position: absolute;
	right: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

a.prev {
	position: absolute;
	left: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

/* Projects */
/* Home */

a.home {
	color: #FFFFFF;
	border-bottom: 1px solid #E10096;
	font-style: italic;
}

/* Iris Nation */

a.iris {
	color: #000000;
	border-bottom: 1px solid #32affa;
	font-style: italic;
}

/*Millennium */

#vimeo-1 {
	position: absolute;
	left: 460px;
	top: 250px;
	width: 440px;
	height: 250px;
	background: FFFFFF#;
}

a.millennium {
	color: #000000;
	border-bottom: 1px solid #C80000;
	font-style: italic;
}

/* Hyper Island */

a.hyperisland {
	color: #000000;
	border-bottom: 1px solid #5a503c;
	font-style: italic;
}

/* Ghost Climber */

#vimeo-2 {
	position: absolute;
	left: 460px;
	top: 1540px;
	width: 440px;
	height: 250px;
	background: FFFFFF#;
}

a.ghost-climber {
	color: #000000;
	border-bottom: 1px solid #7d9664;
	font-style: italic;
}

/* IKEA Roomshare */

a.ikea-roomshare {
	color: #000000;
	border-bottom: 1px solid #C89600;
	font-style: italic;
}

/* Vue Entertainment */

a.vue-entertainment {
	color: #000000;
	border-bottom: 1px solid #fa8228;
	font-style: italic;
}

/* Goals Soccer */

a.goals-soccer {
	color: #000000;
	border-bottom: 1px solid #B1DC22;
	font-style: italic;
}
