body {
background: #000 url(https://i.imgur.com/nqfedE6.jpg);
color: #ffc9a6;  /*- content text color - */
font-family: georgia; 
text-align:justify;
font-size: 11px; 
margin: 5px; 
padding: 2px;
background-repeat: repeat !important;
background-attachment: fixed;
}

#container{
position: inherit;
margin: 5px auto 5px auto;
width: 900px;
overflow: hidden;
border : 1px solid #000;
background-image: url(https://i.imgur.com/cnrOXwE.jpg) ;
background-repeat: repeat !important;
} 

/*---------- Header ------------- */

#header {
margin-top : 0;
margin-left : auto;
margin-right : auto;
width: 900px;
height: 300px;
background-image: url('https://i.postimg.cc/J0DVJH3C/header.png');
}


/*---------- Sidebar ------------- */

#sidebar{
float: left;
width: 200px;
padding: 2px;
}


/*---------- Content ------------- */

#content {
float: right;
width: 680px;
padding:5px;
margin:2px;
text-align: justify;
border: 0px solid #fff;
}


b{ color:#ff7373;}
i{ color:#9bccff;}
u{ color:#f088d0; border-bottom:1px dotted #ff44c6;}
s {color: #fff;}

/*---------- Links ------------- */
a:link, a:active, a:visited { 

text-decoration: none; 
color: #faa8ff; /*- linked url colour - */
}


a:hover {

color: #ffffff; /*- linked visited url colours - */
text-decoration: none; 
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

/*---------- Headliner ------------- */

h1 {	
border-bottom: 1px solid #aaa;
color: #ff75d8;
font-style: italic;
font: 18px/12px georgia;
letter-spacing: -1px;
margin: 0 auto 2px;
text-align: center;
padding: 2px;
width: 400px;
}
/***H1 CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/


h2{
font-family: 'Dancing Script', cursive;
font-size:15px;
color: #fff;
font-weight: normal;
text-align: center;
letter-spacing: 2px;
background: #004019;
border:1px solid #ddd;
line-height: 14px;
padding:1px;
margin-top:2px;
margin-bottom:3px;
margin-left:1px;
margin-right:0px;
}
/***H1 CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/


h3
{font-family: 'Dancing Script', cursive;
font-size: 20px;
font-weight: normal;
text-align: right;
color: #ff75d8;
border-bottom: 2px dotted #ccc;
padding: 5px;
margin: 0px 0px 5px;
text-shadow: 2px 2px 2px #25141b;}

/*-------other------*/
.sidebar-navigation ul {
	list-style : none;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : left;
}


.sidebar-navigation li {
	list-style : none;
	margin : 0 0 0 -55px;
	padding : 0 0 0 0;
	font-size : 12px;
}


.sidebar-navigation li a {
	font-size : 12px;
	text-transform : lowercase;
	text-decoration : none;
	text-align : center;
	letter-spacing : 0px;
	margin : 0 0 5px 0;
	padding : 5 1px 2 15px;
	background-color : #303030;
	color : #ddd;
	display : block;
	width : 200px;
}

.update_icon{
  margin: 5px 5px 0px 5px;
  background-color: #ccc;
  background-image: url('/layout-img/updatebg001.png');
  padding: 5px;
}