/*  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: #bb9000; }
		A:hover					{ color: #eecf25; }

		h3						{ color: #000000;
								  font-weight: bold;
								  font-size: 14pt;
								  margin: 30px 0px 10px 0px; }

/* Navigation */

		.nav_topline			{ background-color: #bb9000; }
		.nav_topline A			{ color: #eecf25; }
		.nav_bottomline			{ background-color: #cfa827; }
		.nav_bottomline A		{ color: #e9d289; }


	/* nav_essays */
	
		.nav_essays				{ background-color: #cfa827; } 
		.nav_essays A			{ color: #ffffff; }

			


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



			
/* Essays */

		.essays_title
			{
			font-size: 24pt;
			color: #bb9000;	
			margin: 10px 0px 15px 0px;
			text-transform: uppercase;
			letter-spacing: 3px;
			border-style: solid;
			border-width: 0px 0px 1px 0px;
			border-color: #bb9000;
			}
			
		.essay_single_title
			{
			font-size: 24pt;
			color: #bb9000;	
		/*	color: #ffffff; */
			margin: 10px 0px 5px 0px;
		/*	padding: 40px 0px 0px 0px; */
			}
			
		.essays_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;
			}
			
		.essay_list
			{
			margin: 40px 0px 0px 0px;
			}
		
		.essay_list_entry
			{
			margin: 0px 0px 40px 0px;
			}
			
		.essay_list_title
			{
			font-weight: bold;
			font-size: 14pt;
			}
			
		.essay_list_data
			{
			color: #999999;
			margin: 0px 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;
			}
			
		.essay_list_quote
				{
				line-height: 1.5em;
/*				text-indent: 15px;	*/
				margin: 0px 0px 15px 0px;
				color: #333333;
				font-size: 12pt;
				}
				
		.essays_notes
			{
			margin: 50px 0px 40px 0px;
			line-height: 1.5em;
			color: #666666;
			}
			
		.essays_notes p
			{
			color: #666666;
			}
			
		.notes_headshot
			{
			float: right;
			margin: 0px 0px 10px 10px;
			}
			
		.essays_notes strong
			{
			color: #000000;
			}
			
		.splashed
			{
			font-weight: bold;
			text-transform: uppercase;
			color: #000000;
			letter-spacing: 2px;
			line-height: 1.5em;
			font-style: normal;
			color: #cfa827;
			padding: 0px 0px 0px 3px;
			}
			
		.splashquote
			{
			color: #666666;
			line-height: 1.5em;
			font-style: italic;
			text-align: center;
			padding: 10px;
			}
