/*  This stylesheet by Geoffrey Long (www.geoffreylong.com), circa 2009 */
/*  This stylesheet is for the Projects section.  It relies on another stylesheet, the Basics stylesheet, for simple formatting. */

@import url(http://www.interstitial.org/includes/iaf_basics.css);


/* General Body Style Overrides */

		A						{ color: #09514e; }
		A:hover					{ color: #79a8a6; }
			

/* Navigation */

		.nav_topline			{ background-color: #09514e; }
		.nav_topline A			{ color: #79a8a6;	}
		.nav_bottomline			{ background-color: #317976; }
		.nav_bottomline A		{ color: #79a8a6; }


	/* nav_about */
	
		.nav_about				{ background-color: #317976; } 
		.nav_about A			{ color: #79a8a6; }


/* About */

		.about_title
			{
			font-size: 24pt;
			color: #317976;
			margin: 10px 0px 10px 0px;
			text-transform: uppercase;
			letter-spacing: 3px;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #317976;
			}
			
		.about_data
			{
			color: #999999;
			margin: 0px 0px 40px 0px;
			font-size: 10pt;
			text-transform: uppercase;
			letter-spacing: 2px;
			padding: 2px 0px 2px 0px;
			border-style: solid;
			border-width: 0px 0px 0px 0px;
			border-color: #ececec;
			}
			
		.about_single_title
			{
			font-size: 24pt;
			color: #317976;	
		/*	color: #ffffff; */
			margin: 10px 0px 5px 0px;
		/*	padding: 40px 0px 0px 0px; */
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #CCCCCC;
			}
			
		.illustration_right
			{
			float: right;
			margin: 0px 0px 20px 20px;
			}
			
		.footnote
			{
			color: #666666;
			font-size: 9pt;
			}
