@charset "utf-8";
/* CSS Desktop Document */

body {
		background-color: #f0f0f0;
}


.header {
	padding: 10px 1em;
	margin: 0 5% 10px;
	border-top: 5px solid #f4ca71;
}

.navigation {
	padding-bottom: 3em;
}

.navigation li {
	float: left;
	width: 19%;
	margin: 0px 0px 0px 0px;
}

.subnav {
	padding: 0px;
	margin: 0px;
	width: 100%;
	position:inherit;
	left:-1px;
}

.subnav li{
	width: 94%;
	clear:both;
	margin: 0px 5px 2px 5px;
	font-size:11px;
}

.nav_series {
	position:relative;
	left: 10px;
}

.nav_series:hover #subnav_series {
	position:absolute;
	z-index:2;
}

.sidebar {
	width: 300px;
	max-height: none;
}

.sidebar img {
	width: 300px; 
	width: 100%;
}

.instance_list {
	background-color: #FFF;
	float: left;
	max-width: 294px;
	min-width: 294px;
	width: 30%;
	margin-right: 0;
	height: 100%;
	line-height: normal;
}

.references {
	background-color: #FFF;
	float: right;
	margin-left: 5px;
	width: 49%;
	height: 100%;
	line-height: normal;
}

.list-columns {
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
	line-height: 125%;
}

.series-highlight {
	width: 28%;
	float: left;
	min-width: 220px;
	max-width: 220px;
	min-height: 360px;
}

@media only screen and (min-width: 39em) {
	.references {
		width: 41%;
	}

	.navigation li {
		font-size: 10px;
	}
	
	.list-columns {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		line-height: 175%;
	}
	
}

@media only screen and (min-width: 45em) {
	.references {
		width: 47%;
	}

	.navigation li {
		font-size: 11px;
	}
}

@media only screen and (min-width: 50em) {
	.references {
		width: 50%;
	}

	.navigation li {
		font-size: 11px;
	}
	
	.homepage-maincontent {
		float:left;
		width:55%;
	}
	
	.sidebar-homepage {
		width: 300px;
		max-height: none;
		float:right;
	}
}

@media only screen and (min-width: 54em) {
	.references {
		width: 54%;
	}

	.navigation li {
		font-size: 12px;
	}
	
	.list-columns {
		-webkit-column-count: 3; 
		-moz-column-count: 3; 
		column-count: 3;
		line-height: 125%;
	}
}

@media only screen and (min-width: 58em) {
	.references {
		width: 57%;
	}

	.navigation li {
		font-size: 13px;
	}
}

@media only screen and (min-width: 70em) {
	.references {
		width: 60%;
	}

	.navigation li {
		font-size: 14px;
	}

	.encyclopedia-highlight {
		width: 45%;
		float: left;
		min-width: 420px;
		max-width: 50%;
		min-height: 250px;
		line-height: normal;
	}
	
}


.chapter-list li {
	list-style-type:upper-roman;
	margin-left: 35px;
}

.footer {
	clear: both;
}