/* 
	 - Master Styles
	Revision number		:	1.0
   	Last updated		:	Day Month Year
   	Last updated by		:	Scott Mackenzie (1px Solid) 
*/
@import url(reset.css); 
@import url(hacks.css);

/* @group Global
----------------------------------------------------------------------------------- */
body { 
	font: normal small/140% Arial, Verdana, Helvetica, sans-serif;
	background: #000;
	text-align: center;
	color: #ccc;
}
body {
	height: 100%;
}
a {
	color: #999;
}
a:hover {
	color: #fff;
}
.center { text-align: center; }
.left   { text-align: left;	}
.right 	{ text-align: right; }
.fleft 	{ float: left; }
.fright { float: right; }
/* @end */
/* @group Core
----------------------------------------------------------------------------------- */
.wrap {
	margin: 21px auto 50px auto;
	text-align: left;
	width: 750px;
}
.content {
	padding: 25px 25px 10px 25px;
}
.page-home .content {
	height: 460px;
	padding-bottom: 25px;
}
.content p {
	margin-bottom: 14px;
}
.content h3 {
	font-size: 120%;
	margin-bottom: 15px;
}
.page-head {
	position: relative;
	height: 65px;
}
.page-head .back {
	position: absolute;
	right: 0;
	top: 3px;
}
.page-head-inner {
	/*
	position: absolute;
	left: -25px;
	*/
}
.page-head h2 {
	font-size: 190%;
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	padding-bottom: 1px;
}
.sIFR-active .page-head h2 {
}
.page-head p {
	color: #999;
	font-style: italic;
}
/* @end */
/* @group Header
----------------------------------------------------------------------------------- */
h1 {
	font-size: 220%;
	line-height: 140%;
	letter-spacing: 1px;
	margin-bottom: 11px;
	width: 207px;
	height: 24px;
	background: url(../images/common/logo.gif) no-repeat left top;
	text-indent: -9999px;
	font-family: 'MS Sans Serif', 'Microsoft Sans Serif', 'Sans Serif';
}
h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 168px;
	height: 30px;
}
.nav {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding: 1px 0;
	font-size: 120%;
	line-height: 100%;
}
.nav li {
	display: block;
	float: left;
	background: url(../images/common/nav-bg.gif) no-repeat right center;
	padding-right: 1px;
}
.nav li.nav-last {
	background: none;
}
.nav li a {
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	height: 26px;
	background: transparent;
	position: relative;
}
.nav li a .over {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.nav li.nav-first a {
	margin-left: 0;
}
.nav li.nav-last a {
	margin-right: 0;
}
.nav li a:hover {
	color: #fff;
}
.nav li a:hover img {
	/* display: none !important; */
}
.nav-bio a {
	width: 118px;
	/* background-image: url(../images/common/nav-bio-over.gif); */
}
.nav-projects a {
	width: 129px;
	/* background-image: url(../images/common/nav-projects-over.gif); */
}
.nav-contact a {
	width: 114px;
	/* background-image: url(../images/common/nav-contact-over.gif); */
}
.nav-news a {
	width: 107px;
	/* background-image: url(../images/common/nav-news-over.gif); */
}
.nav-bibliography a {
	width: 147px;
}
.page-bio .nav-bio a,
.page-projects .nav-projects a,
.page-project .nav-projects a,
.page-contact .nav-contact a {
	color: #fff;
}
#nav-return-projects a {
	display: block;
	width: 184px;
	height: 28px;
	text-align: center;
	background: url(../images/common/nav-return-projects-over.gif) no-repeat left top;
	margin-bottom: 0px;
}
/* @end */
/* @group Home
----------------------------------------------------------------------------------- */
.page-home {
	background: #000 url(../images/common/splash-bg.jpg) no-repeat center top;
}
#home-images {
}
.home-image .right {
	margin-top: 5px;
	text-transform: uppercase;
}
.home-image .right a {
	text-decoration: none;
	font-style: italic;
}
.home-image img {
	border: 1px solid #999;
}
/* @end */
/* @group Projects
----------------------------------------------------------------------------------- */
.projects-row {
	margin-bottom: 20px;	
}
.project-thumb {
	float: left;
	margin-right: 48px;
	width: 200px;
}
.project-thumb.last {
	margin-right: 0px;
}
.project-thumb img {
	border: 1px solid #999;
}
.project-thumb .right a {
	text-decoration: none;
	font-style: italic;
}
.project-image {
	text-align: center;
	width: 700px;
	height: 500px;
	overflow: hidden;
}
.project-image img {
	margin-bottom: 4px;
}
.project-image p {
	color: #999;
}
.project-desc {
	padding: 20px 0;
}
.project-desc p {
	
}
.project-credits {
	float: left;
	width: 230px;
	margin-right: 20px;
}
.project-credits p {
	margin-bottom: 14px;
}
.project-videos {
	float: left;
	width: 450px;
}
#project-nav {
	text-align: center;
	margin-top: 10px;
	font-size: 80%;
	position: relative;
}
#project-nav a {
	padding: 2px 5px;
	background: #444;
	margin: 0 3px;
	text-decoration: none;
	border: 1px solid #999;
}
#project-nav .activeSlide {
	color: #fff;
	background: #333;
}
#project .page-head h2 {
	font-size: 120%;
	line-height: 120%;
}

#project-next, #project-prev {
	width: 12px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}
#project-next:hover, #project-prev:hover {
	cursor: pointer;
}
#project-next {
	background: url(../images/common/project-next.gif) no-repeat left top;
	right: -30px;
	top: -270px;
}
#project-prev {
	background: url(../images/common/project-prev.gif) no-repeat left top;
	left: -30px;
	top: -270px;
}

/* @end */
/* @group Contact
----------------------------------------------------------------------------------- */
.contact-left {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.contact-right {
	float: left;
	width: 340px;
}
.contact-form label {
	display: block;
}
#from, #fullname, #phone {
	width: 300px;
	background: #1a1a1a;
	border: 1px solid #999;
	color: #999;
	padding: 2px 3px;
}
#message {
	width: 300px;
	height: 200px;
	background: #1a1a1a;
	border: 1px solid #999;
	color: #999;
	padding: 3px 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}
/* @end */
/* @group News Date
----------------------------------------------------------------------------------- */
.news-date {
	color: #999;
	font-style: italic;
}
.page-news .content h3 {
	margin-bottom: 4px;
	color: #999;
}
.news-item {
	padding-bottom: 30px;
}
.sIFR-active .news-item h3 {
	font-size: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* @end */
/* @group Bio
----------------------------------------------------------------------------------- */
#bio h3 {
	color: #fff;
}
.sIFR-active #bio h3 {
	font-size: 15px;
}
/* @end */
/* @group Footer
----------------------------------------------------------------------------------- */
.footer {
	border-top: 1px solid #3e3e3e;
	margin-top: 1px;
	padding-top: 5px;
	color: #999;
	font-size: 88%;
}
/* @end */
/* @group Sifr Default
----------------------------------------------------------------------------------- */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash .feature-copy-text h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 40px;
}
/* @end */











