
body {
		background-color: #1c0b0a;
	color: gold;
		font-family: "Roboto Mono", monospace;
   
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
		margin: 0;
		padding: 0;
	
				

	


   
		
}


	

img {
	max-width: 100%;
}





a {
	color: white;
}



.sidebar {
    width: 250px;
    min-height: 100%;
    border-right: 2px solid white;
    padding: 2rem 2rem;
    position: absolute;
    overflow: auto;


    

   border-image: url('frameborder.png') 57 round;
}

.post-list a {
	display: white;
	text-decoration: none;
}

.post-list a:before {
	content: "\00b7";
	margin-left: -12px;
	width: 14px;
	display: inline-block;
}


.title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4px;
	font-variant: small-caps;
}

.subtitle {
	margin-bottom: 24px;
	font-style: italic;
}
 
.profile img {
	border: 1px solid white;
	display: inline;
	float: left;
	margin-bottom: 12px;
	margin-right: 6px;
	 border-image: url('frameborder.png') 57 round
	 	
}

.profile .profile-desc {
	display: inline;
	 
}

.profile {
	border: 15px solid white;
	padding: 12px;
	border-top: 8px solid white;
	min-height: 60px;
	 border-image: url('frameborder.png') 57 round
	

		
}


.sidebar a:hover {
	text-decoration: underline;
}


.menu a {
	border: 3px solid white;
	text-decoration: none;
	padding: 4px;
	display: inline-block;
	margin-bottom: 6px;
	 border-image: url('frameborder.png') 57 round
	 
}

.menu a:hover {
	font-weight: bold;
}


iframe {
	height: 100%;
	width: 100%;
	border: none;
}

.main {
    position: absolute;
    height: 100vh;
    width: calc(100% - 316px);
    margin-left: 316px;
    box-sizing: border-box;
    	
}


.page {
	padding: 24px;
	padding-right: 40vw;
	


}

::-webkit-scrollbar {
  width: 10px;
}

h1 {
	font-variant: small-caps;
	border-bottom: 1px dashed;
}