/* This is a stripped-down version of the stylesheet for the ClearBlue theme.
 *
 * It is intended for use with Netscape 4.x. Modern browsers will pick up the
 * better.css style sheet automatically (Netscape 4 fails to understand @import
 * and will therefore ignore that file).
 */
@import url("better.css");

/*
 * You need to adjust the image URLs if your Geeklog site is not run from
 * the root directory, e.g. when your site URL is something like
 * http://somehost.com/~username/mysite
 *
 * Four occurences of the URL have to be fixed:
 * - back.gif (the site's background image)
 * - bbar.gif (twice - the blue bar at the top of each block)
 * - plugin-menu-bg.gif (the background image for the menu bar)

 */


A:link, A:visited, a:active {
        color:#0033ff;
        text-decoration:none;
}

/* was blauuw 0033ff */

A:hover, a:hover {
        text-decoration:underline;
        color:#0033ff;
}


body {
  color: #000000;
  background: #FFFFFF url("/layout/ClearBlue/images/back.gif");
  font-size: 14px;
  font-family: Arial;
}

.storytitleleft {
  color: #FFFFFF;
  background: #EEEEEE url("/layout/ClearBlue/images/bbar.gif");
  font-weight: bold;
  font-size: 14px;  
  font-family: Arial;
}

.storytitleright {
  color: #000000;
  background: #EEEEEE url("/layout/ClearBlue/images/bbar.gif");
  font-weight: bold;
  font-size: 14px;  
  font-family: Arial;
}

.storybox {
  color: #000000;
  background: #FFFFFF;
  font-size: 13px;
  font-family: Arial;
  padding-bottom: 7px;
  padding-top: 2px;
  line-height: 1.4;
  font-family: Arial;
  padding-left: 12px;
  padding-right: 12px;  
}

.marge {
padding-left: 5px;
padding-right: 5px;
}

.storybox img {
margin-right: 10px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #0033FF;
 }

.hart img {
margin-right: 4px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 2px;
border: 1px solid #0033FF;
 }

.menubar {
  color: #000000;
  background: url("/layout/ClearBlue/images/plugin-menu-bg.gif");
  background-position: bottom;
  font-size: 15px;
  font-family: Arial;
}

.blockinfo {
  color: #000000;
  background: #FFFFFF;
  font-size: 13px;
  line-height: 1.4;
  font-family: Arial;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.blockinfo img {
border: 0px solid #0033FF;
}

.welcome {
  color: #000000;
  font-size: 15px;
  font-family: Arial;
}

.footerblock {
  color: #000000;
  font-size: 10px;
  font-family: Arial;
}

h1 {
  font-size: large;
  font-family: Arial;
}

h2, h3 {
  font-size: 15px;
  font-family: Arial;
}
