/*
//
// Loudbot - podcasting middleware between your system and Loudblog.
// $RCSfile: style.css,v $
// $Revision: 1.3 $
// $Date: 2005/05/25 16:41:02 $
// Author: Ektoras
// Email: ektoras1968@yahoo.co.uk
// Published under a Creative Commons License:
// http://creativecommons.org/licenses/by-nc-sa/2.0/
//
// Loudblog was written by Gerrit van Aaken (gerrit@praegnanz.de)
// and published under a Creative Commons License:
// http://creativecommons.org/licenses/by-nc-sa/2.0/
*/

/*
** Style sheet for the loudbot template.
*/

*
{
  margin: 0;
  padding: 0;
}
  
body
{
	background: #FFFFFF;
}
tr, p, div {
  font-family      : Tahoma;
  font-size        : 11px;
  color            : #000000;
}

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

h1
{
  font-family: "Helvetica", "Arial";
}

h2
{
  background-color: #FFFFFF;
}

h3
{
  background-color: #FFFFFF;
}

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: #FFFFFF;
}

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

.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
*/
