@charset "utf-8";
/* CSS Document */

@font-face {
   font-family: stagefont;
   src: url(../fonts/myriadpro-regular.otf);
   font-weight: normal;
   }
   
@font-face {
   font-family: stagefont;
   src: url('../fonts/myriadpro-semibold.otf');
   font-weight: bold;
}
/*@font-face {
   font-family: stagefont;
   src: url('fonts/myriadpro-bold.otf');
   font-weight: bolder;
}*/
@font-face {
   font-family: stagefont;
   src: url('../fonts/myriadpro-it.otf');
   font-style: italic;
}
#header{
	height: 80px;
	width:960px;
	margin:30px auto 0;
	
	background: transparent url(header-corner.png) no-repeat bottom left;
}

#container{
	margin: auto;
	
	text-align: left;
	width: 960px;
	}
	
	  body {
	font-family: stagefont,"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	color: #3E3E3E;
	background: #94C5EB url(background-grad.jpg) repeat-x;
	font-size: 14px;
	margin: 0px;
	padding: 0;
/* 	last two setting seem necessary to pin the image to the top */
}
  
	

	#content{
		
		background: #fff url(fslogo_lightint.svg) no-repeat;
		background-position:800px 16px;
	
	
	padding: 0 80px 10px 80px;
	margin-top: -20px;

} 
#nologo_content{
		background-color:#fff;
		background-position:800px 16px;
	
	
	padding: 0 80px 10px 80px;
	margin-top: -20px;

} 
.ital {
	font-style: italic;
}
.boldit {
	font-weight: bold;
}
.interviewtitle {
	font-family:shrikhand,serif;
	font-size: 24px;
letter-spacing:1px;
}

.interviewsub {
	font-size: 18px;
	font-weight: bold;
}
.interviewcredit {
	font-size:12px;
	font-style: italic;
}
.interviewintro {
	font-weight:bold;
	margin-left:24px;
}
.Q&A {
}
.question {
	font-style: italic;
}

.answer {
}
.indent {
	margin-left:36px;
}
.captionedpic {
	display: inline-block;
		
}
.picaption {
	font-size:10px;
	font-weight: bold;
	text-align:center;
	margin-top:0px;

}

