@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	overflow-x: hidden;
	z-index:-1;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
        -webkit-text-size-adjust: 100%;

}
.wp-block-image img {
height: auto !important;
}

ptitle {
width: 98%;
display: block;
}

#bottombar {
 position: fixed;
 bottom: 0px;
 left: .5%;
 width: 99%;
 background: black;
 height: 1.5%;
 z-index: 2000;
}

a, a:visited 
{text-decoration:none;
color:inherit;
text-decoration:underline;
font-weight:bold;
}

#headertext a, #headertext a:visited {
text-decoration:none;
color:inherit;
font-weight: normal;
}


#content a {
/*  text-decoration:underline; */
}

p {
	font-size:1em;
	}

div {
margin:0;
	padding:0;	
}

#header {
position: absolute;
top:3%;
left:1%;
width:100%;
} 

#logo img {
float:left;
margin:0;
padding:0;
margin-top:2%;
}
#header span {
text-align:right;
padding-right:3%;
}

#headertext {
	width:85%;
	float:left;
	font-size:14px;
text-align:right;
margin-top:2%;
}

#logo {
width:15%;
float:left;
}


#wrap {
	background-color:black;
width:100%;
height:100%;
padding: .5% .5%;
position:fixed;
top:0;
left:0;
right:0px;
z-index:-1;
overflow:hidden;
}

#changing {
	width:99%;
	height:98%;
		background-color:rgba(253,253,255,.3);
		z-index:-1;
		position:relative;
}



#topwrap {position:absolute;
top:0px;
width:100%;
}

#topinner {
	position:relative;
}

#posts {

width:60%;
	clear:both;
	float:right;
	margin-right:2%;
	
}
post, #singlepost {
	display: block;
	border: 3px black solid;	
	background:rgba(255,255,255,0.9);
	 margin: 5px 2%;
	 padding:0 0%;
	   -moz-box-shadow: 1px 1px 1px #000; /* Firefox */
  -webkit-box-shadow: 1px 1px 1px #000; /* Safari, Chrome */
  box-shadow: 1px 1px 1px #000; /* CSS3 */
    overflow:auto;
}

post {
     -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    -khtml-border-radius: 2%;
    border-radius: 2%;	
	
}

#singlepost {
     -moz-border-radius: 1%;
    -webkit-border-radius: 1%;
    -khtml-border-radius: 1%;
    border-radius: 1%;
   -webkit-overflow-scrolling: touch;
padding: 0 10px;	
}

#quote {
font-size:.6em;
position:absolute;
top:3%;
width:97%;
text-align:right;
padding-right:4%;

}

#quote a {
	position:relative;
	z-index:300;
}

#singlepost {
	
position:fixed;
top:25%;
height:50%;
right:2%;
  max-width:60%;

}

#singlepost subtitle {
	float:right;
	display:block;
	font-style:italic;
}

 ptitle {
	background:rgba(0,0,0,.7);
	color:white; 
	font-weight:bold;
	padding: 1px 10px;
	
 }

.entry a {
text-decoration: underline;
}

.button {
width: 8%;
	height:2.5%;
	float:right;
	margin-left:3%;
	position:relative;
z-index:300;
     -moz-border-radius: 1%;
    -webkit-border-radius: 1%;
    -khtml-border-radius: 1%;
    border-radius: 1%;
}


#one {
	background-color:rgba(208,171,145,1);
	z-index:300;
	position:relative;
			}
				#two {
	background-color:rgba(24,25,3,1);
		}
		
		#three {
	background-color:rgba(104,89,58,1);
		}
		
			#four {
		background-color:rgba(254,250,212,1);
	
		}
			#five {
	background-color:rgba(193,120,79,1);

		}
		
			#six {
	background-color:rgba(27,48,49,1);
		}
		
		#semiopaque {
	background-color:rgba(254,254,254,.95);
	height:100%;
	width:100%;
	z-index:-1;
	position:relative;
}

#picback {
	height:100%;
	width:100%;
		background:url(images/bananaatthee.jpg) 0% 50% no-repeat;
	background-size: 110% auto;
	
	opacity:1;
	z-index:-1;
	position:relative;
}


#forestile {
width:99%;
	height:98%;
		background:url(images/forestile.png) repeat;
	z-index:-1;
	position:relative;	
opacity:1;

}

#pinstripe {
	height:100%;
	width:100%;
background:url(images/pinstripe3.png);
background-repeat: repeat;
	z-index:-1;
	position:relative;
	
}

.expandable {
 height:100%;
 display:none;
}

#title {
	position:absolute;
	top:2%;
	left:2%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	}
	
	#footer {
		position:fixed;
		padding:1%;
		bottom:.5%;
		font-size:.8em;
		font-weight:bold;
		width: 100%;
		left: 0;
		text-align: center;
	}
	
	
	masonry {
	display:inline-block;	
	width:100%;
	padding-bottom:1%;
	margin-bottom:10px;
	margin-top:10px;
	background: rgba(50, 0, 0, .04);
	
	}
	masonry img {

	float:left;
	width:30% !important;
	max-width:200px !important;
	height:auto !important;
	margin-right:1%;

	}
	masonry mlabel {
	display:block;
	text-align:left;
	float:left;
	width: 95%;
	padding: 1%;
	}
	
	masonry iframe {
	width:95% !important;
	padding: 0 2% !important;
	}
	
	
@media screen and (max-width: 900px) {

#headertext {
	width:71%;
	float:left;
	font-size:14px;
text-align:right;
margin-top:2%;
margin-right:2%;
display:inline-block;
}

#logo {
width:25%;
float:left;
}

#quote {
display:none;
}

}


.entry {
padding: 1.5%;

}

.postmetadata {
padding: 0 1.5%;
}

@media screen and (max-width: 641px) {
#posts {
width:96%;

}


p {
 font-weight: 550;
}

}
