/*  Styles just for the WYSIWYG Editor within the Admin Area of WP.
	This styles are specific to SAGIndie.org
*/

/******** BASIC STYLES *********/


/******** INTERVIEW STYLES *********/

.interview-question {
	font-weight: bold;
	color: #444;
	border-left: 4px solid #ffc129;
	padding-left: 5px;
	margin-left: 35px;
	font-size: 110%;
	}
.interview-answer {
	color: #333;
	margin-left: 45px;
	padding-left: 20px;
	font-size: 110%;
	}

/***** Style Calls from Other Style Sheets *****/
/* DO NOTE REMOVE. These instances call the "empty" styles to the WYSIWYG styles dropdown menu. Edit "jspullquotes.css" and "styles.css" to make changes to these styles. */
.pullquote {}
.centered {}
.alignright {}
.alignleft {}

/******** MISC STYLES *********/

.photocaption {
	font-size: 0.9em;
	color: #777;
	}

.note { 
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	}








