/* Start of CMSMS style sheet 'qichef-index' */
/*  stylesheet for the index page    */

/* left-aligned wrapper, min max width */
div#pagewrapper {
border:medium none;
color:FFFFFF;
left:-25px;
margin:0pt;
max-width:1200px;
min-width:700px;
position:absolute;
top:-16px;
/*  z-index:1;  */
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
height:100%;
left:17pt;
position:absolute;
top:0pt;
width:100%;
/* z-index:10; */
}
#header p {
margin: 0;
padding:0;
}

 div#content {
margin:328px auto 2em 0pt;
/*  z-index:20;   */
position:relative;
}

div#main {
   margin-left: 29%; 
   margin-right: 0;
   position:relative;
top:-115px;
height: 1%;
}

div#sidebar {
display:inline;
float:left;
left:39px;
margin-left:0pt;
position:relative;
top:-80px;
width:24%;
}
div#lcol {
float:left;
height:100%;
overflow:auto;
width:45%;
}
div#rcol {
display:inline;
float:left;
width:29%;
height:100%;
}
div#lcol, div#rcol {
/* this is now styled in qichef-global  */
}

#title-menu img:hover {
border-left: 3px #fff100 solid;
}
#title-menu img {
border-left: 3px transparent solid;
}


div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #5c293b;
   position:relative;
   top:0px;
   height: 1%;
margin: 0px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff000; /* needed because footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
/* End of 'qichef-index' */

