/* Start of CMSMS style sheet '+kaire' */
div#main {
   margin-left: 230px !important; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 90px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   /*background-color: white;*/
   margin-left: 40px;
   margin-top: 30px;
}

li.side {
   font-size: 1.1em !important;
   line-height:1.2em;
}

li.sidec {
   font-size: 1.1em !important;
   line-height:1.2em;
}

/* End of '+kaire' */

