/* Meet page (timeline)*/
body#meet {background:#7d1515;height:100%;
	overflow-x:hidden;}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%; 
	height: 100%;
	overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:300px;
	margin-top:70px;
	float:left;
	padding:2em 1em 1em 1em;	
	display:inline;	
}
div.scroller div.content {
	width: 10000px;
	background:url(../img/body-bg-meet.gif) no-repeat 0 45px;
	height:700px;
	margin-top:-70px;
}

/* timeline controls */
.controls {
	padding:20px 0 0 10%;
	height:90px;
	width:90%;
	background:url(../img/timeline-top.jpg) top right no-repeat;
}
.controls h2 {
	font-size:24px;
}
.controls a {
	color:#f1f1f1;
}

.bio-wrapper {
	width:330px;
	height:350px;
	overflow:hidden;
	float:left;
	margin:0 25px 0 0px;
	padding-top:180px;
	display:inline;
}
.bio-wrapper .bio {
	padding-left:50px;
}
.bio .seperator {
	height:100px;
}

.bio p {
	font-size:13px;
	font-family:Georgia;
	line-height:1.5em;
}
.bio p.more a {
	background:#fff;
	color:#000;
}
.bio p.more a:hover {
	background:#000;
	color:#fff;
	text-decoration:none;
}
.section h2 {
	color:#465501;
	font-size:24px;
	margin:0;
}
.section p {
	font-size:12px;
	font-family: Verdana;
	color:#1B1B1B;
	line-height:1.3em
}

p.quote small {
	display:block;
	text-align:right;
	font-style: italic;
}
p.quote {
	font-family:"Georgia", "Garamond";
	font-size:13px;
	padding:10px;
	margin-right: 20px;
	background-color:#465501;
	color:#f1f1f1;
	border:dashed 2px #f1f1f1;
	float:left;
	display:inline;
	font-style: italic;
	width:250px;
}
div.img {
	float:left;
	text-align:center;
	font-size:10px;
	width:134px;
	color:#f1f1f1;
	display:inline;
} 
div.img img {
	border:dashed 1px #8F2615;
}
.video {
	height:33px;
	padding-left:48px;
	background:url(../img/icons/video-black.gif) no-repeat;
}
* html #meet .footer {
	margin-top:-100px;
}
