/*
  Style sheet for Gnostic Spams -- Gnosis v.4. CSS2. (C) Jouni Luoma 2004.
  --collection.css is the style sheet for a record collection.
*/


/* body-----------------------------------------------------*/


body	{background: #FAD6B5 url(../img/left.bg.jpg) left top no-repeat fixed;
	 cursor: default}

a	{font: 11px Tahoma, sans-serif;
	 text-decoration: none;
	 border-bottom: 1px dashed #AF8B6A;
	 letter-spacing: 1px;
	 color: #8A4509}

a:hover, a:visited:hover
	{text-decoration: none;
	 border-bottom: 1px solid #AF8B6A}


/* layout---------------------------------------------------*/


#main	{background: #FCE6D3 url(../img/bg_main_top.jpg) 0px 17px fixed;
	 position: absolute;
	 overflow: visible !important;
	 overflow: auto;
	 top: 0px;
	 right: 0px;
	 height: auto !important;
	 height: 100%;
	 min-height: 100%;
	 max-height: 9999%;
	 width: 650px;
	 border-left: 2px solid black;
	 z-index: 0}

#nav	{background: #F3CFAF;
	 position: fixed !important;
	 position: absolute;
	 right: 0px;
	 top: 0px;
	 height: 16px;
	 width: 650px;
	 border-bottom: 3px double #000;
	 line-height: 13px;
	 text-align: right}

#letters
	{float: left;
	 text-align: left}


/* html.elements--------------------------------------------*/


p	{margin: 0px;
	 font: 11px Georgia, "Times New Roman", serif;
	 color: #7D5938}

h1, h2	{padding: 0px}

h1	{font: bold 24px "Palatino Linotype", Georgia, "Times New Roman", serif;
	 margin: 35px 10px 25px 20px;
	 color: #5A3615;
	 letter-spacing: -1.25px;
	 text-align: left;
	 line-height: 20px}

h2	{color: #3A1605;
	 font: bold 16px "Times New Roman", serif;
	 letter-spacing: -0.75px;
	 margin: 30px 10px 30px 27px;
	 text-decoration: underline}

span	{font: bold 12px "Bookman Old Style", "Times New Roman", serif;
	 padding-left: 2px;
	 color: #000}

em	{font: 10px Arial, serif;
	 color: #A98564;
	 letter-spacing: -0.075px;
	 padding-left: 7px}

ul	{padding: 0px;
	 max-width: 610px;
	 margin: 0px 0px 10px 35px;
	 font: 11px Georgia, Tahoma, sans-serif;
	 letter-spacing: -0.10px;
	 color: #694524}

li	{list-style: none}

li:first-letter
	{font: bold 12px Georgia, serif}


/* add.elements--------------------------------------------*/

#main > p
	{background: #FFE9D6;
	 line-height: 14px;
	 width: 375px;
	 margin: 5px 0px 0px 150px;
	 text-indent: -100px;
	 letter-spacing: 0.4px;
	 text-align: justify;
	 padding: 0px 3px 3px 0px;
	 margin-bottom: 20px;
	 border-right: 1px dashed #7D5938;
	 border-bottom: 1px dashed #7D5938}


/* end of file###############################################*/