/* padding: top right bottom left */
/* padding: [top, bottom] [left, right] */

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	/*line-height:15px;*/
	background: #f4f4f4 url(images/background.gif) top center repeat-y;
}

div#global {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: align-left;
	background-color: #fff;
}

div#speech {
	padding: 10px 70px;
	margin: 10px 0 20px 0; 
	background: #f4f4f4;
}

#speech ul {
	list-style-type: none;
	margin: 10px 24px;
	padding: 0;
}

div#content {
	margin: 10px 0;
}

div#header {
	width: 760px;
	height: 50px;
	padding-top: 70px;
	background: #fff url(images/title.jpg) no-repeat;
}

#header h1 {
	padding: 0;
	margin: 0 0 0 200px;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #363636;
}

#header h2 {
	padding: 0;
	margin: 0 0 0 200px;
	font-size: 130%;
	font-weight: normal;
	color: #363636;
}

a {
	text-decoration: none;
	color: #2e94bf;
}

a:hover, a:focus {
	text-decoration: underline;
}

/*
p {
	margin: 0 0 20px 70px;
}
*/

h3 {
	font-size: 120%;
	/*
	 * font-size: 110%;
	 * text-decoration: underline;
	 */
	color: #ea2723;
	padding-top:1em;
}

.talks dt {
/*	float: left; */
	margin-left: 0;
	font-weight: bold;
}

.talks dd {
	padding-left: 70px;
	padding-bottom: 2px;
	margin-left: 0;
}

/*
.title {
	font-style: italic;
	margin-bottom: 5px;
}

.abstract {
	padding: 0;
	font-size: 90%;
	text-align: justify;
}
* */

.file {
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 10px;
}

p#footer {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: gray;
	background: #f4f4f4;
}

#footer a {
	color: gray;
}

ul.sessions li {
	margin-top: 1em;
	margin-bottom: 2em;
}

h3.sessions.past {
	color: #EA5552;
}

ul.sessions.past li {
	color: #555555;
}

.red {
	color: #ea2723;
}

div.date {
	font-weight: normal;
	margin-bottom: 1em;
}

div.speaker-title {
	margin-top: .5em;
	margin-bottom: .5em;
}

span.speaker {
	font-weight: bold;
}

span.title {
	font-style: italic;
}

div.abstract {
	margin-top: .5em;
}

span.abstract {
	font-weight: bold;
}





/* Responsive stuff */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 760px) {
	/* Simplify the basic layout */
	body {
		margin: 1em;
	}
	div#global {
		width: auto;
	}
	div#header {
		width: auto;
	}
	#header h1 {
		font-size: 100%;
		letter-spacing: 0px;
		text-align: left;
	}
	#header h2 {
		font-size: 80%;
		text-align: left;
	}}
@media (max-width: 650px) {
	/* Further simplify the layout */
	div#speech {
		padding: 10px 10px;
	}
	div#header {
		height: 65px; /* 65px = height of title-small.jpg */
		margin: auto;
		width: 100%;
		padding-top: 0px;
		padding-right: 1em;
		background: #fff url(images/title-small.jpg);
		background-clip: content-box;
		text-align: left;
		display: table;
	}
	div#row {
		padding-left: 80px;
		display: table-cell;
		vertical-align: middle;
	}
	#header h1 {
		margin: 0;
		font-size: 100%;
		letter-spacing: 0px;
		text-align: left;
		font-weight: bold;
	}
	#header h2 {
		margin: 0;
		font-size: 80%;
		text-align: left;
	}
}
