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 {
	xxxfont-size: 1.1em;
	xxxfont-weight: bold;
	font-style: italic;
	text-indent: 15px;
}

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

.notices {
	border-radius: 10px;
	border: 4px #944 solid;
	text-align: left;
	padding: 10px;
	padding-top: 2px;
	width: 70%;
	margin: 0 auto;
	text-shadow: -1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 1px -1px 0px white;
}
.simsimg {
	background: -webkit-radial-gradient(top center, ellipse cover, rgba(200,200,200,0.21) 0%,rgba(100,100,100,0.41) 100%), url('capt_brailey.jpg') no-repeat bottom right;
	background: -moz-radial-gradient(top center, ellipse cover, rgba(200,200,200,0.21) 0%,rgba(100,100,100,0.41) 100%), url('capt_brailey.jpg') no-repeat bottom right;
	background: radial-gradient(top center, ellipse cover, rgba(200,200,200,0.21) 0%,rgba(100,100,100,0.41) 100%), url('capt_brailey.jpg') no-repeat bottom right;
}

.notices:hover {
	xxxbackground: rgba(255,255,255,0.2) url('braileysims-small.png') no-repeat 100px center fixed;
}
.notices legend {
	color: #555;
}

.notices h2 {
	margin: 0;
}

.noticestitle {
	font-size: 24px;
}


.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;
        xxxpadding-left: 6px;
}

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

.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;
}

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

.sched a {
        color: #600;
}

.maths {
	font-family: 'Arial', serif;
}
