@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	background: white;
	color: black;
	margin: 0;
}

/***  Menu  ***/

.menu {
	background: #699;
	color: white;
	text-align: center;
	padding: 0;
}

.menu a {
	color: inherit;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.nav {
	padding: 0;
	margin: 0;
}

.nav ul {
	padding: 0;
}

.nav li {
	list-style-type: none;
	padding-left: 1em;
}

.nav > li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 1ex 0;
}

.nav > li > a {
	text-transform: uppercase;
}

.nav > li > ul {
	display: none;
	position: absolute;
	background: #466;
	width: inherit;
	text-align: left;
	padding: 1ex 0;
}

.nav > li:hover {
	background: #466;
}

.nav > li:hover > ul {
	display: block;
}

.nav .selected {
	display: normal;
}
.nav .selected > a {
	font-weight: bold;
}

.nav .login {
	display: block;
	float: right;
	width: auto;
	padding: 1ex;
	color: #BDD;
}

/***  Main contents  ***/

.container {
	max-width: 80em;
	margin: 0 auto;
	text-align: justify;
}

.content {
	float: left;
	width: 80%;
}

.sidebar {
	float: left;
	width: 20%;
	text-align: left;
}

h1, h2, h3 {
	color: #699;
}

a {
	color: #466;
	text-decoration: none;
}

/***  Navigation in a sidebar ***/

.side_nav {
	list-style-type: none;
	padding: 0;
}

.side_nav a {
	text-decoration: none;
	color: inherit;
}

.admin_links {
	color: #800;
}


/*** Patches for seminar ***/

.seminar_talk_kind_open-session .seminar_title {
	font-weight: bold;
	font-style: normal;
}

.seminar_calendar .seminar_kind_talk {
	background: #bdd;
}

.seminar_calendar .seminar_kind_open-session {
	background: #bdb;
}

.seminar_calendar a {
	color: inherit;
}
