
/*	
	======================================================================

	stylesheets/modifiers.css

	======================================================================
	Copyright 2009, FQXi
	======================================================================
*/


	/* 

	   this stylesheet contains text formatting that will be applied *last*, 
	   therefore overriding other CSS specifications 
	   
	*/


/* ----------------------------------------------------
   MISC TEXT FORMATTING
   ---------------------------------------------------- */

.small {

	font-size: 10px;
	line-height: 11px;
}

.bold {

	font-weight: bold; 
}

.tight {

	line-height: normal; 
}

.tiny {

	font-size: 8pt;
}

.tinyNote {

	font-size: 8pt;
	font-style: italic;
}

.tinyItalicNote {

	font-size: 8pt;
	font-style: italic;
}

.veryTinyItalicNote {

	font-size: 7pt;
	font-style: italic;
}

.superDuperTopSecret {

	display: none;
}

.noPadding {

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.blankLinkAbove, .blankLineAbove {

	margin-top: 10px;
}

.twoBlankLinesAbove {

	margin-top: 20px;
}

.blankLinkBelow {

	margin-bottom: 10px;
}


/* ----------------------------------------------------
   COLOR
   ---------------------------------------------------- */

.colorOrange {

	color: #FDB22D;
}

.colorOrange {

	color: #FDB22D;
}

.colorWhite, .white {

	color: #FFF;
}

.colorLightGray {

	color: #AAA;
}