/*css for Bruce Chianese About page*/
/*---created by Gabrielle Hewson---*/
/*-------------052912--------------*/

#container2 {
	width: 80%; 
	max-width: 1000px; 
	margin: 0 auto;
	}

p {
	margin-left: 0px;
	}
	
p:first-letter {
 	font-size : 200%;
 	line-height: 100%;
 	color: #000;
 	}
p:first-line { 
	line-height: 100%; 
	}

img {
	margin: 0px;
	max-width: 100%;
}

.floatRight {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	}

#about {
	color: #9D8851; /*canvas*/
	font-weight: bold;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/*--------start Interview css--------*/
video {
	max-width: 100%;
	height: auto;
}

.interview-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 0;
	overflow: hidden;
}

.interview-container iframe,  
.interview-container object,  
.interview-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.interview-wrapper {
	width: 600px;
	max-width: 100%;
}
/*--------end Video css--------*/
	