/*************************************************************************/
/* TILEZINE.CO.UK, the online magazine published by the Tile Association */
/*************************************************************************/
BODY
  {
  margin: 0;
  padding: 0 ;
  border: 0 ;
  font-family: arial, helvetica, sans-serif;
  color: black ;
  background: white;
  }

A, A:VISITED
  {
  color: #084284;
  }

A:ACTIVE, A:HOVER
  {
  color: red;
  }


/*************************************************************************/
/* Advertising panels                                                    */
/*************************************************************************/
TD.sidepanel
  {
  width: 208px;
  text-align: center;
  background: #ddddff;
  }

TD.sidepanel IMG
  {
  margin-bottom: 12px;
  }

TD.leftspacer
  {
  width: 20px;
  border-left: solid black 2px;
  }

TD.rightspacer
  {
  width: 20px;
  border-right: solid black 2px;
  }

DIV.publisher
  {
  border-top: dotted black 1px; 
  font-size: small;
  line-height: 150%;
  text-align: left;
  padding-left: 10px;
  width: 190px;
  }

DIV.designer
  {
  display: none;
  }


/*************************************************************************/
/* Site Menu                                                             */
/*************************************************************************/
DIV.menu
  {
  font-weight: bold;
  font-size: small;
  color: white;
  background: #004080;
  }

DIV.menu A, DIV.menu A:VISITED
  {
  display: inline-block;
  padding: 6px;
  text-decoration: none;
  color: white;
  background: none;
  }

DIV.menu A:ACTIVE, DIV.menu A:HOVER
  {
  text-decoration: none;
  color: black;
  background: #93c9ff ;
  }


/*************************************************************************/
/* Main display area                                                     */
/*************************************************************************/
DIV.main
  {
  font-family: arial, helvetica, sans-serif;
  line-height: 150%;
  padding-bottom: 32px;
  }

H1
  {
  font-weight: normal;
  font-size: 16pt;
  line-height: normal;
  padding-top: 0;
  margin-top: 16px;
  }

H2
  {
  color: black;
  background: #eeeeff;
  padding-top: 4px;
  margin-top: 24px;
  border-bottom: solid #51abff 1px;
  margin-bottom: 0px;
  line-height: normal;
  font-weight: normal;
  }

A.headline
  {
  font-weight: bold;
  }

P.alert
  {
  color: #cc0000 ;
  }


/*************************************************************************/
/* Twitter TimeLine                                                      */
/*************************************************************************/
DIV.twitter
  {
  font-size: smaller;
  }

DIV.twitter UL
  {
  padding:0em;
  margin:0em;
  }

DIV.twitter LI
  {
  padding: 0 1em 0 0;
  margin-left: 1em;
  width: 28%;
  float: left;
  }





