
h1 {color: #770022; }
h2 {color: #223366; }
h3 {color: #335588; }
h4 {color: #31518a; }

#column {
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	padding-top: 0px;
	width: 80%;
	max-width: 900px;
	min-width: 700px;
	font-size: 12pt;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.img {
	max-width: 400px;
	max-height: 250px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
	cursor: pointer;
	box-shadow: 0 0 5px #000000; 
}

.box {
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 10px;
	width: 30%;
	max-width: 400px;
	min-width: 250px;
	background-color: #fffff9;
}

.image {
	border: 1px solid #eedddd;
	padding: 10px;
	margin: 10px;
}

p, td {
	font-size: 12pt;
}
h1 img, h2 img, h3 img {
	border: none;
	vertical-align: top;
}
#column h1, #column h2, #column h3 {
	clear: both;
	margin-top: 30px;
}

ul, ol {
	margin-bottom: 15px;
}
li {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12pt;
}
i {
	color: #777777;
	font-size: 11pt;
}

tt { color: #550099; font-size: 10pt; }

#lightbox {
	display: none;
	position: fixed;
	text-align: center;
	
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	
	/*
	background-color: white;
	*/
	z-index: 9999;
}
#lightboximg {
	max-height: 80%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	box-shadow: 0 0 15px #000000; 
}

#appendix {
	width: 70%;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #aaaaaa;
}
#appendix td {
	font-size: 11pt;
	padding-bottom: 10px;
}
#toc {
	float: left;
	position: relative;
	width: 300px;
	padding: 10px;
	padding-left: 25px;
	border: 1px solid #aaaaaa;
	background-image: url("img/bg.white3.png");
}
#toc h1, #toc h2, #toc h3 {
	margin-top: 3px;
}
#otherstuff {
	float: right;
	position: relative;
	width: 300px;
	padding: 10px;
	padding-left: 25px;
	border: 1px solid #aaaaaa;
	background-image: url("img/bg.white3.png");
}
#otherstuff h1, #otherstuff h2, #otherstuff h3 {
	margin-top: 3px;
}
#otherstuff img {
	vertical-align: bottom;
}
#toc li, #otherstuff li {
	font-size: 14pt;
}
#calsizes {
	position: relative;
	top: 10px;
	width:750px; 
	margin:0 auto; 
	padding: 15px;
	background-color: #fefefe;
	border: 1px solid #aaaaaa;
	box-shadow: 0 0 5px #999999;			
}
#calsizes img {
	box-shadow: 0 0 5px #999999;
}


#tocfloat {
	position: absolute;
	width: 250px;
	right: 10px;
	top: 200px;
	padding: 10px;
	padding-left: 25px;
	border: 1px solid #aaaaaa;
	background-image: url("../img/bg.white3.png");
	display: none;
}

.code, pre {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #dddddd;
	background-color: #fbfbfb;
	font-family: consolas, courier new, monospace;
	font-size: 10pt;	
}

pre, div.code { margin-top: 3px; }

.padleft {padding-left: 10px; }

table.code td { font-family: consolas, courier new, monospace;
	font-size: 10pt;	
}

.notice { 
	background-color: #fffff9; 
	padding-left: 15px; 
	padding-right: 10px; 
	border: 1px solid #f0f0e5; 
	color: #770000;
}

@media only screen and (min-width: 850px) {
	#tocfloat { 
		display: block;
	}
}