b {
	font-weight: 900;
	font-weight: 700;
}

body {
	font-family: 'Overlock', cursive;
}

.workshopcontent {
	width: 75%;
	margin: 0 auto;
}

.fasterone {
	font-family: 'Faster One', cursive;
}

.talklist ul li ul {
	list-type: none;
}

.talkdetails {
	font-size: 0.9em;
	list-style-type: none;
}
.talkdetails a {
	font-size: 0.6em;
}

.title {
	font-style: italic;
	text-indent: 15px;
}

.anabstract {
	text-indent: 15px;
	xxxfont-family: initial;
	font-family: "Merriweather Sans",sans-serif;
	font-weight: 100;
	font-size: initial;
}

.reveal {
	text-indent: 15px;
	font-weight: 100;
}

.sched {
	margin: 30px;
	padding: 30px;
	border: 1px solid black;
	border-radius: 5px;
}

.sched p {
	font-size: 0.8em;
	color: #555;
	text-indent: 8px;
}

.sched .time {
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
	vertical-align: top;
}

.sched .speaker {
	xxxcolor: #600;
	padding-left: 6px;
}

.sched .title {
	color: #600;
	font-style: italic;
	text-indent: 15px;
	font-size: 0.9em;
}

.sched .anabstract {
	xxxcolor: #600;
	xxxfont-style: italic;
	text-indent: 15px;
	font-size: 0.9em;
}

.sched .meal {
	xxxfont-style: italic;
	xxxfont-weight: bold;
	color: #006;
}

.sched table {
	width: 90%;
	margin: 0 auto;
}

.sched tr:hover {
	background-color: #edf;
}

.sched a {
	color: #600;
}

.onetalk:hover {
	background-color: #edf;
	border-radius:6px;
}

.notices {
	border-radius: 10px;
	border: 4px #944 solid;
	text-align: left;
	padding: 10px;
	padding-top: 2px;
	width: 70%;
	margin: 0 auto;
}

.notices legend {
	color: #888;
}

.notices h2 {
	margin: 0;
}

.noticestitle {
	font-size: 24px;
}

@media only screen and ( max-width: 720px ){
	.sched {
		font-size: 0.6em;
		background-color: #eee;
		margin: 3px;
		padding: 3px;
	}
}

.bios {
	margin-left:80px;
}

.bios p {
	text-indent:-15px;
}

.sponsorlogos {
	text-align: center;
}
.sponsorlogos img {
	margin: 0 20px;
	vertical-align: middle;
	height: 50px;
}

.oneworkshop {
	border-radius: 4px;
	border: solid white 1px;
	padding: 10px;
	margin: 0;
	margin-left: 20px;
	background: #f7f7f7;
}

.oneworkshop:hover {
	border: dotted #999 1px;
	background: #eee;
}

.oneworkshop .workshopname {
	margin-left: -20px;
	color: white;
	line-height: 2em;
	padding-left: 10px;
	width: 65%;
	background-color: #7c0023;
	border-radius: 3px;
	font-weight: bold;
}
