body {
	font-family: Georgia, serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	margin: 0px 10% 0px 5%;
	
	background-image: url('../images/DropShadow.png');
	background-repeat: repeat-x;
}

/* general formats */

a { color: #D31D82; } /* BTK pink */

a:hover {
	background-color: #1C1254; /* BTK blue */
	color: white;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
}

h2 span a { padding: 0 .25em 0 .25em; }

h2 span a:hover { background-color: #1C1254; }


p, ul {
	font-size: 11px;
	line-height: 20px;
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 80%;
}

ul {
	float: left;
	width: 350px;
	list-style-type: none;
}

big {
	font-size: 22px;
	line-height: 30px;
}

small {
	font-size: 10px;
	line-height: 10px;
}

img { border: 0; }

h1 {
	/* not: page title */
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	padding: 30px 0 0 0;
	margin: 0;
	clear: both;
}

h1 big {
	font-size: 60px;
	line-height: 60px;
}

h1 small{
	font-family: Georgia;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: normal;
}

h2 {
	/* lecture title */
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}

h2 span, .Curating {
	/* lecturer */
	font-size: 20px;
	line-height: 20px;
	color: #D31D82;
}

h3 {
	/* date */
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -2px;
	margin: 0;
	color: silver;
}

h4 {
	/* day */
	font-size: 20px;
	line-height: 20px;
}

.Bio {
	font-size: 9px;
	line-height: 10px;
}

.Language {
	display: inline;
	font-style: italic;
}

/* containers */

.ContainerLecture {
	float: left;
	width: 300px; min-width: 240px;
	margin: 15px 20px 0 0;
	border-top: 8px solid black;
}

.Day  span{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}

 /* special for the most current container */

 .Next {
	border-top: 8px solid #D31D82;
}

h3 span {
	color: #D31D82;
}

/* special end */

.ContainerLecture p {
	font-size: 11px;
	line-height: 20px;
	margin: 10px 10px 0 20px;
	padding: 0;
	width: 95%;
}

/* special ones, exceptions, workarouds */

#Subtitle { color: #D31D82; }

.Day {
	margin-bottom: 10px;
}

#LogoBTK {
	float: right;
	margin: 0 20% 0 0;
	padding-bottom: 10px;
}

#Joke {
	display: inline;
}

#Switch {
	display: inline;
}

#Switch a {
	cursor: pointer;
	text-decoration: underline;
}

.VideoButton {
	background-color:#D31D82;
}

.VideoButton a {
	color: white;
}