body {
	font-family:'Roboto Mono', sans-serif;
	font-size:9px;
	background-color:#000;
}

h1,h2,h3,h4,h5,h6{
	font-family:'Tahoma', sans-serif;
	font-size:10px;
	font-weight:bold;
}

.center {
	text-align:center;
	margin:auto;
}

.like_caption{
	display: none;
	visibility: hidden;
}

.caption{
	max-width:500px;
	background-color:#eee;
	padding-bottom:1px;
	border-radius:0 0 3px 3px;
	
}

.caption blockquote{
	font-size:9px;
	border-left:5px solid #fff;
	margin: 0 5px 5px 5px;
}

.caption p{
	margin:0 0 5px 5px;
}

.col-md-5{
	min-width:570px;
	width:33%;
}
.col-md-2{
	min-width:285px;
}
.col-md-2 iframe{
	margin:auto;
}

#likes{
	padding:0;
}
#likes img {
	max-width:100%;
}
#likes_container{
	width:254px;
	border:1px dashed #666;
	border-radius:10px 10px 0 0;
	padding: 0 1px;
	
}
#menuzone {
	display:inline-flex;
	margin:auto;
}

#menuzone ul {
	display:inline-flex;
	justify-content:space-evenly;
	width:540px;
}
#menuzone ul li{
}
#menuzone li a{
}

.like_below_photo{
	border-bottom:1px dashed #666;
	margin:1px 0 1px 0;
}
.like_photo{
	width:250px;
	border:none;
}

.post img {
	width:500px;
	border:none;
}

ol.notes{
	padding:0 0 0 15px;
	list-style-type:hiragana;	
}

ol.notes blockquote {
	font-size:9px;
	margin:0 0 0 16px;
	padding:3px 10px;
}
.titlezone,.titleps{
	max-width:500px;
}
.post{
	margin-bottom:25px;
}

.bgpost {
	
	display: flow-root;
	
  background: 
  /*
  repeating-linear-gradient(-14deg, 
  rgb(55, 57, 51) 0%, 
  rgb(69, 77, 82) 9%, 
  rgb(80, 91, 98) 9.1%, 
  rgb(88, 104, 113) 18%, 
  rgb(95, 115, 126) 18.1%, 
  rgb(100, 125, 138) 27%, 
  rgb(106, 135, 149) 27.1%, 
  rgb(111, 144, 160) 36%, 
  rgb(116, 153, 171) 36.1%, 
  rgb(121, 161, 180) 45%, 
  rgb(132, 177, 198) 45.1%, 
  rgb(138, 184, 206) 54%, 
  rgb(144, 191, 213) 54.1%, 
  rgb(151, 198, 220) 63%, 
  rgb(159, 204, 225) 63.1%, 
  rgb(167, 210, 231) 72%, 
  rgb(177, 216, 235) 72.1%, 
  rgb(187, 222, 240) 81%, 
  rgb(198, 228, 243) 81.1%, 
  rgb(210, 235, 247) 90%, 
  rgb(224, 243, 253) 90.1%, 
  rgb(238, 248, 253) 100%)*/
  
  repeating-linear-gradient(-8deg,
  rgb(0, 0, 0) 0%, 
  rgb(0, 0, 0) 9%, 
  rgb(37, 37, 37) 9.1%, 
  rgb(37, 37, 37) 18%, 
  rgb(70, 70, 70) 18.1%, 
  rgb(70, 70, 70) 27%, 
  rgb(99, 99, 99) 27.1%, 
  rgb(99, 99, 99) 36%, 
  rgb(125, 125, 125) 36.1%, 
  rgb(125, 125, 125) 45%, 
  rgb(149, 149, 149) 45.1%, 
  rgb(149, 149, 149) 54%, 
  rgb(172, 172, 172) 54.1%, 
  rgb(172, 172, 172) 63%, 
  rgb(194, 194, 194) 63.1%, 
  rgb(194, 194, 194) 72%, 
  rgb(215, 215, 215) 72.1%, 
  rgb(215, 215, 215) 81%, 
  rgb(235, 235, 235) 81.1%, 
  rgb(235, 235, 235) 90%, 
  rgb(255, 255, 255) 90.1%, 
  rgb(255, 255, 255) 100%)

  ;
  

}

.like_and_reblog_buttons {
	float:right;
	list-style:none;
}

.like_and_reblog_buttons li {
	float:right;
	margin:0;
	padding:0 5px 0 0;
}

.like_and_reblog_buttons li:first-child {
	/*border-right: 1px solid #e8e8e8;*/
}