/* Modifications to the backrgound */

#body {

     background: url("https://i.imgur.com/Hi1hwWR.png");

     background-repeat: repeat-x repeat-y;

     color: #444444;

} 



/* Modifications to background colors */

#main_column {

    background: #000000;

}

#game_frame {

   background: #000000 !important;

}





#posts div.message.even {

    background: #000000;

}



#posts div.message.odd {

    background:#231D2B;

}



#posts .authors{

	background:#3f3c44 !important;

}



h1 a {

color: #21022d;

}



h1 a:hover {

color: #8672BA;

	text-decoration: none;

}



#game_navigation  a {

color: #675a80;

}

#game_navigation a:hover {

color: #8672BA;

	text-decoration: none;

}

h3  a {

color: #21022d;

}

h3 a:hover {

color: #8672BA;

	text-decoration: none;

}

div.frame h2 {



	background: #000000;

	color: white;

	padding: 1px 16px;

	margin: 0;

}



#game_strip { 

	background: #000000;

}

#game_description div {

    max-height:none;

}



#game_description h3 {

    display:none;

}



#game_frame h4 { 

	background: #000000;

}





#header {

	background: transparent !important;

	border-left: 0px solid #000000;

	border-right: 0px solid #000000;

        color: white
}



div.blog_post {

	max-height: 600px;

	overflow: auto;

}







div.pages {

	background: #000000 !important;

	margin-top: 0px;

}





#game_navigation li.current { 

	background: #8672BA;

}



a {

color: #540F78;

text-shadow: 0px 0px 2px #21022d;

}



a:hover {

color: #080112;

	text-decoration: none;

text-shadow: 0px 0px 2px #e8e3f5;

}



#post_reply {

    background: #000000;

}



#portal_navigation { 

background: #000000;

border-left: 2px solid #000000;

border-right: 2px solid #000000;

}



#contents { 

border-bottom: 0px solid #000000;

border-left: 0px solid #000000;

border-right: 0px solid #000000;

border-top: 0px none currentColor;

}



#frame { 

background: transparent;

border-bottom: 2px solid #000000;

border-left: 2px solid #000000;

border-right: 2px solid #000000;

}



#game_navigation li { 

border-left: 2px solid #000000;

}



#game_navigation li.end { 

border-right: 2px solid #000000;

}

div.makerscore {

    color: #E8E3F5 !important;

}

div.frame { background: #CBC0E1; }
div.makerscore { color: #4040c0; }

div.message.even {
background: #000000;
color: #CBC0E1;
}

div.message.odd{
background: #000000;
color: #CBC0E1;
}

div.code {
background: #CBC0E1;
}

body {

  	/*(Cursor image must be 32*32 pixles)*/
	cursor: url('https://i.imgur.com/vlgqobx.png'), auto;
}

a {
    cursor: url("https://i.imgur.com/XFfze3g.png"), auto !important;
}

.content img {
    cursor: url("https://i.imgur.com/XFfze3g.png"), auto !important;
}