/* Presentation CSS *

	=Reset
	=Typography
	=Links
	=Layout
		=Masthead
		=Aside
		=Article
			=Article Header
			=Article Figure
			=Article Section
		=Keylines
		=Footer
	
		=Typography Key (Odds for Nav, Evens for Headings)
		
		h1: Home (Header Image)
		h3: Main Nav Items
		h5: Sub Nav Headings
		
		h2: Project Heading
		h4: Project Year
		h6: Not Used
		
*/


/*  =Reset (Simple & Clumsy) ***/

* {
	margin: 0;
	border: none;
	padding: 0;
	outline: none;
	font-size: 1em;
	text-decoration: none;
	list-style: none;
	background: #231f20;
	color: #fff;
}

.hidden {
	display: none;
}


/*  =Typography ***/

body {
	font-size: 68.75%; /* 11px */
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}

h2 { /* Project Heading */
	margin: 9px 0 0 0;
}

h4 { /* Project Year */
	position: absolute;
	left: 461px;
	top: 87px;
}

p {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

article section p {
	color: #d3d3d3;
}

li {
	font-size: 1em;
	line-height: 1.3em;
}


/*  =Links ***/

a {
	color: #fff;
	display: block;
}

a:hover, a:focus, a:active, a.active {
	color: #0091c8;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

h2 a:hover, h2 a:focus, h2 a:active, h2 a.active {
	color: #fff;
}

p a {
	display: inline;
}

aside nav ul li ul li a {
	color: #d3d3d3;
}


/*  =Layout ***/

html {
	overflow-y: scroll;
}

body, header, footer, section, aside, nav, article {
	margin: 0;
	padding: 0;
	display: block;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#structure {
	margin: 0;
	margin-left: -480px;
	width: 960px;
	height: 559px;
	position: absolute;
	top: -279px;
	left: 50%;
	visibility: visible;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


/*  =Masthead **/

header {
	height: 100px;
}

header h1 {
	width: 673px;
	float: left;
}

header .jclock {
	padding-top: 60px;
	width: 277px;
	float: right;
	color: #0091c8;
}


/*  =Aside **/

aside {
	width: 220px;
	height: 385px;
	position: absolute;
	top: 100px;
	left: 0;
}

aside nav {
	padding-left: 83px;
}

#nav_main {
	margin: -3px 0 0 0;
}

#nav_projects, #nav_capability {
	margin: 41px 0 0 0;
}

#nav_project_types, #nav_team {
	margin: 35px 0 0 0;
}

aside ul ul {
	padding: 1em 0;
}


/*  =Article **/

article {
	width: 740px;
	height: 385px;
	position: absolute;
	top: 100px;
	left: 220px;
}


/*  =Article Header */

article header {
	width: 433px;
	height: 105px;
	overflow: hidden;
	position: relative;
}

article header nav {
	width: 433px;
	height: 77px;
}

article header nav ul {
/*	width: unknown;  */
	height: 59px;
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    white-space: nowrap;
}

article header nav ul li {
	margin-right: -4px;
	padding: 0;
	display: inline-block;
}

article header nav .horizontal {
    margin: 0 41px 0 41px;
    width: 351px;
    height: 18px;
    position: absolute;
    top: 59px;
    left: 0;
    cursor: pointer;
}

article header nav .horizontal a.ui-slider-handle {
	margin: 0 41px 0 -41px;
	border-top: 7px solid #231f20;
	border-bottom: 7px solid #231f20;
	background: #6b6d6f;
    width: 82px;
    height: 4px;
    position: absolute;
    top: 0;
}


/*  =Article Figure */

article figure {
	margin: 0 10px 0 0;
	width: 433px;
	height: 280px;
	float: left;
	position: relative;
}

article figure ul {
	width: 433px;
	height: 280px;
	overflow: hidden;
}

article figure ul li {
	width: 433px;
	height: 280px;
}


/*  =Article Section */

article section {
	width: 267px;
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
}

article section #section {
	width: 217px;
	padding: 0 8px 33px 0;
	position: absolute;
	top: 0;
	left: 18px;
}

article section .vertical {
	margin: 0;
	width: 18px;
	height: 208px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

article section.wide {
	width: 440px;
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
}

article section.wide #section {
	width: 417px;
	padding: 0 5px 33px 0;
	position: absolute;
	top: 0;
	left: 0;
}

article section.wide .vertical {
	margin: 0;
	width: 18px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 422px;
	cursor: pointer;
}


article section .vertical a.ui-slider-handle {
	margin: 40px 0 -80px 0;
	border-left: 7px solid #231f20;
	border-right: 7px solid #231f20;
	background: #6b6d6f;
	width: 4px;
	height: 80px;
	position: absolute;
}


/*  =Keylines */

article header nav .overline {
	width: 433px;
	height: 1px;
	background: url(../images/css/opaque_border.png) repeat-x 0 0;
	position: absolute;
	top: 0;
}

article header nav .underline {
	width: 433px;
	height: 1px;
	background: url(../images/css/opaque_border.png) repeat-x 0 0;
	position: absolute;
	top: 58px;
}

article header nav .leftline {
	width: 1px;
	height: 57px;
	background: url(../images/css/opaque_border.png) repeat-y 0 0;
	position: absolute;
	top: 1px;
}

article header nav .rightline {
	width: 1px;
	height: 57px;
	background: url(../images/css/opaque_border.png) repeat-y 0 0;
	position: absolute;
	top: 1px;
	left: 432px;
}

article figure .overline {
	width: 433px;
	height: 1px;
	background: url(../images/css/opaque_border.png) repeat-x 0 0;
	position: absolute;
	top: 0;
	z-index: 120;
}

article figure .underline {
	width: 433px;
	height: 1px;
	background: url(../images/css/opaque_border.png) repeat-x 0 0;
	position: absolute;
	top: 279px;
	z-index: 120;
}

article figure .leftline {
	width: 1px;
	height: 278px;
	background: url(../images/css/opaque_border.png) repeat-y 0 0;
	position: absolute;
	top: 1px;
	z-index: 120;
}

article figure .rightline {
	width: 1px;
	height: 278px;
	background: url(../images/css/opaque_border.png) repeat-y 0 0;
	position: absolute;
	top: 1px;
	left: 432px;
	z-index: 120;
}


/*  =Footer */

footer {
	width: 433px;
	height: 74px;
	position: absolute;
	top: 485px;
	left: 220px;
}

footer p {
	padding: 10px 0 0 0;
}



