
/********************************************************************

   Style sheet for Weyfour WWWWolf's Web of Weird Things
   (C) Urpo Lankinen. Separated from the main page 31.7.1999
   Probably useless for any of you out there if you want to steal this 
   file, but hey, read it if it interests you, and learn. =)

   $Id: index.css 619 2010-10-23 11:34:03Z wwwwolf $

 ********************************************************************/

 
body {
  margin: 2.5%; 
  background: #FFFFFF; color: #000000;
  font-family: sans-serif;
  border-width: 0;
}

h1#bigtitle {
  font-family: sans-serif;
  color: #483d8b; /* DarkSlateBlue */
  font-size: 200%;
  text-align: center;
}

h2 { 
  text-align: left;
  font-size: 120%;
}

a:link img { border: none; }
a:active img { border: none; }
a:visited img { border: none; }
img[usemap] { border: none; }

#myaddress {
  text-align: center; font: italic 100% serif;
}

#sidebar {
  border: none;
  width: 250px; height: auto;
  float: right;
  text-align: center;
  font-size: 75%;
  vertical-align: top;
}

ul {
  list-style-type: square;
}

#bestviewed {
  clear:both; text-align: center; font-size: smaller;
}

#endlinks {
  font-size: 60%; text-align: center;
}

.green { color: green; }
.orange { color: orange; }
.steelblue { color: steelblue; }
.slablue { color: mediumslateblue; }

#adverts { 
  border: 2px solid #80DD80;
  background: #D0FFD0;
  color: black;
  margin: 2px;
}
#news, #blog { 
  text-align: left;
  border: 2px solid #8080DD;
  background: #D0D0FF;
  color: black;  
  margin: 2px;
  padding: 2px;
}
#news p { 
  margin: 0px;
}
#blog ul { 
  margin: 0px;
}
#blog li { 
  padding-left: 0em;
  margin-left: -1.75em;
}
h4.newstitle { 
  font-size: 100%; font-weight: bold;
  margin: 0px;
}

hr { 
  clear: both;
}

#morenewslink { 
  text-align: right;
}

table#communitytable { 
  margin-left: auto;
  margin-right: auto;
}

table#communitytable td { 
  text-align: center;
  font-size: smaller;
  width: 120px;
  vertical-align: top;
}

.agewarning { 
  font-size: smaller;
  font-weight: bold;
  font-style: italic;
  color: #FF5050;
}

