/* root.css for http://www.textproof.com
   (C) Charles Stewart 2008/2009
 */

/* Page base */

html {
  width: 100%;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

body {
  width: 100%;
  font-family: Optima, Verdana, Helvetica, Lucida, Arial, sans-serif;
  color: black;
  background-color: white;
}

h1 { font-weight: normal; }

/* Span elements */

.cursive { font-family: 'Bell MT', serif; }
.serif { font-family: 'Bell MT', Times, Times New Roman, serif; }
.menu { font-weight: bold;
        font-family: Helvetica, Lucida, Arial, sans-serif; }
.bold { font-weight: bold; }


/* Geometry */

#title {
	font-size: 4em;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
    	text-align: center;
}

#longtitle {
	font-size: 3em;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
    	text-align: center;
}

#header {
	width:100%;
	font-size: 2em;
	padding-left: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid black;
     	text-align: center;
}

#widegraphic img {
	max-width: 95%;
	height: auto;
}


/* Content */

.dochead, .menu, .abstract, .figure {
     	 text-align: center;
}

.runningtext {
	  margin: 0 3%;
	  padding: 1px 1px;
}	  

.abstract {
	  background-color: #A0C0FF; /* light-bluish-teal */
	  margin: 0 3%;
	  padding: 1px 2%;
}	  

.figure table, .sparse table { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sparse {
	margin: auto;
	line-height: 130%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
}

.textbody {
	  margin: 4em;
	  text-align: left;
}

   /* List */
dl.chronos {
	   margin-left: 3em;
	   margin-right: 2em; 
	   list-style-position: inside;
	   text-indent: -2em;
}
dl.chronos dt { 
	   font-weight: bold; 
      	   display: inline; 
	   float: left; 
	   clear: both; 
}
dl.chronos dd { 
	   text-indent: 0.5em; 
	   margin: 0; 
	   padding-bottom: 0.75em;
}



/* Link behaviour */

a       { text-decoration: none; }
a:hover { outline: 1px solid black; }

a:link	  { color: blue; }
a:visited { color: teal; }
a:hover   { color: maroon; }
a:active  { color: red; }

.menu a:link	{ color: green; }
.menu a:visited { color: olive; }

#title a,
#title a:hover,
#title a:visited,
#title a:link {
	text-decoration: none;
}
