/* --------------------------------------------- ROOT
 * ----------------------------------- Section
 * 
 * This file includes all styling for the 'About' section.
 * 
 * Benjamin Brygger, LCD 2009
 */

@media screen {
	
/* --------------------------------------------- ROOT
 * ----------------------------------- Section - LAYOUT ( screen )
 * 
 * Layout and positioning information for web display.
 * 
 */

/* 0
 * tags
 * alphabetical
 */

/* 1
 * classes
 * alphabetical
 */

/* 2
 * IDs
 * page - header - section - content - footer
 */

/* 2.1 - page
 */

/* 2.2 - header
 */
	#header .pointer	{	right: 194px;	}

/* 2.3 - section
 */

/* 2.4 - content
 */

/* 2.5 - footer
 */

/* --------------------------------------------- ROOT
 * ----------------------------------- Section - COLOR ( screen )
 * 
 * Graphics and colors for web display.
 * 
 */

/* 1
 * type related
 * inspecific (alphabetical) - specific (alphabetical)
 */

/* 1.1 - inspecific
 */

/* 1.2 - specific
 */

/* 2
 * graphic
 * page - header - section - content - footer
 */

/* 2.1 - page
 */

/* 2.2 - header
 */
	#contact a				{	background-position: -145px -80px;	}	/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	#contact a:visited 		{	background-position: -145px -80px;	}		/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/* 2.3 - section
 */
	/* text image for section header */
	h1						{	background: url(_images/header1.png) no-repeat;	}
	
	/* text image sprite of section navigation links */
	/* when set by 'background:', breaks chrome, safari */
	#sectionNavigation a 	{	background-image: url(_images/sectionNavigation.png);	}

/* 2.4 - content
 */

/* 2.5 - footer
 */


/* --------------------------------------------- ROOT
 * ----------------------------------- Section - TYPE ( screen )
 * 
 * Typographic styles and anything that substitutes a typographic element.
 * 
 */

/* 1
 * context inspecific styles
 * alphabetical
 */

/* 1.1 - inspecific
 */

/* 1.2 - specific
 */

/* 2
 * Context specific styles
 * page - header - section - content - footer
 */

/* 2.1 - page
 */

/* 2.2 - header
 */

/* 2.3 - section
 */

/* 2.4 - content
 */

/* 2.5 - footer
 */

}

@media print {
	
}