/********************************************************************
 * This CSS file...
 * ------------------------------------------------------------------
 *
 * selectorA[,\n selectorB]* {
 * 	{box-model/layout rules}
 * 	{border rules}
 * 	{background/coloring/font rules} 
 * }
 *
 * Optionally, rule values are tab-aligned as well. Shorthand is 
 * preferred unless singular explicit properties are required, such
 * as an element only requiring a background color or an element
 * only requiring a right border instead of multiple borders.
 *
 * Example:
 * div#navigation,
 * div#footer {
 * 	display:	block;
 *	position:	absolute;
 *	left:		50%;
 *	border-right:	1px dotted #123321;
 *	background:	#f00 url(/img.jpg) top left no-repeat;
 *	color:		#fff;
 *	font-family:	sans-serif;
 * }
 *
 * Also, unless fixed dimensions are required ems are the preferred
 * method of sizing fonts AND elements, including paddings and
 * margins.
 *
 * No CSS resets are applied.
 *
 * Lastly, z-indexing is applied in sections. Header stuff is 1xx,
 * body stuff is 2xx, etc etc. Eg, h1 might have 100, form#search
 * might have 110, div#navigation might have 120, etc...
 *
 * Q:	How many elephants can you fit in a VW Bug?
 * A:	Four.  Two in the front, two in the back.
 *
 * Q:	How can you tell if an elephant is in your refrigerator?
 * A:	There's a footprint in the mayo.
 *
 * Q:	How can you tell if two elephants are in your refrigerator?
 * A:	There's two footprints in the mayo.
 *
 * Q:	How can you tell if three elephants are in your refrigerator?
 * A:	The door won't shut.
 *
 * Q:	How can you tell if four elephants are in your refrigerator?
 * A:	There's a VW Bug in your driveway.
 *
 *******************************************************************/

@import url("screen.3.core.css");
@import url("screen.3.doormat.css");
@import url("screen.3.interior.css");