/* Import a new Linux Biolinum Font */
@import url("./fonts/linbiolinum.css");

body {
	font-size: 11pt;
	background: #ddd;
	color: #444;
	margin: 0;
	padding-top: 3.5em;
}

body, day, daytitle, event, eventtitle, h1, week, time, place, media {
	display: block;
	font-family: "linux_biolinum_regular","Linux Biolinum Regular",Arial,sans-serif;
}

.underlined {
    border-bottom: 1px dotted black;
    color:green!important;
}

h1, day {
	padding: 4px;
	background: #FFF;
}

h1 {
	margin: 0 0 4px;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.2em;
	border-bottom: 1px solid #666;
}

week {
	float: none;
	height: 700px;
	margin-bottom: 19px;
}

day {
	margin: 4px;
	float: left;
	min-width: 11%;
	width: 12%;
	position: relative;
	height: 100%;
	border: 1px solid #666;
	word-wrap: break-word;
}

daytitle {
	font-size: 1.2em;
}

daytitle span {
	font-size: 1.4em;
	font-weight: bold;
}


event {
	margin: 1em;
}

eventtitle {
	font-size: 1em;
	font-weight: bold;
}

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

media {
	font-size: 11pt;
	color: #444;
	margin: 0;
	text-decoration: underline;
}

#nav {
	font-size: .5em;
	display: block;
	float: right;
	padding: 0 16px;
	text-align: right;
	position: fixed;
	right: 0;
	top: .4em;
	background: #fff;
}

#nav a {
	display: block;
}

.click {
	visibility: hidden;
}

.tentative {
	color: #888;
}

@media (max-width: 1000px) {
	body {
		margin: 0;
		font-size: 15pt;
		padding-top: 4em;
	}

	h1, day {
		padding: 8px;
		margin: 0 0 16px 0;
		width: 100%;
		border-left: 0;
		border-right: 0;
		white-space: nowrap;
	}

	week {
		height: initial;
	}

	day {
		min-width: 100%;
		max-width: 100%;
	}
}

#pdf {
	font-size: 12pt;
	font-weight: lighter;
	margin: 15px;
	border-bottom: dotted;
	border-bottom-width: 1px;
}
