body {
background: url(), #000
url(https://www.transparenttextures.com/patterns/3px-tile.png);
background-repeat: repeat-x, repeat !important;
background-position: top center, top center;
background-attachment: fixed, fixed;
color: #fff;  /*- content text color - */
font-family: georgia; 
text-align:justify;
font-size: 12px; 
}

#container{
float: left;
margin: auto;
width: auto;
padding: 10px;
overflow: hidden;
} 


/*---------- Header ------------- */

#header{
margin: auto;
background-image: url(https://i.imgur.com/Z6jeuFX.png) ;
width: 1150px;
height: 400px;
border: 0px solid #fff;
} 


/*---------- Sidebar ------------- */

#sidebar{
position: absolute;
left: 1100px; 
top: 200px; 
width: 300px; 
padding: 5px; 
background: #151515; 
background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png);
border: 1px solid #fff;

}


/*---------- Navi Links ------------- */

a.nav:link, a.nav:active, a.nav:visited{

font-family: georgia; 
text-align:center;
padding:3px; 
margin:1px;
padding-left:5px;
font-size: 11px; 
color: #fff;
background-color:#e64f00;
display:block;
}

a.nav:hover{

font-family: "tahoma"; 
text-align:left;
padding:3px; 
margin:1px;
padding-left:10px;
font-size: 11px; 
color: #fff;
background-color:#e64f00f;
display:block;
}



/*---------- Content ------------- */

#content{
float: left;
background: #150f1c; 
background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png);
width: 1054px;
padding: 5px;
margin: auto;
min-height: 600px;
text-align: justify;
border: 1px solid #fff;
} 

/*---------- Footer ------------- */

#footer{
float: left;
background: #150f1c; 
background-image: url(https://www.transparenttextures.com/patterns/3px-tile.png);
width: 1054px;
padding: 02x;
margin: auto;
text-align: justify;
border: 0 px solid #fff;
} 

/*---------- Links ------------- */
a:active, a:visited, a:link {
display: inline-block;
font-family:arial;
font-size:10px;
color:#fff;
text-decoration:none;
font-weight: normal;
letter-spacing: 1px;
}

a:hover {
color:#fff;
}




/*---------- Headliner ------------- */

h1 {
font-family: calibri;
font-size:10px;
color: #fff;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
background: #ccc;
border:1px solid #bbb;
line-height: 10px;
padding:1px;
margin-top:1px;
margin-bottom:3px;
margin-left:1px;
margin-right:1px;
text-transform: uppercase;
border-radius: 1px;
background: url('https://i.imgur.com/I036Z7t.png');
}
/***H1 CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/





/*---------- Text ------------- */

textarea{

color: #000;  
font-size: 10px; 
margin:0px; 
padding:2px;
border: 1px solid #ccc;
}


b{ color:#fe9b56;}
i{ color:#eddf4b;}
u{ color:#f088d0; border-bottom:1px dotted #ff44c6;}


blockquote{ 
color: #FFFFFF; 
font-size: 10px;
background-color: #606060; 
border-radius: 1em;
margin:10px; 
padding:2px;
padding-left:5px;
}


a.elite, a.elite:active, a.elite:visited {
display: block; 
margin: 2px;
color: #fff; 
text-transform: capitalize;
padding: 6px; 
text-align: center; 
font-family: georgia;
font-size: 10px; 
font-weight: bold;
letter-spacing: 1px; 
background-color: #670083;
}

a.affie, a.affie:active, a.affie:visited {
display: block; 
margin: 3px;
color: #fff; 
text-transform: capitalize;
padding: 2px; 
text-align: center; 
font-family: georgia;
font-size: 8px; 
font-weight: bold;
letter-spacing: 1px; 
background-color: #004083;
}

/*---------- Don't remove this shit! ------------- */

ul.tab {list-style-type: none; margin: 0; overflow: hidden;}
ul.tab li {float: left;}
ul.tab li a {display: inline-block; color: #fff; background: #444; text-align: center; letter-spacing: 1px; padding: 7px 18px; text-decoration: none; transition: 0.3s; font-size: 10px; border: 1px solid #333; margin: 2px;}
ul.tab li a:hover {background-color: #444;}
ul.tab li a:focus, .active {background-color: #fff; color: #000;}
.tabcontent {display: none; padding: 6px 12px; border-top: none;}
/***TABS CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/

img {
	padding: 3px;
	margin: 3px;
	background-image: url('https://www.transparenttextures.com/patterns/3px-tile.png');
	background-color: #171717;
	}

