/*
Title:      Interface Layout Structure for screen media
Author:     G. Fonseca, developer [at] wsframework [dot] org
Updated:    2007.12.18
*/

/* INDEX:
	Notes
   	Body
   	Wrapper
   	Grid
   	Header
	Main Nav
	Footer
	Content
		Content:Part
----------------------------------- */

/* SHORTHAND:

   1. 
   	- margin: top right bottom left;
   	- margin: 1em 0 2em 0.5em;
    - (margin-top: 1em; margin-right: 0; margin-bottom: 2em; margin-left: 0.5em;)

   2. 
   	- border: width style color;
   	- border: 1px solid #000;

   3. 
   	- background: color image repeat attachment position;
   	- background: #f00 url(background.gif) no-repeat fixed 0 0;

   4. 
   	- font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family;
   	- font: italic small-caps bold 1em/140% "Lucida Grande",sans-serif;

*/

/* ----------------------------------- */
/* ---[ Notes ]------------------------------- */
/* ----------------------------------- */

/* PARTS:
	...
----------------------------------- */

/* GRID:
	...
----------------------------------- */

/* ----------------------------------- */	
/* ---[ Body ]------------------------------- */
/* ----------------------------------- */

/* Override Reset (_.css) */
body {
	
}
	
/* ----------------------------------- */	
/* ---[ Wrapper ]------------------------------- */
/* ----------------------------------- */

#w {
	
}

/* ----------------------------------- */
/* ---[ Grid ]------------------------------- */
/* ----------------------------------- */


/* ----------------------------------- */
/* ---[ Header ]------------------------------- */
/* ----------------------------------- */


/* ----------------------------------- */
/* ---[ Main Nav ]------------------------------- */
/* ----------------------------------- */


/* ----------------------------------- */
/* ---[ Footer ]------------------------------- */
/* ----------------------------------- */


/* ----------------------------------- */
/* ---[ Content ]------------------------------- */
/* ----------------------------------- */
/* Option: 3_content.css */

/* ---[ Content:Part ]------------------------------- */


/* ----------------------------------- */
/* ---[ Content Nav ]------------------------------- */
/* ----------------------------------- */


/* ----------------------------------- */
/* ---[ END ]------------------------------- */
/* ----------------------------------- */
