/* @override http://dev.dyadcom.com/clf/trunk/css/large.css */
@media only screen and (min-width: 1200px) {
	.book-film #video-holder{
		width: 960px;
		height: 540px;
	}
	#header{
		left: 55px;
		right: 55px;
	  	background-image: url(../images/layout/bg-line.gif);
	  	background-repeat: repeat-x;
	  	background-position: center;
	}
	#header #subs div.sub .links .high-link::after,
	#header #subs div.sub .links .high-link::before{
		content: '~';
		margin: 0 10px;
	}
	#left-white{
		width: 55px;
	}
	#right-white{
		width: 55px;
	}
	#left-line{
		width: 50px;
	}
	#right-line{
		width: 50px;
	}
	#top-line{
		left: 50px;
		right: 50px;
	}
	#bottom-line{
		left: 50px;
		right: 50px;
	}
	#top{
		left: 50px; right: 50px;
	}
	#bottom{
		left: 50px; right: 50px;
	}
	#footer{
		left: 55px;
		right: 55px;
	}
	#nav-sub li{
		display: inline-block;
		width: auto;
	}
	#nav-sub li.first{
		display: block;
		width: 100%;
	  	margin-bottom: 25px!important;
	}
	#header #subs div.sub .links #nav-sub li::after{
		content: " |";
		color: #6a6865!important;
	}
	#header #subs div.sub .links #nav-sub li.first::after,
	#header #subs div.sub .links #nav-sub li.last::after{
		content: "";
	}
	#header #subs{
		padding-top: 20px;
	}

}
/*@media screen and ( max-height: 800px ){
	.border,
	#top-line,
	#top-white{
		display: none;
	}
	#left-line,
	#right-line{
		top: 0;
		bottom: 30px;
	}
	
	#bottom-line{
		height: 30px;
	}
	#bottom-white{
		height: 35px;
	}
	#header{
		top: 0;
		left: 10px;
		right: 10px;
		border-top: 10px solid #ecebe2;
		border-bottom: 10px solid #ecebe2;
	}
	#canvas{
		top: 160px;
	}
	
	#paper{
		margin-top: 185px;
	}
	#sub-nav{
		position: fixed;
		z-index: 10000;
		top: 145px;
	}
	
	hr{
		top: 143px;
	}
	#scroll-images{
		top: 160px;
		bottom: 75px;
	}
}*/
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    .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;
    }

    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;
    }
}