/*AUDIOJS*/
.audiojs {
	float: left !important;
	margin-right: 10px !important;
	margin-top: 2px;
	width: 36px !important;
	background: #333 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 40px;
}
.audiojs .play-pause {
width: auto !important;
border-right: none !important;
}
.audiojs .scrubber {
display: none !important;
}

.audiojs .time {
display: none !important;
}
.audiojs .error-message {
display: none !important;
}



/* A Bootstrap 3.1 affix sidebar template */

#masthead {
 min-height:250px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 992px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }

  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}




a:active {
    outline: none;
}


ul, ol {
	padding-left: 1em;
}
.edxCTO {
	background:#c00;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	min-height: 25px;
}
.edxCTO a, .edxCTO a:hover, .edxCTO a:focus {
	color: #fff;
	text-decoration: none;
}
.edxlogo {
	height:12px;
	vertical-align: baseline;
}
@media (min-width: 768px) {
	.edxCTO {
		line-height: 45px;
		height: 40px;
		font-size: 18px;
	}
	.edxlogo {
		height:20px;
	}
}

.coverlogo {
	width: 200px
}

.cover {
	padding: 50px 15px 10px 15px;
  background: url("../img/bg_bluejean.png") repeat;
  color: #fff;
}
.cover a, .cover a:hover, .cover a:active, .cover a:focus {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.cover h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.cover h2 {
		font-size: 20px;
		margin: 0;
	}
	.cover h1 {
		font-size: 40px;
		margin: 10px 0px;
	}
	.cover h3 {
		font-size: 14px;
		margin: 0;
	}
}

@media (max-width: 450px) {
	.coverlogo {
		width: 150px;
	}
	.cover h2 {
		font-size: 16px;
		margin: 0;
	}

	.cover h1 {
		font-size: 26px;
		margin: 10px 0px;
	}

	.cover h3 {
		font-size: 12px;
		margin: 0;
	}
}

.cover p {
	font-size: 16px;
	margin: 0 0 20px;
}
.cover .insticon {
font-size: 30px;
}

#randoBG {
position: absolute;
z-index: -1;
height: 600px;
width: 100%;
background: url(../img/bg_bluejean.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.coverphotos {
	overflow: hidden;
	position: relative;
}


.vidThumbwrapperOuter {
 width: 100%;
 position: relative;
 margin-bottom: 30px;
}
.vidThumbwrapperOuter:after {
    padding-top: 55%; /*aspect ratio*/
    display: block;
    content: '';
}
.vidThumbwrapperInner {
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
    /*I wanted it to look good :)*/
    color: white;

	float: left;
	overflow: hidden;
}
.vidThumbwrapperInner a {
	color: #fff;
}
.vidThumbwrapperInner a img {
    position: relative;
    width: 140%;
    margin-top: -10%;
    transition: all .5s ease 0s;
    margin-left: -20%;
}
.vidThumbwrapperInner a:hover img {
            transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
}
.vidThumbwrapperInner a span {
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100.5%;
	height: 100.5%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	display: table;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.vidThumbwrapperInner a:hover span {
	background: rgba(0, 0, 0, .1);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.vidThumbwrapperInner a span strong {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1em;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.vidThumbwrapperInner a:hover span strong {
	/*text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);*/
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.vidThumbwrapperInner a span strong em {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.EmbedWide {
 width: 100%;
 position: relative;
 margin-bottom: 10px;
}
.EmbedWide:after {
    padding-top: 58.1%; /*aspect ratio*/
    display: block;
    content: '';
}
.EmbedWide .inner {
    position: absolute;
    top: 0; bottom: 0; right: 15px; left: 15px; /*fill parent*/
    /*I wanted it to look good :)*/
    color: white;

	float: left;
	overflow: hidden;
}
.EmbedWide .videoEmbed {
	width: 100%;
	height:100%;
}
.EmbedFull .videoEmbed {
	width: 70%;
	height: 100%;
	margin: 0 15%;
}
.poemcovertitle h3::before {
content: "read by ";
}
.poemcovertitle h1{
}
/*.poemcovertitle h2::before {
content: "by ";
}*/
.poem {
	padding-top: 80px;
	padding-bottom: 80px;
}
.poemtext {
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	overflow: auto;
	line-height: 1.7em;
}
@media (max-width: 420px) {
	.poemtext {
		font-size: 17px;
	}
}

.poemtext.textwraps {
	white-space: normal;
	overflow: auto;
}
.poemtext::-webkit-scrollbar {
	display: none;
}
.poem .fineprint {
	margin-top: 80px;
}
.poemcovertitle {
	margin-top: -40px;
}

iframe {
	background:#000;
}
.cover.vidwindow {
	padding: 20px;
}
.covernav .glyphicon, .covernav .fa {
	font-size: 25px;
}
.covernav .scrolldownp .glyphicon {
	font-size: 15px;
}
.covernav .scrolldownp .scrolldownpspan {
	font-size: 14px;
}
.covernav .fa::before {
	margin-left: 10px;
}
.covernav a {
	font-size: 14px;
}
.covernav .backtext {
	/*position: absolute;*/
	height: 100%;
	line-height: 190%;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
}
.covernav {
	height: 25px;
	margin-bottom: 20px;
}
.poem .tab {
	margin-left: 2em;
}




@media (max-width: 355px) {
	.brand-logo {
		display: none;
	}
	.navbar-brand{
		margin-left: 0px;
		
	}
}
@media (max-width: 340px) {
	.covernav .backtext {
		display: none;
	}
}
@media (max-width: 310px) {
	.brand-logo {
		display: block;
	}
	.brand-text{
		display: none;
	}
	.covernav .fa:before {
    	margin-left: 0px;
	}
}
.notextwrap {
	white-space: nowrap;
}

.mastheadvid {
	margin-top: 20px;
}
.EmbedWide .inner {
	right: 0;
	left: 0;
}
#videoGallery {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.cover .lead {
	margin: 20px 0px 0px 0px;
}
.cover .lead .leadsidetext {
	line-height: 30px;
display: inline-block;
height: 30px;
margin-left: 10px;
position: absolute;
}

.poemlistmore, .poemlistless {
	/*margin-top: 30px;*/
	text-align: center;
}

.poemlist, .poemlistmore, .poemlistless {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: auto;
}

.exphidden {
	-ms-transform: scale(1,0);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	height: 0;
}
.expshown {
	-ms-transform: scale(1,1);
	-webkit-transform:transform: scale(1,1);
	transform: scale(1,1);
	height: 100%;
}

.poemlist, #poemindex th {
	margin-top: 40px;
	text-align: center;
}

@media (max-width: 600px) {
	.downforpoem {
		display: none;
	}
}
a.tatehouse {
  position: absolute;
  z-index: 100;
  right: 0;
}
a.tatehouse img {
width: 130px;
}
@media (min-width: 600px) {
	a.tatehouse img {
		width: 160px;
	}
}
@media (min-width: 768px) {
	a.tatehouse img {
		width: 220px;
	}
}.subtext {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
		
		
		
		
		
}
