/* ## Style Sheet for Traveller Pages ## */
/* overwrites fudge style */

/* ## General ## */
body	{background:#fff;}
/* font-family, font-size, colour */
body,p,td,th,ul,ol		{color:#333;}

/* ## Headings ## */
h1,h2		{font-family:Optima, Arial, Helvetica, sans-serif;}
h3,h4,h5	{font-family:Arial, Helvetica, sans-serif;}
h1,h2,h3	{color:#666;}
h4,h5		{color:#900;}
h1			{text-align:center;}
h2			{background:none; border-left:3px solid #f00; border-bottom:4px solid #f00;padding-left:0.5em;border-radius:0;scroll-margin-top:150px;}
h3			{border:none; text-decoration:underline; text-decoration-color:#f00; text-decoration-thickness:2px; scroll-margin-top:150px;}
/*h3			{border:none; border-bottom:1px solid #f00; scroll-margin-top:150px;} */

/* ## links ## */
a					{color:#09c; font-weight:bold;scroll-margin-top:150px;}
a:Visited			{color:#6a0;}
a:Active, a:Hover	{background:#ff6; text-decoration:none;}

/* ## Table ## */

/* ## Lists ## */
ul li	{list-style:disc;}
ul li ul li	{list-style:square;}

/* ## Other ## */
em			{/*color:#f60;*/}
em.gift		{color:#393;}
em.fault	{color:#c29;}

/* .nv nav at top and bottom of page */
.nv  {border:1px #f00 solid; background:#eee; box-shadow: 1px 2px 3px #f00;}
.nv a:Visited	{color:#09f;}
.nv p	{color:#333;}

/* top link */

/* ## Traveller specials ##*/

/* headers */
.num		{font-weight:bold;}

/* to be done */
.tbd  {padding:0.2em; font-size:80%; color:#009; background:#ff9;}

/* note */
.note  {font-size:70%; font-weight:normal; color:#999; padding-left:30px; padding-right:30px;}

/* random travelling */
.blurb	{padding-left:10em; font-style:italic;}
.rtnote	{margin-top:-1em; margin-bottom:2em; font-size:70%; color:#999;}
.rtnote em	{color:#999;}
.rtwn	{font-weight:bold;}
.sname	{font-weight:bold; font-style:italic; color:#d66; /* border:1px #666 dashed;border-bottom:1px #bbb dashed;*/}
.rtt td	{border:1px #789 solid !important;}
.meanwhile {padding-left:5em;}

/* NOT FOUND YET */


/* ## Forms ## */
input, select, textarea	{margin:0.1em 0.2em; color:#969;}
option	{margin-right:5px;}
label	{font-weight:bold;}

/* ## end ## */