@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Gentium+Book+Basic|Permanent+Marker|Philosopher');
h1, h2, h3, h4, h5, h6, div.site-title {
 font-family:"Permanent Marker",cursive; 
 font-weight: normal;
}

/* Enter Your Custom CSS Here */
div#content, header#masthead{
 max-width:900px !important; 
}
div#primary{
 max-width:100%;/*was 550px*/ 
 width:100%;
}
div#secondary{
 clear:right;
}
div.contenttop{
  float:right;
  text-align:right;
  background-image:url("https://acegiak.net/wp-content/uploads/2016/08/rust252.png"); 

  margin-bottom:15px;
  border-width:3px !important;
  border: 3px solid #101818;
  border-image: url('https://acegiak.net/wp-content/uploads/2016/10/bevelborder-1.png') 3 repeat; 
  padding:8px;
}

div.contenttop p{
  border: 4px solid transparent;
  border-image: url('https://acegiak.net/wp-content/uploads/2016/10/ridgeborder.png') 4 repeat; 
  background-color:#282426; 
  background-image:url("https://acegiak.net/wp-content/uploads/2016/08/scanlines0.25.png");
  padding: 10px;
  border-radius:5px;
  margin:0px;
  box-shadow:inset 0px 0px 10px black;
}

@media screen and (min-width: 900px) {
  div.contenttop{
    width:300px;
  }
}

@media screen and (max-width: 900px) {
  span.flufftext{
    display:none;
  }
    div.contenttop{
    width:100%;
  }
}


div.contenttop a.button{
  white-space: nowrap;
  background-color:rgb(51, 51, 51);
  padding:5px;
  line-height:250%;
  box-shadow: 0px 0px 4px white, 0px 0px 8px rgb(0, 204, 204);
  border-radius:5px;
}

@media screen and (min-width: 900px) {
a.streamThumbnail{
background-size:100% 100%;
width:250px;
height:140px;
display:inline-block;
text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
color: #ffffff !important;
text-align:left;
margin-bottom:20px;
padding:2px;
    
  border: 4px solid transparent;
border-image: url('https://acegiak.net/wp-content/uploads/2016/10/ridgeborder.png') 4 repeat; 
box-shadow:inset 0px 0px 10px black;

}
  
  a.streamThumbnail:hover{
  	color:#dddddd !important;
  }
}


@media screen and (max-width: 900px) {
  a.streamThumbnail{
  	background-position:-100% -100%;
    background-repeat:no-repeat;
  	white-space: nowrap;
  	background-color:rgb(51, 51, 51);
    
  	padding:5px;
  	line-height:250%;
  	box-shadow: 0px 0px 4px white, 0px 0px 8px rgb(0, 204, 204);
  	border-radius:5px;
  }
  
}
a.streamThumbnail{
  display: none;
}

.recording{   
        color:red;
        text-shadow: 0px 0px 5px red;
  		position:relative;
        top:-2px;
  		left:2px;
}

blockquote.e-summary{
  max-height:500px;
  overflow:hidden;
  background:url('http://acegiak.net/wp-content/uploads/2017/08/ellipsis.png');
  background-position: right 0px top 455px;
  background-repeat:no-repeat;
}
blockquote.e-summary.expanded{
  max-height:none;
  overflow:hidden;
  background:none;
}

div.content blockquote{
  margin-left: 15px;
  margin-right:2px;
}

.home article.page {
  font-size:0;
}

.home article.page .entry-content{
  font-size:medium;
}

figure{
  margin:1em;
}

ul{
  margin:0;
}