/*  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: #663333; }
		A:hover					{ color: #a47c7a; }
			
/* Navigation */

		.nav_topline			{ background-color: #663333; }
		.nav_topline A			{ color: #a47c7a; }
		.nav_bottomline			{ background-color: #a47c7a; }
		.nav_bottomline A		{ color: #663333; }


	/* nav_contact */
	
		.nav_contact				{ background-color: #a47c7a; } 
		.nav_contact A				{ color: #ffffff; }

			
			
/* Contact */

		.contact_title
			{
			font-size: 24pt;
			color: #a47c7a;
			margin: 10px 0px 15px 0px;
			text-transform: uppercase;
			letter-spacing: 3px;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #a47c7a;
			}
			
		.contact_data
			{
			color: #999999;
			margin: 0px 0px 40px 0px;
			font-size: 10px;
			text-transform: uppercase;
			letter-spacing: 2px;
			padding: 2px 0px 2px 0px;
			border-style: solid;
			border-width: 1px 0px 1px 0px;
			border-color: #ececec;
			}
			
