@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: 'American Typewriter', 'Courier New', Courier, Monaco, mono;
	font-size: 14px;
	color: #000;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 1000px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
img {
	border: none;
}
h1 {
	height:30px;
	overflow:hidden;
	margin: 0 0 20px 0;
	padding: 0;
	text-indent:-999em;
}
h1.rorytaylor { 
width:100%; 
background: transparent url(../images/rorytaylor.jpg) no-repeat top center;
}
h1.helloben { 
width:161px; 
background: transparent url(../images/p5h.png) no-repeat top left;
}
h1.news { 
width:80px; 
background: transparent url(../images/p1h.png) no-repeat top left;
}
h2 {
	height:20px;
	overflow:hidden;
	padding: 0;
	margin: 0 0 10px 0;
	text-indent:-999em;
}
h2.phone { 
	width: 100%; 
	background: transparent url(../images/phone.jpg) no-repeat top center;
}
h2.email { 
	width: 100%; 
	background: transparent url(../images/mail.jpg) no-repeat top center;
}
h2.pdf {
	width: 100%;
	background: transparent url(../images/pdf.jpg) no-repeat top center;
}
p {
	padding: 0;
	margin: 0 0 1.4em 0;
}
.copyright {
	font-size: 12px;
	text-align: center;
	height: 1em;
	clear: left;
}
#panels {
	/* z-index: 200; */
	position: relative;
	min-height: 550px;
	width: 75%;
	height: 100%;
	overflow: hidden;
}
.panel {
	position: absolute;
	top: 0;
	width: 20%;
	height: 100%;
	border-style: solid;
	border-color: #FFF;
	border-width: 0 0 0 2px;
	cursor: pointer;
	overflow: hidden;
}
.panel a:link, .panel a:visited, .panel a:hover, .panel a:active {
	color:#FFF;
}
#panel1 {
	left: -2px;
	background-color: #DC1600;
}
#panel2 {
	left: 20%;
	background-color: #00B722;
}
#panel3 {
	left: 40%;
	background-color: #580B95;
}
#panel4 {
	left: 60%;
	background-color: #FFD72D;
}
#panel5 {
	left: 80%;
	background-color: #00ADDB;
}
.panelbg {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#panel1 .panelbg {
	background-image:url(../images/panelbg/news.jpg);
}
#panel2 .panelbg {
	background-image:url(../images/panelbg/illustration.jpg);
}
#panel3 .panelbg {
	background-image:url(../images/panelbg/photography.jpg);
}
#panel4 .panelbg {
	background-image:url(../images/panelbg/film.jpg);
}
#panel5 .panelbg {
	background-image:url(../images/panelbg/biography.jpg);
}
.panel .content {
		height: 100%;
		position: absolute;
		right: -80%;
		width: 80%;
		overflow: hidden;
}
.panel .content .distance {
		width: 1px;
		height: 5%;
		float: left;
}
.panel .content .container {
		clear: both;
		text-align: left;
		background-image: url(../images/transparent.png);
		width: 100%;
		height: 90%;
		color: #FFF;
}
.navigation {
	position: absolute;
	right: 25%;
	top: 0;
	width: 0%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.navigation div {
	width: 24%;
	height: 100%;
	float: left;
}
.navigation div span {
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.navigation .panel1 {
	background-color: #DC1600;
}
.navigation .panel1 span {
	background-image: url(../images/text/news.jpg);
}
.navigation .panel2 {
	background-color: #00B722;
}
.navigation .panel2 span {
	background-image: url(../images/text/illustration.jpg);
}
.navigation .panel3 {
	background-color: #580B95;
}
.navigation .panel3 span {
	background-image: url(../images/text/photography.jpg);
}
.navigation .panel4 {
	background-color: #FFD72D;
}
.navigation .panel4 span {
	background-image: url(../images/text/film.jpg);
}
.navigation .panel5 {
	background-color: #00ADDB;
}
.navigation .panel5 span {
	background-image: url(../images/text/biography.jpg);
}
#card {
	/* z-index: 100; */
	position: absolute;
	right: 0;
	min-height: 550px;
	min-width: 250px;
	width: 25%;
	height: 100%;
	cursor: pointer;
}
#card .distance { 
		width:1px;
		height:50%;
		margin-bottom:-155px; /* half of container's height */
		float:left;
}
#card .distance2 { 
		width:1px;
		height:50%;
		margin-bottom:-2em; /* half of container's height */
		float:left;
}
#card .container {
		margin-bottom: -155px;
		position:relative; /* puts container in front of distance */
		height:310px;
		width:100%;
		clear:left;
		text-align: center;
}
#card.active, .panel.active {
	border-width: 0 2px 0 0;
	/* z-index: 0; */
	cursor: auto;
}
#help {
	padding: .7em;
	height: 4.1em;
	margin: .5em .5em -5.9em .5em;
	background-color: #999;
	display: none;
}
.throbber {
	width: 16px;
	height: 16px;
	background-image:url(../images/throbber.gif);
	margin: 10px;
	float: left;
}
.project .throbber {
	margin: 0;
}
.tabs {
	float: right;
	height: 100%;
	width: 150px;
	overflow: hidden;
}
.tabs div {
	background-image:url(../images/transparent.png);
	width: 100%;
	height: 100%;
}
.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.tabs ul li a {
	width: 140px;
	background: url(../images/tab_bg.png) repeat-x;
	padding: 5px;
	margin-bottom: 2px;
	display: block;
}
.tabs ul li a.active {
	background-position: 0 -200px;
}
.tabs ul li a:hover {
	background-position: 0 -100px;
	text-decoration: none;
}
.slideshow {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	overflow: hidden;
}
.project {
	padding: 10px;

	height: 100%;
}
ul.thumbnails {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.thumbnails li {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
}
.description {
	padding: 10px;
	height: 100%;
}
#flash {
	clear: both;
	background-image:url(../images/transparent.png);
	width: 100%;
}
div.news {
	margin-bottom: 20px;
	overflow: hidden;
}
div.news .title {
	font-size: 16px;
}
div.news .date {
	font-style: italic;
	margin-bottom: 10px;
	color: #CCC;
}
.floatLeft {
	float: left;
	margin: 0 10px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 10px;
}