/* Site-wide styles to deal with Internet Explorer bugs. */

html, body {
   	background: #669;
   	background-image: url("/images/background.jpg");
   	background-attachment: fixed;
   	color: #000;
	float: left;
}

div.content {
	margin: 15px;
	padding: 4px;
	border: 1px solid #669;
	background: #fff;
	float: left;
	display: inline-block; /* IE bug */
}

#menu {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 80%;
	z-index: 3;
}

#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	color: #36c;
	text-decoration: none;
}

div.photos img {
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');	
}
.mobileform {
	display: none;
}

div.index-container div.inset {
	left: 10%;
	width: 90%;
}

div.IEfloatBugFix {
	float: right;
	height: 0;
}

ol.book-contents li li {
	width: 100%;
}

div.index-container div.inset {
	height: 45em;
}

