﻿
@import 'skel.css';

/*[REM-START]
*
* Default Layout
*
* 3 columns - Left/Centre/Right
* Total content width: 960px (1024x768 usable area)
* Left col width: 150px
* Centre col width: 660px
* Right col width: 150px
* Header height: 140px
* Footer height: 30px
*
[REM-END]*/

BODY{ min-width:960px; }
#wrapper{ width:960px; }
#wrapper #outer{ margin-left:150px;width:660px; }
* HTML #wrapper #outer{ width:660px; w\idth:660px; }
#wrapper #float-wrap,
#wrapper #center{ width:660px;}

/* Left Col */
#left{ width:150px; margin-left:-150px; }
*>HTML #left{ width:150px; }
#container-left{
/* \*/
  width:150px; 
}

/* Right Col */
#right{ width:150px; margin-right:-150px; }
/* \*/
*>HTML #right{ width:150px; margin-right:-150px; mar\gin-right:-150px; }
#container-right{
/* \*/
  width:150px;
}

/* Headers */
#header{ height:373px; /*overflow:hidden;*/ }
#subheader{ width:960px; height:373px; }
#clearheadercenter,
#clearheaderleft,
#clearheaderright{ height:373px; }

/* Footers */
#footer{ height:117px; margin-top:-117px; }
#subfooter{ width:860px; height:70px; padding:30px 50px 17px 50px; }
#clearfootercenter,
#clearfooterleft,
#clearfooterright{height:117px; }



/*[REM-START]
*
* Left Layout
*
* 2 columns - Left/Centre
* - Body class must be set as follows: <BODY class="l">
* Total content width: 960px (1024x768 usable area)
* Left col width: 250px
* Centre col width: 710px
* 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:710px; }
* HTML BODY.l #wrapper #outer{ width:710px; w\idth:710px; }
BODY.l #wrapper #float-wrap,
BODY.l #wrapper #center{ width:710px;}

/* Left Col */
BODY.l #left{ width:250px; margin-left:-250px; }
*>HTML BODY.l #left{ width:250px; }
BODY.l #container-left{
/* \*/
  width:250px; 
}

/********* HOME ************/
BODY.home #wrapper #outer{ margin-left:335px;width:625px; }
* HTML BODY.home #wrapper #outer{ width:625px; w\idth:625px; }
BODY.home #wrapper #float-wrap,
BODY.home #wrapper #center{ width:625px;}

/* Left Col */
BODY.home #left{ width:335px; margin-left:-335px; }
*>HTML BODY.home #left{ width:335px; }
BODY.home #container-left{
/* \*/
  width:335px; 
}
/******************************/

/* 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;
}


/********* 3 Columns ************/
BODY#tc #wrapper #outer{ margin-left:250px;width:460px; }
* HTML BODY#tc #wrapper #outer{ width:460px; w\idth:460px; }
BODY#tc #wrapper #float-wrap,
BODY#tc #wrapper #center{ width:460px;}

/* Left Col */
BODY#tc #left{ width:250px; margin-left:-250px; }
*>HTML BODY#tc #left{ width:250px; }
BODY#tc #container-left{
/* \*/
  width:200px; 
  padding:10px 20px 10px 30px;
}


/******************************/

/* Right Col */
BODY#tc #right{ width:250px; margin-right:-250px; }
/* \*/
*>HTML BODY#tc #right{ width:250px; margin-right:-250px; mar\gin-right:-250px; }
BODY#tc #container-right{
/* \*/
  width:230px;
  padding:10px 0px 10px 0px;
}


/*[REM-START]
*
* Right Layout
*
* 2 columns - Centre/Right
* - Body class must be set as follows: <BODY class="r">
* Total content width: 960px (1024x768 usable area)
* Left col width: 0px (can be removed from page altogether)
* Centre col width: 710px
* 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:690px; }
* HTML BODY.r #wrapper #outer{ width:690px; w\idth:690px; }
BODY.r #wrapper #float-wrap,
BODY.r #wrapper #center{ width:690px;}

/* 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; }

/* Right Col */
BODY.r #right{ width:250px; margin-right:-250px; }
/* \*/
*>HTML BODY.r #right{ width:250px; margin-right:-250px; mar\gin-right:-250px; }
BODY.r #container-right{
/* \*/
  width:220px;
  padding:10px 30px 10px 0px;
}


/*[REM-START]
*
* Full Layout
*
* 1 column - Centre
* - Body class must be set as follows: <BODY class="f">
* Total content width: 960px (1024x768 usable area)
* Left col width: 0px (can be removed from page altogether)
* Centre col width: 960px
* 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:960px; }
* HTML BODY.f #wrapper #outer{ width:960px; w\idth:960px; }
BODY.f #wrapper #float-wrap,
BODY.f #wrapper #center{ width:960px;}

/* 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; 
}

/* 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;
}