/* Modifications to the backrgound */

#body {

     background: #000000 url("http://i.imgur.com/YY3QNOv.jpg");

     background-repeat: no-repeat;
     background-attachment: fixed;

     color: #ffffff;

}



/* Modifications to background colors */

#main_column {

    background: #000000 !important; 

}

#game_frame {

   background: #000000 !important;

}


/* unvisited link */
a:link {
    color: #1F90B2;
}

/* visited link */
a:visited {
    color: #1F90B2;
}

/* mouse over link */
a:hover {
    color: #E6FF2F;
}

/* selected link */
a:active {
    color: #0000FF;
}

/* Modifications to messages */

div.message div.contents {

        border-left: 0px;
        background: #000000 !important;

}

#posts div.contents.message.even {

    background: #00000 !important;

}



#posts div.contents.message.odd {

    background: #00000 !important;

}

div.message.even {

    background: #000000 !important;
    background-color: #000000;

}

div.message.odd {

    background: #000000 !important;
    background-color: #000000;

}

div.makerscore {

    color: #ffffff !important;

}

#posts div.pages {

   background: #181818 !important;

}

div#posts.frame {

     background: #181818 !important;

}

#post_reply.frame {

     background: #181818 !important;

}

form div.input textarea {

    background: #000000 !important;
    color: #ffffff;

}

/* Modifications to tables (Reviews and Downloads) */

table.listing tr.odd td {

	background: #777777;

}

table.listing tr.even td {

	background: #181818;

}

table.listing tr.even:hover td, table.listing tr.odd:hover td {

	background: #AAD4FF;

}

.small {

	color: #888888;

}