
/* LAYOUT */
/* ----------------------------------------- */

/* Structure */

html { overflow-y: scroll; }
html, body { height: 100%; }
body { background: none; }
#page-wrap { width: 100%; margin: 0px auto; }
#top-bar, #push, #introbanner, #sidebars { display:none; }

#content_box { float: left; width:100%; margin: 0 0 25px 0; padding: 0; }
#content { width: 100%; }
#content-onesidebar { width: 100%; }
#postinside { width: 100%; float: left; padding: 0; }

/* Footer */

#footer-inside { width: 100%; margin: 0 auto; }
#footer-links { width: 100%; margin: 0; }
#footer-links .footer-nav { display: none; }
#footer-links .footer-logos { display: none; }
#footer-links .copyright { color: #000; }

/* Registration Form */
#reg-form-container { display:none;}

.sociable { display:none; }