﻿
@import 'skel.css';

/*[REM-START]
*
* Default Layout
*
* 3 columns - Left/Centre/Right
* Total content width: 990px (1024x768 usable area)
* Left col width: 150px
* Centre col width: 690px
* Right col width: 150px
* Header height: 140px
* Footer height: 30px
*
[REM-END]*/

BODY{ min-width:990px; }
#wrapper{ width:990px; }
#wrapper #outer{ margin-left:200px;width:600px; }
* HTML #wrapper #outer{ width:600px; w\idth:600px; }
#wrapper #float-wrap,
#wrapper #center{ width:600px;}

/* Left Col */
#left{ width:200px; margin-left:-200px; }
*>HTML #left{ width:200px; }
#container-left{
/* \*/
  width:157px; 
  margin-left:43px
}

/* Right Col */
#right{ width:190px; margin-right:-190px; }
/* \*/
*>HTML #right{ width:190px; margin-right:-190px; mar\gin-right:-190px; }
#container-right{
/* \*/
  width:177px;
  margin-right:13px;
}

/* Headers */
#header{ height:248px; /*overflow:hidden;*/ }
#subheader{ width:964px; height:248px; }
#clearheadercenter,
#clearheaderleft,
#clearheaderright{ height:248px; }

/* Footers */
#footer{ height:99px; margin-top:-99px; }
#subfooter{ width:990px; height:99px; }
#clearfootercenter,
#clearfooterleft,
#clearfooterright{ height:99px; }



/*[REM-START]
*
* Left Layout
*
* 2 columns - Left/Centre
* - Body class must be set as follows: <BODY class="l">
* Total content width: 990px (1024x768 usable area)
* Left col width: 250px
* Centre col width: 740px
* Right col width: 0px (can be removed from page altogether)
* Header height: 140px
* Footer height: 30px
*
* Notes:
* - Primary content area is always in centre container (shown first in source)
* - These settings will override the settings in Default Layout above, and contained in the layout/skel files
* - If you do not use this layout, you can remove all the styles.
*
[REM-END]*/

BODY.l #wrapper #outer{ margin-left:250px;width:740px; }
* HTML BODY.l #wrapper #outer{ width:740px; w\idth:740px; }
BODY.l #wrapper #float-wrap,
BODY.l #wrapper #center{ width:740px;}

/* Left Col */
BODY.l #left{ width:250px; margin-left:-250px; }
*>HTML BODY.l #left{ width:250px; }
BODY.l #container-left{
/* \*/
  width:197px;
  margin-left:53px;
}

BODY.l #container-center{margin-right:13px;}
/* Right Col */
BODY.l #right{ width:0; margin-right:0; display:none; }
/* \*/
*>HTML BODY.l #right{ width:0; margin-right:0; mar\gin-right:0; display:none; }
BODY.l #container-right{
/* \*/
  width:0;
  margin:0px;
}


/*[REM-START]
*
* Right Layout
*
* 2 columns - Centre/Right
* - Body class must be set as follows: <BODY class="r">
* Total content width: 990px (1024x768 usable area)
* Left col width: 0px (can be removed from page altogether)
* Centre col width: 740px
* Right col width: 250px
* Header height: 140px
* Footer height: 30px
*
* Notes:
* - Primary content area is always in centre container (shown first in source)
* - These settings will override the settings in Default Layout above, and contained in the layout/skel files
* - If you do not use this layout, you can remove all the styles.
*
[REM-END]*/

BODY.r #wrapper #outer{ margin-left:0;width:680px; }
* HTML BODY.r #wrapper #outer{ width:680px; w\idth:680px; }
BODY.r #wrapper #float-wrap,
BODY.r #wrapper #center{ width:680px;}

/* Left Col */
BODY.r #left{ width:0; margin-left:0; display:none; }
*>HTML BODY.r #left{ width:0; display:none; }
BODY.r #container-left{
/* \*/
  width:0; 
  display:none; }
BODY.r #container-center{margin-left:13px;}
/* Right Col */
BODY.r #right{ width:310px; margin-right:-310px; }
/* \*/
*>HTML BODY.r #right{ width:310px; margin-right:-310px; mar\gin-right:-310px; }
BODY.r #container-right{
/* \*/
  width:267px;
  padding-right:30px;
}


/*[REM-START]
*
* Full Layout
*
* 1 column - Centre
* - Body class must be set as follows: <BODY class="f">
* Total content width: 990px (1024x768 usable area)
* Left col width: 0px (can be removed from page altogether)
* Centre col width: 990px
* Right col width: 0px
* Header height: 140px
* Footer height: 30px
*
* Notes:
* - Primary content area is always in centre container (shown first in source)
* - These settings will override the settings in Default Layout above, and contained in the layout/skel files
* - If you do not use this layout, you can remove all the styles.
*
[REM-END]*/

BODY.f #wrapper #outer{ margin-left:0;width:990px; }
* HTML BODY.f #wrapper #outer{ width:990px; w\idth:990px; }
BODY.f #wrapper #float-wrap,
BODY.f #wrapper #center{ width:990px;}

/* Left Col */
BODY.f #left{ width:0; margin-left:0; display:none; }
*>HTML BODY.f #left{ width:0; display:none; }
BODY.f #container-left{
/* \*/
  width:0; 
  display:none; 
}
BODY.f #container-center{margin:auto 13px auto 13px;}
/* Right Col */
BODY.f #right{ width:0; margin-right:0; display:none; }
/* \*/
*>HTML BODY.f #right{ width:0; margin-right:0; mar\gin-right:0; display:none; }
BODY.f #container-right{
/* \*/
  width:0;
  display:none;
}
