
@font-face {
  font-family: SimplySquare;
  src: url(SimplySquare.ttf);
}

/*All Contents*/
body {
	background:black;
    font-family: Georgia, Times New Roman, serif;
	color:white;
	margin:auto;
	max-width:1250px;
	min-width: 1250px;
}

/*HEADER*/
.head{
	background:crimson;
	color:black;
	font-size:xx-large;
	height:125px;
}

/*COLUMNS*/

.content{
	background:#990202;
	align-items: center;
}


/*Left Side*/
.column_left{
	float:left;
	background:black;
	width:200px;
	height:100%;

	text-align: center;
	font-family: SimplySquare, 'Courier New', Courier, monospace;
	font-size: larger;

}

.column_left .block{
	margin:15px;
	background-color: #eed7c2;

	border-width: 8px;
	border-style: solid;
	border-image: url("/images/9slice.png");
	border-image-slice: 7;

}

.column_left h1{
	color:white;	
	background-color: #990202;
	margin:0px;
	padding:2px;
}

.column_left .block a{
	margin:12px;
	padding:12px;

	font-size: larger;
	font-weight: 600;
	color:black;

	text-decoration: none;
}

.column_left .block a:hover{
	background-color: black;
	color:white;
}

/*Center*/
.column_middle{
	float:left;	
	width:850px;
	min-height:100vh;
	background-image: url("../images/tile.png")
}

/*Right Side*/
.column_right{
	float:left;
	background:black;
	width:200px;

	color:#990202;

	text-align: center;
	font-family: SimplySquare, 'Courier New', Courier, monospace;
	font-size: larger;

}

.column_right .block{
	margin:15px;
	background-color: #eed7c2;

	border-width: 8px;
	border-style: solid;
	border-image: url("/images/9slice.png");
	border-image-slice: 7;

}

.column_right h1{
	color:white;	
	background-color: #990202;
	margin:0px;
	padding:2px;
}

.column_right .block a{
	margin:12px;
	padding:12px;

	font-size: larger;
	font-weight: 600;
	color:black;

	text-decoration: none;
}

.column_right .block a:hover{
	background-color: black;
	color:white;
}

/*ENTRIES*/
.entry{
	margin:50px;

	background:#eed7c2;
	color:black;

	font-size:larger;
	line-height: 1.2;
	text-indent:25px;
	
	border-width: 8px;
	border-style: solid;
	border-image: url("/images/9slice.png");
	border-image-slice: 7;
}

.entry img{
	display:block;
	margin:auto;
	padding:5px;
}

/*Article Header*/
.entry h1{
	color:white;
	background-color:#990202;
	padding:5px;
	margin:0;
	text-align: center;
}

/*Article Description*/
.entry p{
 	padding:15px;
}

/*Link Arrow*/
.entry h2{
	color:white;
	background-color:#990202;
	padding:5px;
	margin:0;
	text-align: center;
}

.entry h2 a{
	color:white;
	text-decoration: none;
}

.entry h2 a:hover{
	color:black;
	text-decoration: none;
}