/* Stylesheet One
// Plagiaried from James...
*/

BODY { font-family: sans-serif; background-color: rgb(25,10,45); color: white; }

TABLE { font-family: sans-serif; background-color: rgb(25,10,45); color: white; }

A { text-decoration: none; }
A:link { color: rgb(0,255,150) }
A:visited { color: rgb(100,168,255) }
A:hover { text-decoration: none }

.piccy { clear: both; }
.big { font-size: 800%; }
ADDRESS { padding-left:0.5em; font-style: normal;}

.tttt { font-family: teletype;}

.left { float: left; width: 50%; text-align: left} 
/* .right { float: right; width: 50%; text-align: right} */
.right { float: right; text-align: right}

.acquired, SPAN.acquired A:link, SPAN.acquired A:visited { color: rgb(0,255,0); }

.watched, SPAN.watched A:link, SPAN.watched A:visited { color: rgb(255,0,0); }

.friend, SPAN.friend A:link, SPAN.friend A:visited { color: rgb(255,255,0); }

.level1, SPAN.level1 A:link, SPAN.level1 A:visited { color: rgb(255,255,0) }

.level2, SPAN.level2 A:link, SPAN.level2 A:visited { color: rgb(255,150,0); }

.level3, SPAN.level3 A:link, SPAN.level3 A:visited { color: rgb(255,60,0); }

.level4, SPAN.level4 A:link, SPAN.level4 A:visited { color: rgb(165,0,50); }

.tabley { font-family: sans-serif; background-color: rgb(25,10,45); color: white; }

.white { color: white; }

.main
{
    padding-left:0.5em;
    padding-right:0.5em;
}

.header
{
    font-weight: bold;
    font-size: 125%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    margin-top: 1ex;
    margin-bottom: 1ex;
    background-color: rgb(25,0,45);
}

/* Some useful styles */
.pagetitle { text-align: center; }
.rrrr { text-align: right; }
.llll { text-align: llll; }
.quote { color: rgb(255,0,0); font-style: italic; }

/* Diary styles */
.diaryquote { color: rgb(255,0,0); font-style: italic; text-align: right; }
.diaryquotesource { color: rgb(0,68,255); text-align: right; }
.diary-dj3 { background-color: rgb(200,255,220); /* light green (spring) */ }
.diary-dj4 { background-color: rgb(240,240,255); /* lilac (intermittent) */ }
.diary-dj5 { background-color: rgb(220,255,220); /* light green (spring) */ }
.diary-dj6 { background-color: rgb(255,220,220); /* light red (summer) */ }
.diary-dj7 { background-color: rgb(200,240,255); /* light blue (winter) */ }
.diary-dj8 { background-color: rgb(255,220,220); /* light red (summer) */ }
.diary-dj9 { background-color: rgb(220,240,255); /* light blue (winter) */ }
.diary-dj10 { background-color: rgb(255,220,220); /* light red (summer) */ }
//.diary-reserved { background-color: rgb(255,220,255); /* light purple (funky stuff) */ }
.diary-empty { background-color: white; }

/* Titles of shows, films etc. */
.showtitle { color: rgb(0,0,100); }
.booktitle { color: rgb(0,0,100); }
.songtitle { color: rgb(0,0,100); }
.albumtitle { color: rgb(0,0,100); }
.opustitle { color: rgb(0,0,100); }
.filmtitle { color: rgb(0,0,100); }
.tvtitle { color: rgb(0,0,100); }

/* People ... */
.actor { }
.musician { }
.person { }
.writer { }
.artist { }
.director { }
