/*
//
// Loudbot Style Sheet.
// Author: Ektoras
// Published under a Creative Commons License:
// http://creativecommons.org/licenses/by-nc-sa/2.0/
// $RCSfile: style.css,v $
// $Revision: 1.6 $
// $Date: 2005/11/17 07:50:41 $
//
*/

*
{
  margin: 0;
  padding: 0;
}
  
body
{
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  background-color: #EEEEEE;
  color: #000000;
}

ul
{ 
  list-style-type: square;
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h1
{
  font-family: "Times New Roman", "Roman", serif;
}

h2
{
  background-color: #EEEEFF;
}

h3
{
  background-color: #DDDDFF;
}

div.lb_recent h3
{ 
  background-color: #EEEEEE;
}

.lb_header, .lb_catalogue, .lb_footer
{
  clear: both;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

.lb_header
{ 
  background-color: #CCCCFF;
}

.lb_footer
{
  text-align: center;
  background-color: #EEEEEE;
}

.lb_categories
{
  margin-left: 1em;
  margin-top: 1em;
  float: left;
  clear: left;
  width: 30%;
}

* html body .lb_categories
{
  /*
  ** Nasty IE6 hack. Internet Explorer seems to be the 
  ** only browser to recognise this strange selector.
  ** We take advantage of this to compensate for IE6's
  ** inability to correctly render a 1em left margin
  ** for this class.
  */
  margin-left: 1ex;
}

.lb_recent
{
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  float: left;
}

.lb_mediaplayer
{
  float: right;
  clear: right;
  margin-right: 1em;
  margin-top: 2em;
}

.lb_posting
{
  float: left;
  clear: left;
  width: 100%;
  margin-top: 0em;
  margin-bottom: 1em;
  background-color: #FFFFFF;

}

/*
** Ends
*/

