/* Stylesheet for www.ficml.org, graphics by Breeze Graphics */

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

body {margin: 0px;
     background: #F4BEA0;
     background-image: url(/images/pens.gif);
     background-repeat: no-repeat;
     color: #220000;
     scrollbar-face-color:#F4BEA0;
     scrollbar-shadow-color:#F4BEA0;
     scrollbar-highlight-color:#DD580F;
     scrollbar-3dlight-color:#F4BEA0;
     scrollbar-darkshadow-color: #DD580F;
     scrollbar-track-color:#F4BEA0;
     scrollbar-arrow-color: #F4BEA0;
     font-family:tahoma, sans-serif;
     font-size:smaller;}
h1 {top: 40px;
   position:absolute;
   left: 390px;
   color: #DD580F;
   font-size: 36px;
   font-family: "Courier New", Courier, courier, monospace;
   font-weight: 700;
   background: #F4BEA0;}
div#menu {position: absolute;
	 top: 200px;
	 left: 390px;
	 color: #DD580F;
	 font-family: "Courier New", Courier, courier, monospace;
	 font-weight: 700;
	 font-size: 18px;}
div#blurb {position: absolute;
	   top: 280px;
	   left: 45px;
	   width: 115px;
	   font-size: 11px;}
div#blurb hr, div#credits hr {color: #220000;
	background-color: #220000;
	height: 2px;
	width: 120px;}

div#credits {padding-top: 80px;
	    margin-left: -100px;
	    text-align: right;
	    font-size: 11px;}


#cone,#ctwo,#cthree{width:33%;position:absolute;top:390px;}
#cone{left:1%}
#ctwo{left:33%; 
	border-left: 1px dotted #DD580F;
	border-right: 1px dotted #DD580F;
	padding-bottom: 70px;}
#cthree{left:66%}

/* top right bottom left */
	 
ul {list-style: none;
    margin: 0px 0px 0px 12px;
    padding: 0px 0px 0px 12px;}
    
div.cmenu {font-family: "Courier New", Courier, courier, monospace;
	  font-weight: 700;
	  font-size: 14px;
	  color: #4E3020;
	  padding: 5px 10% 5px 10%;}

div.cmenu a {text-decoration:none;}
div.ctext {padding-left: 10px;
	  padding-right: 10px;}

a	{text-decoration:none;}
a:link  {text-decoration: underline;
	color:#2F190E;}
a:visited {text-decoration: underline;
	  color: #a97b67;}
a:hover, a:active {text-decoration: none;
	color: #DD580F;}


/* fiki */

div#nav {position: absolute;
	 top: 200px;
	 left: 390px;
	 color: #DD580F;
/*	 font-family: "Courier New", Courier, courier, monospace;
	 font-weight: 700;
	 font-size: 18px;
*/
        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;}

