/* Style sheet for Nostalgia site

	Powerful global replace:	<span class=color>^(*^)</span>	->	<s>^1</s>

	Design usage:

	<s>		For highlighting normal text (important information)
	<b>		Key names, important subsections in paragraph e.g. "download" or "install"
	<tt>	Anything that needs to be types, console commands, file names, path names,
			numbers (file size), ini, cfg,

	<tt><b>	Cases where type or numbers need to be highlighted, e.g. name of autoexec.cfg
			or summed up entrie counts
	*/

A:link		{ color:#990099; text-decoration:none; }
A:visited	{ color:#990099; text-decoration:none; }
A:active	{ color:#990099; text-decoration:none; }
A:hover		{ color:#000000; text-decoration:underline; }
A:focus		{ color:#000000; text-decoration:underline; }


/* Special link colors for the frames of the preview icons!
	Usage: <a href="" AEICONFRAME></a> 	to add color to link!	*/
A:link[AEICONFRAME]		{ color:#990099; text-decoration:none; }
A:visited[AEICONFRAME]	{ color:#990099; text-decoration:none; }
A:active[AEICONFRAME]	{ color:#990099; text-decoration:none; }
A:hover[AEICONFRAME]	{ color:#990099; text-decoration:none; }
A:focus[AEICONFRAME]	{ color:#000000; text-decoration:none; }


span.menu    { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:10pt; color:#000000; }
span.text    { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:12pt; color:#000000; }
span.small   { font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; color:#000000; }
span.initial { font-family:Verdana,Arial,Helvetica; font-size:20pt;  line-height:22pt; }

/* Color (highlighting text);		light purple: CC00CC, 00E500
	span.comment	Cfg comments are darker purple; 320033
	span.color		Old method (will be removed and replaced with <s> (NO LONGER USED)
	s				New SPECIAL method, bold, but less bright (no strike through)
span.color   { color:#E500E5; font-family:Verdana,Arial,Helvetica; font-weight:bold; }	  60% purple*/
span.comment { color:#4C004D; }															/*30% purple*/
s			 { color:#710073; font-weight:bold; text-decoration:none;  }				/*45% purple*/

td.menu  { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:12pt; color:#000000; }
td.text  { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:12pt; color:#000000; }
td.small { font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; color:#000000; }
td.fixed { font-family:Courier New,Courier; font-size:10pt;  line-height:12pt; color:#000000; }

small { font-family:Verdana,Arial,Helvetica; font-size:8pt; line-height:10pt; } /*under netscape 8pt is -2*/

/* orange news headlines    <h1>aestats 4.48 - download</h1>
   margin:0pt 0pt 0pt 0pt; ignored				*/
h1 { font-family:Verdana,Arial,Helvetica; font-size:10pt; color:#990099; font-weight:bold;
	margin-top:1pt; margin-bottom:1pt; } /*line-height:16pt;*/

/* citation style */
li   { font-family:Courier New,Courier; font-size:10pt; margin-right=0pt; }

/* normal style */
li.q     { font-family:Verdana,Arial,Helvetica; font-size:10pt; line-height:12pt; margin-right=20pt; }
li.small { font-family:Verdana,Arial,Helvetica; font-size:8pt;  line-height:10pt; }


/* using this for news... right was 20pt */
blockquote    { margin-top:5pt; margin-bottom:5pt; margin-left=23pt; margin-right=0pt; }
blockquote.tt { font-family:Courier New,Courier; margin-top:5pt; margin-bottom:5pt; margin-left=23pt; margin-right=0pt; }

table.black { border-color:black; border-style:none; }

/*pre won't work under netscape*/
pre { font-family:Courier New,Courier; font-size:10pt;
      margin-top:8pt; margin-bottom:8pt; margin-left=23pt; margin-right=0pt; }

pre.small { font-family:Courier New,Courier; font-size:8pt;
      margin-top:8pt; margin-bottom:8pt; margin-left=23pt; margin-right=0pt; }

/*For the tt classes to work you need to define the color!*/
tt			{ font-family:Courier New,Courier; color:#990099; font-size:10pt; }
tt.text 	{ font-family:Courier New,Courier; color:#000000; font-size:10pt; }	/*Fixed width normal text*/
tt.small	{ font-family:Courier New,Courier; color:#000000; font-size:8pt; }
tt.sc		{ font-family:Courier New,Courier; color:#990099; font-size:8pt; }	/*Configs page for cfg files*/

/* p.typC { margin: 1cm 2cm 3cm 4cm; } */  /* 1cm oben, 2cm rechts, 3 cm unten und 4 cm links */
/* Netscape bugs:
   if you set class=text in TD, another class= in any following TD table will reset the settings.
   you need to span class=text in between!!! */


/* HUGELASER BANNER PLACEMENT */
/* fixed ... lets code hover relative to top bottom, it floats on page, and does not move with the scrollbar.
				-> is better because if does NOT messup the page width! */
/* absolute ... scrolls with page */
div.banner { position:fixed; top:60px; left:820px; width:160px; height:600px; background-color:#CCCCCC; }


/* Framing the ICON backgrounds around image links. With td.frame alas the "td" is too large!
	color:#FF8000; used to make the frame orange in the onClick <a> tag!
	Usage:	<td><div class=h4>".$link."</div></td>		*/
div.h4		{	color:#990099;
				background-color:#B7B7B7;
				position:relative;
				border:1px solid #000000;
				padding:5px 5px;
				-moz-border-radius:8px;	}


