/*  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: #06116b; }
		A:hover					{ color: #939ce4; }
					
/* Navigation */

		.nav_topline			{ background-color: #000066; }
		.nav_topline A			{ color: #939ce4; }
		.nav_bottomline			{ background-color: #5c68c4; }
		.nav_bottomline A		{ color: #000066; }


	/* nav_about */
	
		.nav_join				{ background-color: #5c68c4; } 
		.nav_join A				{ color: #000066; }

	
/* Subnavigation */

		.subnav_element
			{
			padding: 0px 10px 0px 10px;
			margin: 0px;
			}

		.subnav_element_here
			{
			margin: 0px;
			padding: 0px 10px 0px 10px;
			}

		.subnav_element A
			{
			text-transform: uppercase;
			letter-spacing: 3px;
			font-size: 11px;
			font-weight: bold;
			}
			
		.subnav_element A:hover
			{
			color: #FFFFFF;
			text-decoration: none;
			}

		.subnav_element_here A
			{
			color: #ffffff;
			text-transform: uppercase;
			letter-spacing: 3px;
			font-size: 11px;
			font-weight: bold;
			}

		.subnav_element_here A:hover
			{
			color: #FFFFFF;
			text-decoration: none;
			}


			
			
/* Join */

		.join_title
			{
			font-size: 24pt;
			color: #5c68c4;	
			margin: 10px 0px 15px 0px;
			text-transform: uppercase;
			letter-spacing: 3px;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #5c68c4;
			}

			
		.join_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;
			}
			
