/* simplified stylesheet for www.ficml.org */

/* Color list
   #45bea0 - peach	    - background
   #220000 - v. dark brown  - text
   #dd580f - bright orange  - headings, hover links
   #4e3020 - medium brown   - nav links
   #2f190e - medium brown   - links
   #a97b67 - grey           - not used
   #875945 - grey           - visited nav links
   #ca7342 - light brown    - visited links
*/

	body {
		margin: 35px;
		margin-top: 40px;
		margin-bottom: 600px;
		background:#F4BEA0;
                background-image: url(/images/pentips.gif);
                background-repeat: no-repeat;
		color: #220000;
                font-family:tahoma, sans-serif;
		}
	a 		{ color: #2F190E; text-decoration: underline; }
	a:link		{ color: #2F190E; text-decoration: underline; }
	a:visited	{ color: #ca7342; text-decoration: underline; }
	a:active	{ color: #DD580F;  }
	a:hover		{ color: #DD580F;  }

	h2, h3, h4, h5, h6 {
                font-family: "Courier New", Courier, courier, monospace;
		color:#DD580F;
	}

	h1 {    margin: 0px;
		padding: 0px;
                font-family: "Courier New", Courier, courier, monospace;
		color:#DD580F;
		font-size:xx-large;
		font-weight: bold;
		margin-bottom: 35px;
                padding-left: 350px;}

        h1.left {padding-left: 0px;}

	h1 a,
        h1 a:link,
        h1 a:visited,
        h1 a:active,
        h1 a:hover {
		font-family: "Courier New", Courier, courier, monospace;
		font-size: xx-large;
		color: #DD580F;
		text-decoration: none;
		}

	#content {
		position:absolute;
		background:#F4BEA0;
		margin-right:20px;
		margin-left:225px;
		margin-bottom:20px;
		border:1px solid #F4BEA0;	
		}

div.authornotes,
div.disclaimer,
div.summary,
div.dedication,
div.preface,
div.endnote {padding-left: 5%;
	     padding-right: 5%;
	     font-size: smaller;}

div.ficheaders {margin-top: 20px;
	    margin-bottom: 20px;
	    margin-left: 20%;
	    margin-right: 20%;
	    border: 1px dotted #DD580F;
	    padding: 10px;
	    color: #2F190E;
	    font-size: smaller;}

div.location {text-indent: 10px;}

div.authornotes:before {content: 'Notes:  ';
		         font-weight: bold;}
div.disclaimer:before {content: 'Disclaimer:  ';
		         font-weight: bold;}
div.summary:before {content: 'Summary:  ';
		         font-weight: bold;}
div.preface:before {content: 'Preface:  ';
		         font-weight: bold;}

div.authornotes p,
div.disclaimer p,
div.summary p,
div.dedication p,
div.preface p,
div.endnote p {text-indent: 1em;
	       margin-top: 0px;
	       padding-top: 0px;
	       padding-bottom: 0px;
	       margin-bottom: 3px;}

h2.part {padding-top: 20px}
h2.part:before {content: 'Part ';}

.alert {color: #dd580f;} 

div.prefbox {float: right; 
	    padding: 5px;
	    margin-left: 7px; 
	    font-size: smaller; 
	    color: #220000; 
	    background: #F4BEA0; 
	    border-left: 1px dotted #dd580f;}

div#footer {margin: 20px;
	   padding: 20px;
	   margin-left: 45%;
	   border-top: 1px dotted #dd580f;
	   font-size: smaller;}

div#nav {float: right;
	margin: 0 0 7px 12px;
	padding: 10px;
	background-color: #da9;
	font-size: smaller;
	border: 1px dotted #222;}

#nav ul {list-style-type: none;        
     	margin: 0;
	padding: 0;
        padding-left: 1em;
        text-indent: -1em;}

div#nav a,
div#nav a:link {color: #4e3020; text-decoration: none; }
div#nav a:visited {color: #875945; text-decoration: none;}
div#nav a:active, 
div#nav a:hover {color: #dd580f; text-decoration: none;}


dl.event {
 margin: 2em 0;
 padding: 0;
 font-family: georgia, times, serif;}

.event dt {
 position: relative;
 left: 0;
 top: 1.1em;
 width: 5em;
 font-weight: bold;}

.event dd {
 border-left: 1px solid #000;
 margin: 0 0 0 6em;
 padding: 0 0 .5em .5em;}
 
.bold dt {font-weight: bold;
      padding-top:  10px;}
