

body{
	font-family: Helvetica;
	font-size: 18px;
	
	color: #000000;
	background-color: #ffffff;
	background-image:url('./img/background.jpg');
	height:100%;
}

#header{
font-family: Gill Sans;
overflow:hidden;
width:80%;
max-width:900px;
min-width:430px;
  background-color: rgba(245,242,245,1); 
	 margin: 0 auto;
	margin-top:2%;
	padding:0px 0px 5px 0px;
	border-radius:5px;
	border-width: 1px;
	border-color:  rgba(0,0,0,1);
	border-style:solid;
  }


#details{
max-width:900px;
min-width:430px;
padding:20px 0px 20px 0px;
text-align:center;
font-size:9pt;
width:80%;
margin-bottom:0px;
margin-top:0px;
}
  
  #pic{
	overflow:hidden;
	width:100%;
	border-radius:0px;
	border-width: .5px;
	border-color: rgba(0,0,0,1);
	border-style:solid;
	}

#pic img {
    display: block;
}


a{
	color: #000000;       
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.tumblr_content:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#calendar_events{
	//display: table;
	max-width:900px;
	min-width:430px;
width:80%;
	font-size: 16px;
	margin: 0 auto;
}


#options{
  display: flex;
  flex-direction:row; 
	//display: table;
	max-width:900px;
	min-width:430px;
width:80%;
	font-size: 16px;
	margin: 0 auto;
	margin-bottom:10px;
}

#togglebutton1{
border-style:solid;
	border-radius:5px;
	border-width: 1px;
	border-color:  rgba(0,0,0,1);
display:inline-block;
	text-align:center;
	font-family: Gill Sans, sans-serif;
		font-size: 15px;
	letter-spacing: 1.2px;
  background-color: rgba(245,242,245,1); 
	padding:2px 7px 2px 7px;
	border-radius:10px;
	margin: 10px;
	width:50%;}
	
#togglebutton1:hover{
  background-color: rgba(242,240,242,1); 
}

#togglebutton2{
border-style:solid;
	border-radius:5px;
	border-width: 1px;
	border-color:  rgba(0,0,0,1);
display:inline-block;
	text-align:center;
	font-family: Gill Sans, sans-serif;
		font-size: 15px;
	letter-spacing: 1.2px;
  background-color: rgba(245,242,245,1); 
	padding:2px 7px 2px 7px;
	border-radius:10px;
	margin: 10px;
	width:50%;}
	
	#togglebutton2:hover{
  background-color: rgba(242,240,242,1); 
}
	
#details{
	display: table;
    margin: 0px auto;
}


#title{
	font-size: 15px;
	letter-spacing: 1.2px;
	font-weight:600;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align:center;
}

#calendar_link{	
	margin-top: 30px;
	text-align:center;
	font-size: 12px;
}

.talk{
  display: flex;
  flex-direction:row; 
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	width: 100%;
	margin-bottom: 30px;
	overflow:auto;
}

.talkdate{
display:inline-block;
	text-align:center;
	font-family: Impact, sans-serif;
	font-size: 18px;
	background-color: rgba(108,81,131,0.28);    
	padding:2px 7px 2px 7px;
	border-radius:10px;
}

.talkdatewrapper{
flex-grow: 0;

text-align: right;
width: 60px;
}

.thebody{
flex-grow: 1;

display: flex;
flex-direction: column;
	background-color: rgba(254,250,254,1);    
	padding: 2px 5px 2px 5px;
	margin-left: 5px; 
	border-radius:4px;
	border-color: #efefef;
	border-width:thin;
	border-style: solid;
	width:50%;
}

.nameloc{
display: flex;
flex-direction:row;
flex-grow:0;
}

.speaker{
flex-grow: 1;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	//color: rgba(47,21,50,0.88);
	font-weight: 600;
	float: left;
}

.locdiv{
flex-grow:0;
	color: rgba(5,3,5,0.64);
	font-size: 14px;
 
	margin-top: 2px; 
	margin-left: auto;
	margin-right: 0;
}




.talktitle{


	//color: rgba(5,3,5,0.64);
	font-size: 14px;
	width: 100%;
	//line-height: 140%; 
	margin-bottom: 10px;
	margin-top: 10px;
}



.abstract{
clear: both;
	//color: rgba(5,3,5,0.64);
	font-size: 14px;
	line-height: 140%; 
	margin-bottom: 5px;
}


