/* @override http://ssp.m/innards/style/screen.css */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #edf3fe;
	font-size: 0.9em;
	color:#137;
}

div#main {
	width: 32em;
	margin: 4em auto 4em;
	text-align: left;
	padding: 1em;
	border: 1px solid #d7e3f7;
	background-color: #fff;
}

noscript{
	position: fixed;
	width:100%;
	top: 0;
	margin:0;
	padding:0;
	color: #137;
	background-color: #fff;
	border-bottom:#d7e3f7 solid 1px;
}

noscript p{
	font-weight:bold;
	margin:0;
	padding:5px;
	text-align:center;
}

.Work .Title {
	font-style: italic;
}

img {
	border: none;
}

h1,h2,h3,.Note {
	text-align: center;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.45em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.WorkNumber {
	font-weight: bold;
	margin-left: -1.25em;
	margin-right: .5em;
}

.sabbath-warning{
	text-align: center;
}

li.Work {
	margin-bottom: 0.5em;
	list-style: none;
}
ol#works ol li{
	list-style:lower-alpha;
}
#works li.work{
	margin-bottom:8px;
}
.title{
	font-style:italic;
}
.description{
	display:block;
}


/*	ol li{text-indent:-1.25em;}
ol li ol li{text-indent:0;} */

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

a:link, a:visited {
	text-decoration: underline;
}

a:visited {
	color: #06c;
}

a:hover {
	background-color: #eee;
	color: #048;
	text-decoration: none;
}