/* Site Styles
================================================== */

.login{
	font: 14px/20px 'proxima-nova', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	margin: 30px auto;
	width: 800px; 
	max-width: 100%; height: auto;
}
.login form{
	margin: 0 auto;
	width: 280px;
}
.login form label{
	display: block;
	font-weight: bold;
	color: white;	
	margin-bottom: 10px;
}
.login form input{
	font: 14px/20px 'proxima-nova', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: white; border: 0;
	border-bottom: 1px solid white;
	display: block;
	margin: 0 auto 20px;
	padding: 10px;
	width: 260px;
}
.login form input:focus{
	color: white; 
	background: #fdc9cb;
	border-bottom: 1px solid white;	
	outline: none;
}
.login form input.button{
	background:  #fdc9cb;
	border: 2px solid white;
	color: white;
	margin: 30px auto 20px;
	padding: 10px;
	width: 280px;
}
.wrapper, .container{
	position: relative;
	margin: 0 auto;
}
.wrapper{
	width: 100%;
}
.container{
	width: 900px;
}
header{
	background: #6fbbbb;
	padding: 15px 0;
	position: fixed; left: 0; top: 0;
	text-transform: uppercase;	
	width: 100%;
	z-index: 500;
}
header, footer{
	letter-spacing: 0;
}
header.article{
	background: transparent;
}
header nav {
	display: block;
	text-align: center;
	width: 100%;
}
header nav ul{
	margin-bottom: 0
}
header nav ul li { 
	display: inline-block;
	line-height: 35px;
	margin: 0 25px;
	width: 178px;
}
header nav ul li.about{
	text-align: right;
}
header nav ul li.design{
	text-align: left;
}
header nav ul li.title{
	width: 178px; height: 35px;
}
header nav ul li.title a{
	background: url('../images/shape-title.png') 50% 50% no-repeat;
	background-size: 178px 35px;
	display: block;
	text-indent: -999em;
	width: 178px; height: 35px;
}
header a.current{
	font-weight: bold;
}
header a.about{
	line-height: 35px;
	position: absolute; left: 30px; bottom: 15px;
}
header a, header a:visited{
	color: white;
}
header a.twitter{
	background: url('../images/icon_twitter.png') 50% 50% no-repeat;
	background-size: auto 20px;
	display: block;
	position: absolute; right: 30px; bottom: 15px;
	text-indent: -999em;	
	width: 35px; height: 35px;
}
header a.toggle-menu{
	background: url('../images/menu.gif') 50% 50% no-repeat;
	background-size: 18px 17px;
	width: 35px; height: 35px;
	display: none;
	text-indent: -999em;
}
footer{
	color: #1ea6c0;
	margin-top: 35px; padding: 20px 0;
	text-align: center;
	width: 100%;
}
.holding .title{
	/* background: url('../images/shape_holding_title.png') 50% 50% no-repeat; */
	background: url('../images/sequence_a_transparentbg_v01.gif') 50% 50% no-repeat;
	display: block;
	margin: -225px 0 0 -400px;
	position: absolute; left: 50%; top: 50%;
	text-indent: -999em;
	width: 800px; height: 450px;
}
.holding .title .date{
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0;
	position: absolute; bottom: 30px;
	width: 100%;
}

/* Intro / Film Styles
================================================== */
.home .wrapper{
	position: absolute; left: 0; top: 50%;
}
article.intro, article.error{
	font-size: 20px; line-height: 30px;	
	letter-spacing: 2px;
	margin: 0 auto 0 auto;
	text-transform: uppercase;
	text-align: center;
	width: 860px;
	min-height: 600px; height:auto !important; height: 600px; 
}
.about article.intro{
	min-height: 400px; height:auto !important; height: 400px; 
}
article.intro h1, article.error h1{
	color: #969696;
	font-size: 26px; line-height: 38px;
}
.home article.intro{
	margin-top: -300px;
}
article.intro .film{
	margin: 0 auto 30px auto;
	width: 860px; height: 483px;
}
.home footer{
	position: fixed; left: 0; bottom: 0;
}

/* About & Credits
================================================== */

.home.about footer, .home.about .wrapper { 
	position: static; 
}
.home.about article.intro{
	margin-top: 115px;
}
.home.about .credits {
	color: #1ea6c0;
	font-size: 16px; line-height: 24px;
	text-transform: none; letter-spacing: 0;
	margin-bottom: 30px;
}
article.error{
	margin-top: 115px;
}
article.error {
	min-height: 100px; height:auto !important; height: 100px; 
}


/* Menu Styles
================================================== */
section.menu{
	letter-spacing: 2px;
	margin: 135px auto 75px auto;
	text-align: center;
	max-width: 100%;
	width: 1035px;
}
section.menu ul{
	margin: 60px auto;
}
section.menu ul li{
	display: inline-block;
	margin: 0 60px 60px 60px;
	width: 215px;	
}
section.menu ul li img{
	display: block;
	margin: 0 auto 30px auto;
}
section.menu ul li h2{
	color: #969696;
	font-size: 24px; line-height: 30px;
	margin-bottom: 10px;
}
section.menu ul li p.more{
	color: #1ea6c0;
	font-size: 14px; line-height: 24px;
	text-transform: uppercase;
}
section.menu ul li a:hover img, section.menu ul li a:hover p, section.menu ul li a:hover h2{
	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
	opacity: 0.8;
}

/* Article Styles
================================================== */
article.standard{
	border-bottom: 1px solid #fff;
	letter-spacing: 2px;
	margin: 100px auto 0 auto;
	text-align: center;
	max-width: 100%;
	width: 920px;
}
article.standard h1 a{
	color: #969696;
}
article.about{
	font-size: 24px; line-height: 30px;
	letter-spacing: 2px;
	margin: 115px auto 100px auto;
	max-width: 100%;
	text-align: center;	
	width: 600px;
}
ul.logos{
	margin: 60px auto 60px auto;
	text-align: center;
}
ul.logos li{
	display: inline-block;
	margin: 30px;
}
ul.logos li a{
 	opacity: 0.5;	 
}
ul.logos li a:hover{
	opacity: 0.9;
}
ul.logos li img{
	height: 80px; width: 220px;
}
article.about h1{
	text-align: center;
}
article.about h1, article.about p{
	margin-left: 30px; margin-right: 30px;
}
.related{
	font-size: 24px; line-height: 30px;	
	letter-spacing: 2px;	
	margin: 40px auto;
	text-align: center;
	max-width: 100%;
	width: 920px;
}
article.standard div.intro {
	font-size: 24px; line-height: 30px;
	margin-bottom: 60px;
	text-align: left;
	width: 100%;
}
article.standard div.intro .image{
	float: left;
	text-align: right;
	width: 50%;
}
article.standard div.intro .summary{
	float: left;
	width: 40%;
}
article.standard div.intro .summary p{
	margin: 0 0 30px 30px;
	max-width: 270px;
}
div.article-body{
	font-size: 28px; line-height: 34px;
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}
div.article-body p{
	margin-bottom: 60px;
}
.related ul { 
	border-top: 1px solid white;
	text-align: left;
	text-transform: uppercase;
	margin: 0 auto;
}
.related ul li{
	padding: 20px 60px 20px 200px;
	position: relative;
	border-bottom: 1px solid white;
}
.related.examples ul li{
	min-height: 100px; height:auto !important; height: 100px; 
}
.related.examples ul li img{
	position: absolute; left: 0; top:20px;
}
.related.roles ul li{
	padding: 20px 20px 20px 20px;
}
.related p.tag{
	margin: 30px auto;
	font-size: 16px; letter-spacing: 0;
}
.related ul li a.more{
	font-size: 14px;
	position: absolute; 
	right: 20px; top: 20px;
}
.article-nav{
	background: url('../images/dot.png') 50% 0% repeat-y;	
	font-size: 36px; line-height: 50px;	
	margin: 30px auto;
	text-transform: uppercase;
	padding: 30px 0;
	max-width: 720px;
	width: 100%;
}
.article-nav a{
	display: block;
	float: left; 
	text-align: center;
	width: 40%;
	padding: 0 5%;
}
.article-nav a:first-child{
	text-align: right;
}
.article-nav a:last-child{
	text-align: left;
}

/* #Media Queries
================================================== */
/* Shallower Height  */
@media only screen and (max-height: 1000px) {
.home footer, .home .wrapper { 
	position: static; 
}
.home article.intro{
	margin-top: 115px;
}
	
}

/* Smaller than widescreen (devices and browsers) */
@media only screen and (max-width: 1034px) {
section.menu{
	width: 100%;
}
section.menu ul li{
	margin: 0 30px 60px 30px;
}
article.intro{
	width: 700px;
}
article.intro .film, article.intro .film iframe {
	width: 700px; height: 394px;
}
article.intro img {
	max-width: 100%; height: auto;
}
.home footer, .home .wrapper { 
	position: static; 
}
.home article.intro{
	margin-top: 115px;
}


	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

body{
	letter-spacing: 1px; 		
}
article.intro .film, article.intro .film iframe{
	width: 300px; height: 168px;
}
header{
	padding: 5px 0;
}
header nav { display: none; }
header a.toggle-menu { display: block; margin: 0 auto; }
header nav ul {
	width: 100%;
}
header nav ul li, header nav ul li.title{
	display: list-item;
	margin: 0 0 10px 0;
	text-align: center;
	width: 100%;
}
header nav ul li.title a{
	width: 100%;
}
header nav ul li.film, header nav ul li.design, header nav ul li.about{
	text-align: center;
}
header a.about{
	display: block;
	height: auto;
	margin: 0 auto 10px auto;
	position: static;	
}
header a.twitter{
	display: block;
	margin: 0 auto 10px auto;
	position: static;	
}
article.standard div.intro {
	margin-bottom: 60px;
	text-align: left;
	width: 100%;
}
article.standard div.intro .image{
	float: none;
	margin-bottom: 30px;	
	text-align: center;
	width: 100%;
}
article.standard div.intro .image img{
	max-width: 100%; height: auto;
}
article.standard div.intro {
	margin-bottom: 0px;
}
article.standard div.intro .summary{
	font-size: 16px; line-height: 24px;
	float: none;
	margin-bottom: 0;
	width: 100%;
}
article.standard div.intro .summary p, div.article-body p{
	margin: 0 30px 24px 30px;
	text-align: left;
}
article.standard div.intro .summary p{
	max-width: 100%;
}
div.article-body{
	font-size: 16px; line-height: 24px;
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}
.related h3{
	font-size: 18px; line-height: 25px;
}
.related, .article-nav{
	font-size: 18px; line-height: 25px;
}	
.related ul li{
	text-align: center;
	padding: 20px 20px 20px 20px;
}
.related.examples ul li img{
	position: static; 
	display: block;
	margin: 0 auto 20px auto;
}
.related ul li a.more{
	font-size: 14px;
	display: block;
	position: static; 
}
.home footer, .home .wrapper { 
	position: static; 
}
footer p{
	margin-left: 20px; 	margin-right: 20px; 
}
.home article.intro{
	margin-top: 115px;
}
article.intro{
	font-size: 16px; line-height: 24px;	
	letter-spacing: 1px;
	margin: 0 auto 0 auto;
	text-transform: uppercase;
	text-align: center;
	max-width: 280px;
	min-height: 280px; height:auto !important; height: 280px; 
}
article.intro h1{
	font-size: 16px; line-height: 24px;	
}
article.intro .film{
	margin: 0 auto 30px;
	width: 280px; height: 158px;
}
article.intro .film iframe{
	width: 280px; height: 158px;
}
article.intro .film img{
	max-width: 100%; height: auto;
}


	
}

.ie header nav ul li.title a{
	background: url('../images/shape-title.gif') 50% 50% no-repeat;
}
.ie  header a.twitter{
	background: url('../images/icon_twitter.gif') 50% 50% no-repeat;
}
.ie .home footer, .ie .home .wrapper { 
	position: static; 
}
.ie .home article.intro{
	margin-top: 115px;
}


