body {
	width  : 100%;
	height : 100%;
}

body {
	margin      : 0px;
	min-width   : 100;
	padding     : 0px;
	font-family : "Caecilia-Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	overflow-x  : hidden;
}

#content {
	position : fixed;
	top      : 0px;
	left     : 0px;
	width    : 100%;
	height   : 100%;
}

a { 
	color           : #6C6;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

p {
	margin      : 0 0 20px 0;
	font-size   : 13px;
	line-height : 24px;
}

p, ul {
	font-family      : "Caecilia-Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight      : 200;
	font-style       : normal;
	list-style       : none;
}

#header ul li {
	width      : 325px;
	height     : 50px;
	float      : left;
	text-align : center;
}

#header ul {
	padding: 0;
}

img {
	border: 0;
}

h1 {
	font-family      : "Caecilia-RomanSC", Verdana, serif;
	font-weight      : bold;
	font-style       : normal;
}

h2 {
	font-family : "Caecilia-RomanSC", Verdana, sans-serif;
	font-size   : 30px; 
	font-weight : bold;
	line-height : 80px;
}

h3 {
	font-family : "Caecilia-Roman", Verdana, sans-serif;
	font-size   : 16px;
	font-weight : bold;
	margin      : 1em 0;
}

h3.caseStudy {
	cursor : pointer;
}

.video {
	overflow : hidden;
}


section {
	min-height : 500px;
	min-height : 100%;
	width      : 100%;
	position   : absolute;
	overflow   : hidden;
	visibility : hidden;
}

section .story {
	position      : relative;
	z-index       : 1;
	width         : 500px;
	padding-right : 450px;
	margin        : 20px auto 0 auto;
}

div.caption {
	padding-bottom : 30px;
	font-size      : 13px;
}

/* default section show / hide animations */
section.start {
	top : 100%;
}

section.focus, section.to {
	bottom : 0%;
}

section.end {
	bottom : 100%;
}

/* default background image animation */

section .bg {
	position : absolute;
	left     : 0px;
	top      : 0%;
}

section .bg.start {
	top : -50%;
}

section .bg, section .bg.focus, section .bg.to {
	top : 0%;
}

section .bg.end {
	top : 50%;
}

/* Side Nav */
ul#nav {
	position : fixed;
	left     : 5%;
	top      : 20%;
	z-index  : 999;
}

ul#nav li {
	height   : 20px;
	position : relative;
}

ul#nav a {
	display     : block;
	width       : 20px;
	height      : 20px;
	background  : url('../images/grey-dot.png') 0 100% no-repeat;
	text-indent : -9000px;
	overflow    : hidden;
	outline     : none;
}

ul#nav a:hover, nav#main li.active a {
	background : url('../images/grey-pink-dot.png') 0 100% no-repeat;
}

ul#nav h1 {
	display     : none;
	opacity     : 0;
	position    : absolute;
	left        : 15px;
	top         : 0px;
	white-space : nowrap;
	padding     : 0 0 0 18px;
	background  : url('../images/menu-arrow.png') 0 50% no-repeat;
	overflow    : hidden;
	margin      : 0;
	font-size   : 16px;
}

ul#nav span {
	display            : block;
	background         : url('../images/menu-bg.png') repeat-x;
	color              : #FFF;
	padding            : 4px 8px;
	white-space        : nowrap;
	-moz-border-radius : 10px;
	border-radius      : 10px;
}

#fancybox-left #fancybox-left-ico {
	left : -40px;
}

#fancybox-right #fancybox-right-ico {
	left  : auto;
	right : -40px;
}

.video-js-box.vjs-fullscreen {
	height : auto !important;
}