/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

html {
	font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * 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: #0021A5;
    text-shadow: none;
	color:#FA4616;
}

::selection {
    background: #0021A5;
    text-shadow: none;
	color:#FA4616;
}

/*
 * 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* =============================================================================
   Links
   ========================================================================== */

a { color: #5094ba;border:0;text-decoration:none;outline: 0; border:none; }
a img{
	border:none;	
}
a:visited { color: #267AA9; text-decoration:none;}
a:hover { color: #ccc; text-decoration:none;
	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;}
a:focus { outline: thin dotted;border:0;text-decoration:none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html{
  background: url(../img/lab-daze-full-bg.jpg) no-repeat center center fixed; 
  background-size: cover;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height:100%;
}
body{
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Titillium Web, sans-serif;
	font-weight:300;
	color:#fff;
	font-size:18px;
	webkit-font-smoothing:antialiased;
}
h1{
	font-weight:300;
	font-size:30px;
	color:#fff;	
}
h2{
	color:#FA4616;
	font-weight:400;
	font-size:24px;
	line-height:24px;
}
#global_wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
	min-width:1000px;
}
#nav{
	z-index:99;
	background: #444;
	height: 63px;
	min-width: 1000px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .8);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .8);
	position:relative;
	overflow-x:hidden;
}

#nav_content{
	background: url(../img/lab-daze-nav-splatter.jpg) no-repeat center center; 
	width: 1000px;
	margin:auto;	
	height:63px;

}
#nav_content a{
	color:#FA4616;
	font-size: 30px;
	text-decoration: none;
	font-weight: 200;	
	margin: 0px 15px;

	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	
}
#nav_content a:hover{
	color:#fff;
	text-shadow: 1px 1px 6px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

#leftNavContent{
	float:left;
	margin: 11px 0px 0px 0px;	
}
#rightNavContent{
	float:left;
	margin: 11px 0px 0px 370px;	
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer_wrap{
	height:36px;
	background:#444;	
	min-width: 1000px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .8);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .8);
}
#footer_content{
	font-size:16px;
	padding-top:1px;
	width:1000px;
	margin:auto;
	color:#FA4616;
}
.footer_links{
	padding:5px 0 0 8px;
	float:left;
}
.footer_links a, .footer_links a:visited{
	color:#FA4616;
	
}
.footer_links a:hover{
	text-decoration:underline;
	color: #fff;	
}
.footer_copyright{
	float:right;	
	color:#FA4616;
	text-align:right;
	margin-top: 6px;
}

#content_wrapper{
	margin:auto;
	width:1000px;	
}
#top_promotion{
	background: url(../img/lab-daze-top-splatter.png); 
	width:1000px;
	height:193px;
	position:relative;
	font-size:16px;
	color:#0021A5;
	font-weight:400;
		
}
#top_promotion_left_quote{
	position:absolute;
	left: 100px;
	top: 97px;
}
#top_promotion_right_quote{
	position:absolute;
	right: 132px;
	top: 97px;
}
#outer_top_logo{
	width:400px;
	margin:auto;
	position:relative;


		
}
#top_logo{
	position: absolute;
	z-index: 999;
	top:16px;
	left:100px;
}
#nav_social {
	margin: 22px 0 0 4px;
	float:left;
	height:26px;
	width:120px;
}
#nav_social a{
	padding:1px 15px 0;	
	margin:0;
	margin-right:13px;
	font-size:19px;
}



a.fbook{
	background: url(../img/icons/lab-daze-nav-fbook.jpg) no-repeat center top;
}
a.fbook:hover{
	background: url(../img/icons/lab-daze-nav-fbook-hover.jpg) no-repeat center top;
}
a.youtube{
	background: url(../img/icons/lab-daze-nav-youtube.jpg) no-repeat center top;
	margin-right:16px !important;
}
a.youtube:hover{
	background: url(../img/icons/lab-daze-nav-youtube-hover.jpg) no-repeat center top;
	margin-right:16px !important;
}
a.twitter{
	background: url(../img/icons/lab-daze-nav-twitter.jpg) no-repeat center top;
	margin:0 !important;
}
a.twitter:hover{
	background: url(../img/icons/lab-daze-nav-twitter-hover.jpg) no-repeat center top;
	margin:0 !important;
}

#content_box{
	
	width:998px;
	margin: 0px auto 20px;
	min-height: 200px;
	border: 1px solid #666;
	-webkit-border-radius: 8px;
    border-radius: 8px;	
	background: rgba(68, 68, 68, 0.95);

}
#content_box p{
	line-height:22px;
}
div.full{
	padding:10px 20px 20px;		
}
div.third{
	float:left;
	padding:10px 20px 20px;	
	width:292px;
}
div.twoThirds{
	float:left;
	padding:20px 20px 20px;		
	width:626px;
}
div.half{
	float:left;
	padding:10px 20px 20px;		
	width:458px;
	
}
div.fourth{
	float:left;
	padding: 10px 19px 20px;
	width:	211px;
}
div.divider{
	padding:1px;
	margin:20px 0;
	background: #666;
	float:left;	
}
#content_title{
	margin:0 0 20px 0 ;
	font-weight:400;
	font-size:30px;
	color:#fff;	
	border-bottom: 3px solid #666;	
}
.push{
	height:36px;
}
.date_post{
	font-size:14px;	
}
#content_box iframe{
	border:1px solid #666;	
}
#purple_button{
	border: solid 1px #666;
	-webkit-border-radius: 8px;
    border-radius: 8px;	
	font-size:14px;
	line-height:16px;
	background: #0021A5;
	padding: 12px 14px;
	display:block;
	color:#fff;
	margin: 20px 0 0;
	width:134px;
}
#purple_button:hover, #social_button:hover{
	background:#2c1d4f;	
}
#purple_button img{
	margin: -4px 0 0 8px;	
}

.borderRight{
	border-right: 1px solid #666;
}

#contactEmail{
	color:#FA4616 !important;
}
#contactEmail a:hover{
	color:#fff;
}
#social_button{
	background: #0021A5;
	padding:5px 0 10px 10px;
	width:198px;
	border: solid 1px #666;
	-webkit-border-radius: 8px;
    border-radius: 8px;	
	color: #fff !important;
}
#social_button:hover{
		-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#social_links a div{
	color:#fff;
	margin-bottom:10px;
}
#news_post{
	clear:both;
}
#news_date{
	color:#FA4616;
	float:left;
	margin-right: 5px;
}
#news_content{
	float:left;	
	width:380px;
	margin-bottom: 10px;
}
.grey_border{
	border:1px solid #666;
}
#cast{
	font-size:14px;	
}
#cast h2{
	margin-bottom: 5px;	
}
#frame, 
.description{
	margin: 20px auto;
	width: 960px;
	height: 440px;
	}
	
.playlists .special{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 420px;
}
	
#browse_episodes{
	position: absolute;
	top: 60px;
	left: 190px;
	font-size: 24px;
	color: #FA4616;
}
/* ==========================================================================
   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 (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;
    }
}
