/* overall layout control */
body 	
{ 
background: url(images/bg-left-blue.png) repeat-y fixed top left #000000;
z-index: 1;
position: relative;
}

#content	
{ 
position: relative;
padding: 0px 110px 0px 110px;
height: 100%;
margin: 0 auto;
z-index: 2;
}

#rightbar	
{ 
position: fixed !important;
position: absolute;
right: 0px;
bottom: 0px;
height: 341px;
background: url(images/bg-right-blue.png) no-repeat; 
z-index: 5;
}

#navdiv	
{ 
float: left;
margin: 22px 0px 0px 45px;
font-size: 8pt;
line-height: 1.8em;
color: #999;
}


/* overall text stylistics */

div, td, p, blockquote, ul, li
{ 
font-size: 10pt;
color: #cccccc; 
font-family: Georgia, Times New Roman;
}

a:link	{ color: #66f;
		text-decoration: none; }
a:visited	{ color: #339;
			text-decoration: none; }
a:active	{ color: #99f;
			text-decoration: none; }

.lemon		{ color: #cc9966; }

.header		{font-size: 12pt;
			font-weight: bold;
			border-bottom:  1px solid;
			line-height: 1.5em; }

.subheader	{ color: #ffffff;
			font-style: italic; }

.highlight		{ color: #ffffff; }

.small		{ font-size: 7pt; }

.new		{ 
color: #9ff;
font-size: 6pt;
font-weight: bold;
 }

a.nav:link, a.nav:visited, a.nav:active		
{ 
font-size: 11pt;
color: #9966ff; 
}

a.style:link, a.style:visited, a.style:active		
{ 
color: #9966ff; 
}

/* top page specific */

.webring	
{ 
font-size: 8pt;
color: #ffffff; 
}

a.ringlink	{ color: #669 ; }

#webringborder
{
border: #966 solid 1px;
}

#webringbg
{
background: #222;
}

/* ficlist page specific */

ul.ficlist 
{
list-style-image: url(images/star-blue.png);
margin: 1px 0px 1px 0px;
padding: 0px 0px 0px 22px;
}

.ficlist li
{
padding: 0px 0px 18px 0px;
}

ul.subficlist 
{
list-style-image: url(images/star-small-blue.png);
margin:.3em 0 1em 0;
}

#ratings
{
float: right;
border: 1px dashed;
padding: 10px;
font-size: 8pt;
margin: 10px;
}

/* fic pages specific */

#content-fic	
{ 
position: relative;
padding: 20px 110px 10px 110px;
width: 610px;
text-align: justify;
line-height: 1.5em;
height: 100%;
margin: 0 auto;
z-index: 2;
}

p
{
text-indent: 50px;
text-align: justify;
margin: 8px 0px 8px 0px;
}

#rightnav	
{ 
position: fixed !important;
position: absolute;
right: 0px;
bottom: 335px;
height: 80;
font-size: 8pt;
line-height: 1.8em;
color: #999;
z-index: 5;
}

.discs		{ font-size: 8pt; }

/* about page specific */

#catch
{
margin: 5px 30px 50px 30px;
border: 1px solid #222;
float: right;
}

