/* BODY STUFF */

body {
    background: url(/home/img/2.gif) black;
    /*cursor stuff*/
    cursor: url(/cursor/NORMAL.cur), auto;
    
}

/* MISCS CLASSES */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flex {
  display: flex;
  justify-content: center;
  align-content: center;
}

.mainlife {
    background: black;
}


aside {
    margin-top: 5px;
    width: 100%;
    padding: 5px;
    position: relative;
    background-color: rebeccapurple;
    border: solid 5px black;
    box-shadow: 7px 8px 0px 0px #57175e;
}

.D2 {
    width: 800px;
    border: 0;
    background-image: url(/home/img/1.png);
}

#footerlol {
    border: 0;
    margin-top: 65px;
    width: 1700px;
    background-image: url(/home/img/1.png);
}



.back {
    text-align: center;
    background: black;
    color: white;
}

/* DISC SHELF STUFF */

#cdspine {
    position: relative;
    object-fit: contain;
    width: 185px;
    height: 45px;
    background: black;
    border: dotted 1px orange;
    box-shadow: 0px 0px 0px 0px white;
}

#cdspine a {
    height: 45px;
	width: 187px;
	display: inline-block;
	color: black;
	text-decoration: none;
	background: white;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
}

#cdspine a::before {
    content: " ";
	display: inline-block;
	height: 47px;
	width: 30px;
	background: black;
	position: absolute;
	left: -1px;
	top: -1px;
}


#cdmenu {
    width: 250px;
    margin: 15px;
    height: auto;
}

#containerdisc {
    background: url(/home/img/4.png) black ;
    box-shadow: 0px 0px 0px 0px white;
}


/*MAIN FRAME*/

#mainframe {
    position: absolute;
    vertical-align:middle;  
    height: auto;
    margin-left: 25px;
    margin-top: 5px;
    border-top: solid 75px black; 
    border-left: solid 40px black;
    border-right: solid 40px black;
    width: 650px;
    height: 560px;
}

/* TV */

#main {
    margin-top: 15px;
	position: relative;
    width: 800px;
    height: 580px;
}

#tv {
    background: black;
    border: solid 5px black ;
    box-shadow: 0px 0px 0px 0px;
}

#crtv {
    pointer-events: none;
    z-index: 5;
    position: absolute;
    height: auto;
    margin: 15px;
    width: 800px;
}

#content {
    padding: 50px black;
}

#lifecase {
    margin-top: 25px; 
    margin-right: 25px;
    width: 550px;
    background-image: url(/home/img/1.png)
}


#cd {
    display: block;
    margin-top: -45px;
    margin-left: 15%;
    margin-right: 15%;
    width: 89%;
}
    
#gamescd {
    display: block;
    margin-top: -45px;
    margin-left: 20%;
    margin-right: 15%;
}


/* TEXT STUFF */
img {
	max-width: 100%;
}

h1 {
    font-family: Courier, monospace;
	color: white;
	margin: 10px;
    padding: 0.2em;
    background: black center 50% / 100% ;
	font-size: 20pt;
	font-weight: bolder;
	letter-spacing: 1px;
    text-align: center;
    vertical-align:middle;
}

h2 {
    font-family: Courier, monospace;
	color: white;
	margin: 0;
	font-size: 12pt;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: -2px;
    text-align: center;
}

h3 {
    font-family: Courier, monospace;
	color: white;
	margin: 0;
	font-size: 12pt;
	font-weight: bolder;
	letter-spacing: 1px;
	margin-top: -2px;
    text-align: center;
    
}

li {
    font-family: Georgia, Times, serif;
}

p {
    font-family: Courier, serif;
    font-size: 11pt;
}

p.smallp {
    font-size: 7pt;
}

a {
    color: pink;
}

a:checked {
    color: deeppink;
}



/* Post stuff */

#postbox {
    margin-top: 25px; 
    margin-right: 25px;
    width: 550px;
    background-image: url(/home/img/1.png)
}

.post {
    margin: 25px;
    width: 600px;
    height: auto;
}

.datum {
  background: purple;
  background-image: url(/home/img/5.png);   
  outline: 3px solid transparent;
  color: white;
  width: 200px;
  height: 20px;
  padding: 0.5em 0.3em 0.1em 0.5em;
}

.logpost {
  background: black;
  outline: 3px solid #1e1f16;
  color: white;
  width: 90%;
  padding: 0.1em 0.5em 0.2em 0.5em;
}


/*LIFE*/

#lifeheader {
    border: #87CEEB;
    background: #ffda03;
    box-shadow: 7px 8px 0px 0px #d4b504;
}

#lifedatum {
    color: black    ;
    background-color: #87CEEB;
}

#lifeposts {
    border: #87CEEB;
    background: #ffda03;
    box-shadow: 7px 8px 0px 0px #d4b504;
}

.mainlife {
    background: no-repeat fixed center / 550% lightblue  url(/binder/img/life/sunflower.jpg);
}

/*GAME*/

#gameheader {
    border: #87CEEB;
    background: #739BD0;
    box-shadow: 7px 8px 0px 0px #5a7aa3;
}

#gamedatum {
    color: WHITE;
    background-color: #5a61a3;
}

#gameposts {
    border: BLUE;
    background: #739BD0;
    box-shadow: 7px 8px 0px 0px #5a7aa3;
}

.maingame {
    background: no-repeat fixed center / 100% black url(/binder/img/snow.png);
}

/*MOVIES*/

#movieheader {
    border: #87CEEB;
    background: #830132;;
    box-shadow: 7px 8px 0px 0px black;
}

#moviedatum {
    color: white;
    background-color: #52001f;
}

#movieposts {
    border: #87CEEB;
    background: #830132;
    box-shadow: 7px 8px 0px 0px black;
}

.mainmovies {
    background: no-repeat fixed center / 100% black url(/binder/img/REDROOM.gif);
}



.spoiler{

background-color: gray;
color: grey;
}

.spoiler:active{
    background-color: black;
    color: white;
}

/* Cursor */

a:hover {
    cursor: url(/cursor/LINK%20SELECT.cur), auto;
}

p:hover {
    cursor: url(/cursor/TEXT.cur), auto;
}

li:hover {
    cursor: url(/cursor/TEXT.cur), auto;
}


h1:hover {
    cursor: url(/cursor/TEXT.cur), auto;
}


h2:hover {
    cursor: url(/cursor/TEXT.cur), auto;
}

h3:hover {
    cursor: url(/cursor/TEXT.cur), auto;
}
