/*  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.interstitialarts.org/includes/iaf_basics.css);


/* General Body Style Overrides */

			A
			{
			color: #317976;
			}
			
/* Navigation */

		.nav_topline			{ background-color: #317976; }
		.nav_topline A			{ color: #50baaf; }
		.nav_bottomline			{ background-color: #50baaf; }
		.nav_bottomline A		{ color: #317976; }


	/* nav_recommendations */
	
		.nav_recommendations			{ background-color: #50baaf; } 
		.nav_recommendations A			{ color: #317976; }

	
			

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




			
			
/* Recommendations */

		.recommendations_title
			{
			font-size: 24pt;
			color: #317976;
			margin: 10px 0px 15px 0px;
			text-transform: uppercase;
			letter-spacing: 3px;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #317976;
			}
			
		.recommendation_single_title
			{
			font-size: 24pt;
			color: #317976;	
		/*	color: #ffffff; */
			margin: 10px 0px 5px 0px;
		/*	padding: 40px 0px 0px 0px; */
			}
			
		.recommendations_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: 1px 0px 0px 0px;
			border-color: #ececec;
			}
			
			
			
		.recommendations_list
			{
			margin: 40px 0px 0px 0px;
			}
		
		.recommendations_list_entry
			{
			margin: 0px 0px 40px 0px;
			}
			
		.recommendations_list_title
			{
			font-weight: bold;
			font-size: 14pt;
			}
			
		.recommendations_list_data
			{
			color: #999999;
			margin: 5px 0px 10px 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;
			}
			
		.recommendations_list_description
				{
				line-height: 1.5em;
/*				text-indent: 15px;	*/
				margin: 0px 0px 15px 0px;
				color: #333333;
				font-size: 12pt;
				}
				
	
		.caption
			{
			font-size: 10pt;
			font-color: #666666;
			font-style: italic;
			}
			
