@font-face{
	font-family: 'Bearpaw';
	src: url('BEARPAW.eot'); 
  	src: url('BEARPAW.woff') format('woff'), 
       url('BEARPAW.ttf')  format('truetype'), 
       url('BEARPAW.svg') format('svg');
}

@font-face{
	font-family: 'AftaSerif';
	src: url('AftaSerifThin-Regular.eot'); 
  	src: url('AftaSerifThin-Regular.woff') format('woff'), 
       url('AftaSerifThin-Regular.ttf')  format('truetype'), 
       url('AftaSerifThin-Regular.svg') format('svg');
}

body{
	font-size: 16px;
	font-family: 'AftaSerif', 'Times New Roman', serif;
}

article{
    /*position: absolute;
    top: 0;
    left: 0;
    //-webkit-transform: translate(-50%, -50%);
    //-ms-transform: translate(-50%, -50%);
    //transform: translate(-50%, -50%);
    //-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    //transition: all 0.3s ease-out;
}

.home article:nth-child(2){
    margin-left: 5%;
}

.ticketButton{
    width: 26% !important;
    margin: 0% 35%;
    padding: 2%;
    background: black;
    color: white;
    font-size: 2em;
    clear: left;
    width: 100%;
    text-align: center;
}

#loading{
    display: block;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    position: absolute;
    z-index: 1000;
    background-image: url(../images/ajax-loader.gif);
}

.page, .home{
    background: #000;
}

#header{
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 10;
	background: #fff;
}

#showInfo{
    display: none;
    margin-bottom: 5%;
}

#showInfo h3{
    margin: 0%;
}

#showInfo p{
    text-align: center;
    width: 100%;
    margin-bottom: 1.5%;
}

h1{
	text-align: center;
	font-family: 'Bearpaw', Arial, Helvetica, sans-serif;
	font-size: 5em;
}

h2{
	text-align: center;
	font-family: 'Bearpaw', Arial, Helvetica, sans-serif;
	font-size: 4em;
}

h3{
	text-align: center;
	font-family: 'Bearpaw', Arial, Helvetica, sans-serif;
	font-size: 3em;
}

h4{
	text-align: center;
	font-family: 'Bearpaw', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

a{
	color: inherit;
}

strong{
	font-weight: bold;
}

.aboutPage{
	width: 70%;
	margin: 0% 15%;
}

.aboutPage p{
	margin: 3% 0%;
}

footer{
	width: 90%;
	margin: 0% 5%;
    background: #fff;
    clear:both;
}

.homeCountdown{
	margin: 0% 45%;
}

.homeNav{
	padding: 5% 0%;
}

.homeNav h3{
	margin: 3% 0%;
}

.homeNav iframe{
    width: 50%;
    margin: 0% 25%;
}

.nsfwWarning{
	margin: 0% 25%;
	width: 50%;
	font-size: 0.75em;
	text-align: center;
}

h1 a, h2 a, h3 a{
	text-decoration: none;
}

.post{
	width: 80%;
	//padding: 0% 10%;
	/*background: rgba(0, 0, 0, 1);*/
	color: #fff;
}

.category-daily-photo header{
	padding-top: 2%;
}

.category-weekly-video{
    width: 25%;
    float:left;
    padding: 0%;
}

.entry-title, #sidebar, .entry-meta .vcard, .entry-meta .meta-sep, .entry-footer{
	display: none;
}

#menu{
    background: #000;
    color: #fff;
}

#menu-menu-1{
    width: 100%;
    text-align: center;
}

#menu-menu-1 li{
    padding: 1%;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

#menu-menu-1 li:hover{
    box-shadow: inset 0px 0px 10px 0px #FFF
}

#menu-menu-1 a{
    text-decoration: none;
}

#container{
	width: 100%;
    background: #000;
  	/*background: url(../files/swift-baby-1.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
}

#container #content:first-child{
    margin-top: 10%;
}

.entry-meta{
	font-family: 'Bearpaw', Arial, Helvetica, sans-serif;
	font-size: 2em;
}

.entry-content{
	width: 90%;
	padding: 0% 5%;
}

.question{
	font-weight: bold;
	padding: 2% 0%;
}

.answer{
	width: 90%;
	margin: 0% 5%;
}

.entry-content iframe, .videoContainer{
	width: 100%;
    z-index: 800;
}

.videoContainer img{
    width: 50%;
    float: left;
}

/*removes date from sticky countdown post*/
#post-44 .entry-meta{
	display: none;
}

.wp-audio-shortcode{
	margin: 0% 20%;
}

.carbonlite-weeks_dash, .carbonlite-days_dash, .carbonlite-hours_dash, .carbonlite-minutes_dash, .carbonlite-seconds_dash{
	background: none !important;
}

.dailyPhoto{
	width: 50%;
	margin: 0% 25%;
	text-align: center;
}
.dailyPhoto img{
	width: auto;
}
.censor{
	background: #ff3232;
    /* Old browsers */
    background: linear-gradient(to right, white 50%, black 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin: 0px 0px 25px 10px;
    /*transition:all 2s ease;*/
}
@keyframes censorAnimation {
	0% { background-position: 0% 0%; }
	100% { background-position: 100% 0%; }
}
@-webkit-keyframes censorAnimation {
	0% { background-position: 0% 0%; }
	100% { background-position: 100% 0%; }
}
@-moz-keyframes censorAnimation {
	0% { background-position: 0% 0%; }
	100% { background-position: 100% 0%; }
}
@-o-keyframes censorAnimation {
	0% { background-position: 0% 0%; }
	100% { background-position: 100% 0%; }
}
@keyframes uncensorAnimation {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 100%; }
}
@-webkit-keyframes uncensorAnimation {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 100%; }
}
@-moz-keyframes uncensorAnimation {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 100%; }
}
@-o-keyframes uncensorAnimation {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 100%; }
}
.c1{
	animation: censorAnimation 1s linear forwards, uncensorAnimation 11s linear 1s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 11s linear 1s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 11s linear 1s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 11s linear 1s forwards;
}
.c2{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 6s linear 12s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 6s linear 12s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 6s linear 12s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 6s linear 12s forwards;
}
.c3{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 34s linear 18s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 34s linear 18s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 34s linear 18s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 34s linear 18s forwards;
}
.c4{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 25s linear 52s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 25s linear 52s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 25s linear 52s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 25s linear 52s forwards;
}
.c5{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 1s linear 77s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 1s linear 77s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 1s linear 77s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 1s linear 77s forwards;
}
.c6{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 27s linear 78s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 27s linear 78s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 27s linear 78s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 27s linear 78s forwards;
}
.c7{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 18s linear 105s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 18s linear 105s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 18s linear 105s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 18s linear 105s forwards;
}
.c8{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 123s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 123s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 123s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 123s forwards;
}
.c9{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 28s linear 130s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 28s linear 130s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 28s linear 130s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 28s linear 130s forwards;
}
.c10{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 158s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 158s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 158s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 158s forwards;
}
.c11{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 160s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 160s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 160s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 2s linear 160s forwards;
}
.c12{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 162s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 162s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 162s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 162s forwards;
}
.c13{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 169s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 169s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 169s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 169s forwards;
}
.c14{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 31s linear 193s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 31s linear 193s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 31s linear 193s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 31s linear 193s forwards;
}
.c15{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 22s linear 224s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 22s linear 224s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 22s linear 224s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 22s linear 224s forwards;
}
.c16{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 3s linear 246s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 3s linear 246s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 3s linear 246s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 3s linear 246s forwards;
}
.c17{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 26s linear 249s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 26s linear 249s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 26s linear 249s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 26s linear 249s forwards;
}
.c18{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 12s linear 275s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 12s linear 275s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 12s linear 275s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 12s linear 275s forwards;
}
.c19{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 287s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 287s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 287s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 287s forwards;
}
.c20{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 30s linear 311s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 30s linear 311s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 30s linear 311s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 30s linear 311s forwards;
}
.c21{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 341s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 341s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 341s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 24s linear 341s forwards;
}
.c22{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 33s linear 365s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 33s linear 365s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 33s linear 365s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 33s linear 365s forwards;
}
.c23{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 13s linear 398s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 13s linear 398s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 13s linear 398s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 13s linear 398s forwards;
}
.c24{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 411s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 411s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 411s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 411s forwards;
}
.c25{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 419s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 419s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 419s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 7s linear 419s forwards;
}
.c26{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 426s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 426s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 426s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 8s linear 426s forwards;
}
.c27{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 434s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 434s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 434s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 434s forwards;
}
.c28{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 439s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 439s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 439s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 5s linear 439s forwards;
}
.c29{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 444s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 444s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 444s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 444s forwards;
}
.c30{
    animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 448s forwards;
    -webkit-animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 448s forwards;
    -moz-animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 448s forwards;
    -o-animation: censorAnimation 1s linear forwards, uncensorAnimation 4s linear 448s forwards;
}
.secretFooter{
	text-decoration: none;
	cursor: default;
}

#countdown{
	position: absolute;
	top: 20px;
	right: 0px;
	height: auto;
	cursor: default !important;
}

.hideAudio{
	display: none;
}

#post-2454{
    display: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#navTrigger{
    color: #fff;
    z-index: 100;
    position: fixed;
    top:0;
    left: 0;
    margin-top: 2%;
    width: 25%;
    text-align: center;
    cursor: hand;
    cursor: pointer;
}

#nav{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 7%;
    display: none;
    width: 25%;
    background: #fff;
}

#nav li{
    width: 100%;
    float: left;
}

.single{
    background: #000;
}

.single article{
    width: 50%;
    margin: 0% 25%;
}

.mobileOnly{
    color: white;
    display: none;
    font-family: 'AftaSerif', 'Times New Roman', serif;
    width: 50%;
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 800px), (max-device-width: 800px){
	#countdown{
		position: static;
		display: inline-block;
		width: 30%;
		margin: 0% 35%;
		height: 30px;
	}
	#container{
		margin-top: 25%;
	}
	h1{
		font-size: 4.5em;
	}
    .homeNav iframe{
        width: 100%;
        margin: 0%;
    }
}


@media screen and (max-width: 400px), (max-device-width: 400px){
	#container{
		margin-top: 50%;
	}
	h1{
		font-size: 3.5em;
	}
	h2{
		font-size: 3em;
	}
	iframe{
		margin: 0% 35%;
	}
	.videoContainer iframe, .videoContainer iframe{
		width: 100%;
		margin: 0%;
	}
	.aboutPage p{
		margin: 15% 0%;
	}
	.question{
		padding: 10% 0%;
	}
	.entry-content iframe, .videoContainer{
		width: 100%;
		margin: 0%;
	}
	.wp-audio-shortcode{
		width: 100% !important;
		margin: 0%;
	}
	.carbonlite-dashboard{
		width: 200px !important;
		background-position: -10px 0px !important;
	}
	.carbonlite-dash_title{
		font-size: 7px !important;
	}
	.carbonlite-digit{
		font: 9pt arial !important;
		width: 14px !important;
	}
	.carbonlite-dash{
		width: 35px !important;
	}
	#countdown{
		width: 40%;
		margin: 0% 30%;
	}
	.dailyPhoto{
		width: 90%;
		margin: 0% 5%;
	}
	.dailyPhoto img{
		width: auto;
	}
    .category-weekly-video{
        width: 50%;
        float:left;
        padding: 0%;
    }
    .mobileOnly{
        display: block;
    }
}