﻿/****************************************************************************************************************************/
/****************************************************************************************************************************/
/* KAA-MAIN-02.CSS :  DEFINES STYLING CHANGES FOR PRINCIPAL STRUCTUURAL "DIVS" TO MOVE THE SIDEBAR OUT TO THE RIGHT         */
/*                                                                                                                          */
/****************************************************************************************************************************/
/****************************************************************************************************************************/

/*The side-bar is given a width of 0, so that the side-bar-items move to the right.*/
/*This works because the side-bar still exists (it's just 0 width) and the top left of the side-bar-items are still pinned to it.*/

#sidebar {
    width: 0px;
}
