/* Global stylesheet for Omega Gateway */

/* Spoilerz plz */
.spoiler { background: #000; color: #000 }
.spoiler:hover { color: #fff }

/* Hide overflow */
td { overflow: hidden; }
.message { overflow: hidden; }

/* Image Album stuff */
    #album-image-view img { display: block; border-width: 3px; padding: 4px; margin: 1em auto }
    #album-items { list-style: none; margin: 5px; padding: 5px; font-weight: bold }
    #album-items li { height: 150px; width: 150px; padding: 5px; margin: 5px; float: left; border: 2px solid; overflow: hidden; text-align: center }
    #album-items li img { border: 0 }
    .clear { clear: both }
    
/* Home Page stuff */
    #homepage-leftwrapper { float: left; width: 49%;}
    #homepage-rightwrapper { float: right; width: 49%; }

/* Profile Stuff */
    dt { font-style: italic; margin-left: 1px; }
    #profile-wrapperleft { float: left; width: 49%;}
    #profile-wrapperright { float: right; width: 49%; }
    #profile-picture { text-align: center; }
