@import url(reset.css);

/*
	Colours:
	Body BG 	Black: 	#000
	Body text	White: 	#fff	
	Link		Gray:	#6a6a6a
	Link:hover	Green:	#32e4ff 
	Footer		Gray:	#2c2c2c
	Error		Red:	#f00
	
	Grid:
	7 columns			
	Column width		162px
	Padding narrow		7px
	Padding wide		14px
	
	Fonts:
	Default:	arial, helvetica, verdana, sans-serif;
	Secondary:	"Lucida Grande", Helvetica, Calibri, "Lucida Unicode", "Trebuchet MS", sans-serif;

*/

/* @group Sitewide */
/* @group Layout */
body {
	background: #000;
	color: #fff;
	font: normal 62.5%/1.5em arial, helvetica, verdana, sans-serif;
	margin: 0 auto;
	position: relative;
	padding: 14.5em 0 20px 0;
	width: 976px;
}

#header {
	position: absolute;
	height: 14.5em;
	top: 0;
	left: 0;
	width: 976px;
}
	#header #navVideo {
		height: 130px;
	}

	#header #navVideo ul li {
		float:left;
	}

	
#content {
	padding-top: 35px;
}

#branding {
	float: right;
	width: 136px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 25px;
}
	#branding a {
		color: #fff;
		text-decoration: none;
		font-size: 2em;
		font-weight: normal;
		position: relative;
		cursor: pointer;
	}
		#branding a span {
			position: absolute;
			display: block;
			top: 0;
			right: -6px;
			width: 170px;
			height: 63px;
			background: #000 url(../images/logo.gif) 0 0 no-repeat;
		}

#footer {
	clear: both;
	color: #2c2c2c;
	text-align: right;
	padding: 30px 0 0 0;
}

#footer #trademark {
	display: block;
	margin-bottom: 10px;
}
	#footer a#ufLink {
		background: #000 url(../images/logo-UF.png) 101% 65% no-repeat;
		padding: 4px 42px 4px 0;
		color: #2c2c2c;
		text-decoration: none;
	}
		#footer a#ufLink span {
			visibility: hidden;
		}
			#footer a#ufLink:hover span {
				visibility: visible;
			}

#primary {
	clear: both;
	overflow: hidden;
}

.section {
	float: left;
}
/* @end Layout */

/* @group Typography */

abbr {cursor: help;}

p {margin-bottom: 2em;}

a {
	text-decoration: none;
	color: #6a6a6a;
}
	a:hover {color: #32e4ff;}

h2 {
	font-family:"Lucida Grande", Helvetica, Calibri, "Lucida Unicode", "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: .2em;
}

h3 {
	font-weight: normal;
}

/* @end Typography */

/* @end Sitewide */

/* @group Nav Flash */
.home #navVideo 		{margin-left: 0;}
.interactive #navVideo  {margin-left: 0;}
.installation #navVideo {margin-left: 162px;}
.video #navVideo 		{margin-left: 324px;}
.photo #navVideo 		{margin-left: 486px;}
.collaboration #navVideo{margin-left: 648px;}

/* @end Nav Flash */

/* @group Nav */
#nav {
	width: 100%;
	float: left;
	font-family:"Lucida Grande", Helvetica, Calibri, "Lucida Unicode", "Trebuchet MS", sans-serif;
}

#nav li {
	float: left;
	text-transform: uppercase;
}
	#nav .nav8 {text-align: center;}
	#nav .nav5 {text-align: right;}
	
	#nav a {
		display: block;
		width: 162px;
		color: #ccc;
		text-decoration: none;		
	}
		#nav a:hover {
			color: #fff;
		}	
	#nav .nav7 a,
	#nav .nav8 a {width: 55px;}
	#nav .nav5 a {width: 56px;}

#nav ul.subNav {
	position: absolute;
	visibility: hidden;
}
	#nav li:hover .subNav {
		visibility: visible;
	}
	#nav .subNav li {
		float: none;
		text-transform: none;
		display: inline;
	}
		#nav .subNav a {
			background: #000;
			color: #fff;
			line-height: 1.1em;
			width: 154px; /* 162 - 6 = 154*/
			padding: 6px 3px;
			position: relative;
			overflow: hidden;
			font-family: arial, helvetica, verdana, sans-serif;
		}	
			#nav .subNav a img {
				position: absolute;
				top: 50%;
				left: 50%;
				margin-top: -50px;
				margin-left: -86px;
			}	
				#nav .subNav li:hover img {
					margin-left: -9999px;				
				}
		
.subNav span {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


/* @end Nav */

/* @group Home */

/* @group Membership */

#memberShip {
	text-align: right; 
	padding-top: 2.0em;
	position: relative;
	margin-bottom: 17px;
}
	#memberShip #memberForm {
		position: absolute;
		top: 0;
		right: 0;
	}

	#memberShip #inputBox {
		width: 144px;
		border: 1px solid #6d6e71;
		background-color: #6d6e71;
		color: #fff;
		font-size: 9px;
		line-height: 14px;
	}
	
	#memberShip #submitButton {
		font-family:"Lucida Grande", Helvetica, Calibri, "Lucida Unicode", "Trebuchet MS", sans-serif;
		text-transform: uppercase;
		color: #fff;
		background-color: #6d6e71;
		border: 1px solid #6d6e71;
		font-size: 9px;
	}
		#memberShip #submitButton:hover {
			border-color: #999;
			cursor: pointer;
		}
		#memberShip #submitButton:active {
			color: #000;
			background-color: #fff;
		}
	
	p#memberLink {
		letter-spacing: .2em;
		cursor: pointer;
		color: #6a6a6a;
		margin-top: 0px;
		display: inline;
		margin-right: -2px;
	}
		p#memberLink:hover {
			color: #fff;
			text-decoration: underline;
		}
		p#memberLink.on {
			color: #fff;
		}
/* @end Membership */

/* @group Featured */
#featured {
	overflow: hidden;
}

#featuredHead {
	text-align: right;
	margin-bottom: 12px;
}
	#featuredHead h2 {
		text-transform: uppercase;
		font-weight: normal;
		font-family: arial, helvetica, verdana, sans-serif;
	}
	#featuredHead h2 span {
		text-transform: capitalize;
		letter-spacing: 2px;
		margin: 0 -3px 0 5px;
	}
	
#featuredHead a {
	color: #6a6a6a;
	text-decoration: none;
}
	#featuredHead a:hover {
		color: #fff;
	}	
	
span#featuredView {
	font-family:"Lucida Grande", Helvetica, Calibri, "Lucida Unicode", "Trebuchet MS", sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	color: #000;
	padding: 0 1px 0 2px;
	margin-left: 5px;
	cursor: pointer;
}
	span#featuredView:hover,
	span#featuredView.on {
		background: #32e4ff;
	}

/* @end Featured */	
/* @end Home */

/* @group Sub-section */
.sub-section #visual {
	width: 478px;
	margin-right: 8px;
}

p.download {
	color: #6a6a6a;
	letter-spacing: .1em;
}

.sub-section #visual h2 {
	color: #000;
	background: #fff;
	padding: 0 2px 0 4px;
	text-transform: none;
	float: left;
}
.sub-section #visual img,
.sub-section #visual p {
	clear: left;
	float: left;
}

#thumbs {
	width: 195px;
	margin: 1.3em 7px 0 0;
}
	#thumbs li {
		margin: 0 0 3px 0;
	}
	#thumbVid {
		margin-right: 5px;
	}
	#thumbImg {
		width: 130px;
	}
		#thumbImg li {
			float: left;
			display: inline;
			margin: 0 5px 3px 0;
		}

#thumbs a {
	display: inline-block;
	width: 58px;
	height: 42px;
	border: 1px solid #000;
}
	#thumbs a:hover {		
		border: 1px solid #fff;
	}

.sub-section #description {
	width: 288px;
	margin-top: 1.3em;
}

.sub-section #description h3 {
	text-transform: capitalize;
	margin-bottom: 3px;
	letter-spacing: .2em;
}
.sub-section #thumbs h3{
	text-transform: lowercase;	
	margin-bottom: 5px;
	letter-spacing: .2em;
}

/* @end End Sub section  */

/* @group About and News */

.about #visual,
.news #visual {
	width: 486px;
	margin: 2.1em 14px 14px 0;
}

.about #description,
.news #description {
	width: 475px;
}

.about #description p {text-align: justify;}

.news h4 {
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-bottom: 1.1em;
}

#description a {
	text-decoration: underline;
}

/* @end About and News */

/* @group Contact */
#contactForm {
	width: 324px;
	float: right;
}
#contactForm input,
#contactForm label {
	clear: left;
	float: left;
}
#contactForm input,
#contactForm textarea {
	border: 1px solid #fff;
	margin-bottom: 7px;	
}

#contactForm label {
	font-family: "Lucida Grande", Helvetica, Calibri, "Lucida Unicode", "Trebuchet MS", sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #656565;
}
	p#mailList label {
		font-family: arial, helvetica, verdana, sans-serif;
		font-size: 1em;
		letter-spacing: 0;
		text-transform: lowercase;
		color: #fff;
		float: none;	
		clear: none;	
	}
	
p.error {
	color: #f00;
	clear: left;	
	float: left;
	position: relative;
	top: -5px;
	margin-bottom: 5px;
	display: none;
	/* display: inline; */ /* For displaying */
}

p#mailList #listCheckbox {
	margin: 0 10px 15px 0;
	border: none;
}

#contactForm #submitButton {
	font-family:"Lucida Grande", Helvetica, Calibri, "Lucida Unicode", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	background: #e0e0e0;
	border: 1px solid #6d6e71;
	font-size: 9px;
	padding: 3px 8px;
	cursor: pointer;
}
	#contactForm #submitButton:hover {
		background: #32e4ff;
		border-color: #000;
	}

#contactForm #cancelButton {
	clear: none;
	margin-left: 10px;
	color: #6a6a6a;
	background: #000;
	border: none;
	padding: 0px 4px 2px 4px;
	text-transform: lowercase;
	cursor: pointer;
}
#contactForm #cancelButton:hover {
	color: #32e4ff;
}
	
/* @end Contact */
