/*
Theme Name: Steady Orbits
Author: Drexler
Author URI:  http://www.drxlr.com
Description: Steve Holmgren is Steady Orbits

*/

/**
 * @license
 * MyFonts Webfont Build ID 2732914, 2014-01-25T15:14:53-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * Webfont: Hiruko Pro Book by Thinkdust
 * URL: http://www.myfonts.com/fonts/thinkdust/hiruko-pro/book/
 * Copyright: Copyright (c) 2013 by Thinkdust. All rights reserved.
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2732914
 * Licensed pageviews: 10,000
 * 
 * � 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/29b372");
  
@font-face {font-family: 'HirukoPro-Book';src: url('css/webfonts/29B372_A_0.eot');src: url('css/webfonts/29B372_A_0.eot?#iefix') format('embedded-opentype'),url('css/webfonts/29B372_A_0.woff') format('woff'),url('css/webfonts/29B372_A_0.ttf') format('truetype');}
 
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

.home body {
	overflow: hidden;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    display: block;
}

ul, ol {
	list-style: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
	font-size: 1em;
	font-family: 'HirukoPro-Book','hiruko pro', 'hiruko', 'hiruko-pro';
	box-sizing: border-box;
	color: #405FFB;
}

a {
	color: #405FFB;
	text-decoration: none;
	border-bottom: 2px solid #405FFB;
}

a:hover {
	color: #959595;
	text-decoration: none;
}

/*
.wrap {
	margin: 0 auto;
	width: 90%;
}
*/

.main {
	padding-bottom: 100px;
}

.main:before,
.main:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.main:after {
    clear: both;
}

/* Header */

#header {
	background: rgba(64, 95, 251, 1);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 300;
	text-align: center;
	font-size: 1.2em;
	padding: 0 0 88px 0;
	margin-bottom: 88px;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	z-index: 999;
	position: relative;
}

.home #header {
	/* min-height: 2000px; */
	/* padding-top: 300px; */
}

.boom #header {
	background: rgba(64, 95, 251, 1);
}

.cover {
	background: rgba(64, 95, 251, .9);
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	height: 100%;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;	
	z-index: 99;	
	display: none;
}

/*
.boom .cover {
	background: rgba(64, 95, 251, 1);
	bottom: 0;
	height: 0;
}
*/

.home #header:hover {
	height: auto;
	min-height: auto;
	padding-top: 0px;
}

.logo {
	background: #F8FE93;
	color: #405FFB;
	padding: 14px 16px 10px 16px;
	margin: 0 12px;
	box-shadow: 4px 4px 0 #3B57E5;
	display: inline-block;
	z-index: 9999;
	position: relative;
}

.logo:hover {
	background: #FFF;
	color: #405FFB;
}

#nav {
	display: inline-block;
}

#nav a {
	padding: 0;
	margin: 0 15px;
	display: inline-block;
	color: #fff;
	font-weight: 300;
	padding-top: 84px;
	border-top: 4px solid #405FFB;
	transition: .1s ease;
	-webkit-transition: .1s ease;
	-moz-transition: .1s ease;
}

	#nav a:hover {
		border-top-color: #F8FE93;
	}

	.csstransforms3d .home .logo {
		opacity: 0;
		transform: translate3d(0px, -70px, 0px);
		-webkit-transform: translate3d(0px, -70px, 0px);
		-moz-transform: translate3d(0px, -70px, 0px);
		-o-transform: translate3d(0px, -70px, 0px);
		-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		   -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		     -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		        transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	}

	.csstransforms3d .home #nav a {
		opacity: 0;
		transform: translate3d(0px, -70px, 0px);
		-webkit-transform: translate3d(0px, -70px, 0px);
		-moz-transform: translate3d(0px, -70px, 0px);
		-o-transform: translate3d(0px, -70px, 0px);
		-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
		   -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		     -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
		        transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	}
	
	.logo {
		transition-delay: 0s;
	}

	.home #nav a:nth-child(1) {
		transition-delay: .15s;
	}

	.home #nav a:nth-child(2) {
		transition-delay: .3s;
	}

	.home #nav a:nth-child(3) {
		transition-delay: .45s;
	}

	#nav a:nth-child(1):hover, #nav a:nth-child(2):hover, #nav a:nth-child(3):hover {
		transition-delay: 0s;
	}
	
/*
	.home #nav a:hover {
		border-top-width: 0px;
		padding-top: 84px;
		color: #F8FE93;
	}
*/

#content h1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.covers {
	text-align: center;
	margin-top: 50px;
	transition: .4s ease;
	-moz-transition: .4s ease;
	-webkit-transition: .4s ease;
	/* -webkit-filter: blur(5px);	 */
}

.boom .covers {
	/* -webkit-filter: blur(0px); */
}

.covers li {
	max-width: 225px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 20px 25px;
	opacity: 1;
	transition: .3s ease;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);		
}

.covers li.hide {
	opacity: 0;
	transform: translate3d(0px, -15px, 0px);
	-webkit-transform: translate3d(0px, -15px, 0px);
	-moz-transform: translate3d(0px, -15px, 0px);
	-o-transform: translate3d(0px, -15px, 0px);
}

.covers li h2 {
	text-align: center;
	font-size: .9em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.covers li img {
	display: block;
	margin-bottom: 20px;
	box-shadow: 4px 4px 0 #E9E9E9;
	transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;	
}

.covers li a.img:hover img {
	box-shadow: 4px 4px 0 #405FFB;
}

/* Profile */

.profile #content header {
	text-align: center;
	display: block;
	margin-bottom: 100px;
}

.profile #content header a {
	text-transform: uppercase;
	color: #405FFB;

	font-weight: 300;
	letter-spacing: .1em;
}

.profile #content header p {
	font-size: .8em;
}

.profile #content header span {
	margin: 0 5px;
}

.profile #content {
	margin: 50px auto;
	width: 70%;
}

.profile #content p {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 2em;
}

.profile #content .right {
	float: right;
	width: 60%;
	margin: -15px 0 0 0;
}

.profile #content aside {
	float: left;
	width: 30%;
	margin: 0;
	font-size: .6em;
}

.profile aside img {margin: 60px auto;}

.single a.grid {
	background: transparent url(img/icon-grid.png) no-repeat left top;
	display: block;
	width: 35px;
	height:35px;
	text-indent: -9999px;
	text-align: left;
	border: none;
	margin-left: 3px;
}

.single a.grid:hover {
	background-position: -35px top;
}

.single article {
	width: 35%;
}

.single article h2 {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1;
}

.single article ul {
	letter-spacing: 1px;
	margin:0;
	list-style-type: none;
}

.single article li {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 12px;
}

.single article li span {
		color:#959595;
}

.single article p.trailer {
	margin-top: 60px;
	}

.single article p.trailer a {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single #content {
	margin: 50px auto;
	width: 80%;
}

.single article {
	float: left;
	width: 60%;
	/* margin-left: 10%; */
/* 	margin-bottom: 100px; */
}

.single aside {
	width: 30%;
	float: right;
	clear: none;
	}

.single aside img {
	width: 100%;
	height: auto;
/*
	position: absolute;
	right:-100px;
	top:315px;
*/
	}

	.single aside span {
		background: #F8FE93;
	}

	.single aside img {
		transition: .4s ease;
		-moz-transition: .4s ease;
		-webkit-transition: .4s ease;
		opacity: 0;
		transform: translate3d(150px, 0px, 0px);
		-webkit-transform: translate3d(150px, 0px, 0px);
		-moz-transform: translate3d(150px, 0px, 0px);
		-o-transform: translate3d(150px, 0px, 0px);
		box-shadow: 4px 4px 0 #eee;
	}

.single-film #content h1 {
	font-size: 1.8em;
}

.single-film .trailer {
	clear: both;
	display: block;
	width: 100%;
	margin: 80px 0;
}


footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 40px 0;
	margin: 90px auto;
	width: 70%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen 
and (max-width : 640px) {

	#header {
		margin-top: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#nav a {
		margin: 20px 22px 0 22px;
		padding-top: 20px;
	}

	.covers {
		margin-top: 0;
	}

	.single article {
		float: left;
		width: 100%;
	}

	.single aside {
		margin-top: 50px;
		width: 100%;
		float: left;
		clear: left;		
	}

	.profile #content {
		width: 80%;
		margin: 0px auto 50px auto;
	}

	.profile #content header {
		margin-bottom: 25px;
	}

	.profile #content .right {
		float: left;
		width: 100%;
		margin: -15px 0 0 0;		
	}

	.profile #content aside {
		float: left;
		width: 100%;
		margin: 0;
		font-size: .6em;		
	}

	.profile #content p {
		font-size: .9em;
		line-height: 1.8em;
	}

	footer {
		margin: 0 auto 30px auto;
		padding: 0 0 40px 0;
	}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}