/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

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

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

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

.pullright{
	float: right;
}

.pullleft{
	float: left;
}

body {
	background: #090502 url('../img/background.jpg') repeat-x center top;
	color: #000;
}

body a{
	text-decoration: none;
	color: #ac3200;
}

body a:hover{
	text-decoration: underline;
}

#container {
	width:1200px;
	margin: 0 auto;
	padding-top: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	position: relative;
}

#container.home{
	background: url('../img/back-center.jpg') no-repeat center top;	
}

#container .news-jump{
	position: absolute;
	top: 0;
	right: 60px;
	margin-top: 0px;
	-webkit-transition: margin-top .5s;
	-moz-transition: margin-top .5s;
	-o-transition: margin-top .5s;
	transition: margin-top .5s;
}

#container .news-jump .news-jump-tail{
	background: url('../img/news-jump-strip.png') repeat-y;
	width: 123px;
	height: 0px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}

#container .news-jump:hover a{
	margin-top: 20px;
}

#container .news-jump:hover .news-jump-tail{
	height: 20px;
}

#inner-container{
	width: 940px;
	margin: 0 auto;
}

#container .title,
#container .byline{
	margin: 0;
}

#container .title img{
	margin: 0 auto;
	display: block;
}

#container.home .title img{
	border-bottom: 1px solid #751d00;
}

#container .byline img{
	margin: 0 auto;
	display: block;
}

ul#nav{
	background: url('../img/nav.jpg') no-repeat;
	height: 62px;
	width: 840px;
	margin: 30px auto 10px;
	padding: 0 30px;
	list-style-type: none;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
}

.lt-ie8 ul#nav li{
	zoom: 1; 
	display: inline;
}

ul#nav li{
	display: inline-block;
	background: url('../img/nav-divider.png') no-repeat left;
}

ul#nav li.first{
	background: none;
}

ul#nav li a{
	font-family: 'Archivo Narrow', sans-serif;
	padding: 18px 24px;
	color: #f1d9cc;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 63px;
}

.lt-ie9 ul#nav li a{
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	padding: 18px 20px;
	font-weight: 700;
	font-size: 20px;	
}

#trailer-container{
	width: 900px;
	background: #000;
	margin: 0 auto;
}

#trailer-container img{
	cursor: pointer;
}

#trailer-container iframe{
	display: none;
	margin: 0 auto;
}

#container .contact{
	margin-left: 370px;
	width: 500px;
	padding-top: 40px;
}

#container .contact .section{
	border-top : 1px solid #ac3200;
	padding: 16px 0;
}

#container .contact .section.first{
	border: none;
}

#container .contact .section p{
	margin: 0;
	font-size: 14px;
}

#container .contact .section a{
	color: #ac3200;
	font-weight: 500;
}

#container .contact .section a.large{
	color: #030000;
	font-weight: 300;
	font-size: 20px;
}

#container .contact .section .left{
	display: inline-block;
	border-right: 1px solid #ac3200;
	padding: 0 5px;
}

#container .contact .section .left img{
	display:inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

#container .contact .section .right{
	display: inline-block;
	padding-left: 20px;
	width: 375px;
	vertical-align: top;
}

#container .contact .section .right p{
	width: 250px;
	font-size: 12px;
	padding: 3px 5px 0 0;
}

#container .contact .section .right img{
	float: right;
	margin-left: 8px;
}

#container .news{
	margin-top: 140px;
	margin-bottom: 60px;
}

#container .news h3{
	margin-top: 40px;
}

#container .news h3 img{
	margin: 0 auto;
	display:block;
}

#container .news .left,
#container .news .right{
	width: 418px;
}

#container .news .left{
	float: left;
	padding-right: 50px;
	border-right: 1px solid #2d2928;
}

#container .news .right{
	float: right;
	padding-left: 50px;
}

#container .news .news-item{
	margin-bottom: 30px;
}

#container .news .news-item .date{
	font-size: 14px;
	color: #f1d9cc;
	font-weight: 700;
}

#container .news .news-item .title{
	margin: 3px 0 3px 0;
}

#container .news .news-item .title a{
	color: #e28a04;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Archivo Narrow', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#container .news .news-item p{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-top: 0;
}

#footer{
	margin: 60px auto;
	clear: both;
	width: 800px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

#footer p{
	margin: 0;
}

/* Interior  */

#container .content{
	width: 840px;
	margin: 0 auto;
	background: url('../img/content-background.png');
	padding: 30px;
	min-height: 900px;
}

#container .content h1{
	color: #751d00;
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	font-family: 'Archivo Narrow', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#container .content h2{
	font-size: 24px;
	font-weight: 700;
	font-family: 'Archivo Narrow', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#container .content p{
	font-size: 16px;
}

#container .content img{
	margin: 10px;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	opacity: 1;
}

/* ==========================================================================
   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.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   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;
    }
}
