/***********************************************************************
* Project : Cllr Kevin Foster's Website
* Module : kevinfoster.css
* Purpose : Site Cascading Style Sheet
************************************************************************
* Copyright (C) AW CompuTech Ltd
* All Rights Reservered
************************************************************************
* Changes
*
* Version Date        Author               Reason
* 1.0     18/09/2006  Andrew J. Williams   Initial Version
***********************************************************************/

html 
{ 
  height: 100%; 
}

body
{
  margin: 0;
  padding: 0;
  color: #000000;
  height: 100%;
  background-image: url(../img/oak-leaf-tile.jpg); 
  font-family: "Lucida Unicode", Arial, Helvetica, sans-serif;
}

a 
{
  color: #0087D7;
  text-decoration: none;
  font-weight: bold;
  padding: 1px 2px;
}

a:hover
{
  color: #6DBD20;
  
}

img
{
  position:relative;
}


/************
* Container *
************/  

#container
{
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}  
  

/***********
*          *
*  Header  *
*          *
***********/  

#header
{ 

  margin: 0;
  padding: 5px 5px 15px 10px;
  text-align: center;
/*  height: 150px !important;*/
  height: 160px;
}

#headerbox
{
  background: #ffffff;
  padding: 0;
  border: 1px solid #0087D7;
  width: auto;

}

#headerbox img
{
  float: left;
}

#headerbox h1
{
  color: #0087D7;
  text-align: left;
  font-size: 30pt;
  margin: 10px 0px 0px 0px;
}

#headerbox h2
{
  color: #6DBD20;
  text-align: left;
  margin: 10px 0px 0px 0px;
  font-size: 20pt;
}

#headerbox h2.bottom
{
  color: #6DBD20;
  text-align: left;
  margin: 10px 0px 10px 0px;
  font-size: 20pt;
}



/*****************
*                *
*  Page Content  *
*                *
*****************/

#content
{
  width: -10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 50px;
}

* html #content
{
  padding-bottom: 60px;
}
  
#content:after
{
  content: "."; 
  display: block; 
  clear: both; 
  height: 0;
  visibility: hidden
}  

  

/**************
* Item Holder *
**************/

#holder
{
  position: relative;
  top: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /*width: holder;*/
}

/*******
* Menu *
*******/

#menu
{
  position: absolute;
  top: 0px; 
  left: 5px;
  width: 150px !important;
  width: 175px;
  text-align: center;
  z-index: 25;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #0087D7;
}


#newsbox
{
  position: absolute;
  /*top: 365px; 
  left: 5px;*/
  top: 0px; 
  right: 5px;
  width: 150px !important;
  width: 175px;
  text-align: center;
  z-index: 25;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #0087D7;

}

#newsbox a
{
  font-size: 0.6em;
  line-height: 2em;
}

#newsbox h5
{
  background: #6DBD20;
  color: #ffffff;
  border-top: 1px solid #0087D7;
  border-bottom: 1px solid #0087D7;
  margin: 5px 0px 5px 0px;
  right: 5px;
  text-align: center;
}

#newsbox div#rss
{
  position: absolute;
  top: 12px !important;
  top: 7px;
  left: 140px;
}

#newsbox div#rss img
{
  border: 0;
}

#search
{
  position: absolute;
  top: 240px; 
  left: 5px;
  width: 150px !important;
  width: 175px;
  text-align: center;
  z-index: 25;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #0087D7;
}

#search h5
{
  background: #6DBD20;
  color: #ffffff;
  border-top: 1px solid #0087D7;
  border-bottom: 1px solid #0087D7;
  margin: 5px 0px 5px 0px;
  right: 5px;
  text-align: center;
}

#mybloglogvisitor
{
  position: absolute;
  top: 380px; 
  left: 5px;
  width: 150px !important;
  width: 175px;
  text-align: center;
  z-index: 25;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #0087D7;
}

#mybloglogvisitor h5
{
  background: #6DBD20;
  color: #ffffff;
  border-top: 1px solid #0087D7;
  border-bottom: 1px solid #0087D7;
  margin: 5px 0px 5px 0px;
  right: 5px;
  text-align: center;
}

#adminmenu
{
  position: absolute;
  top: 0px; 
  left: 5px;
  width: 120px !important;
  width: 140px;
  text-align: center;
  z-index: 25;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #0087D7;
}

/************
* Item Area *
************/

#item
{
  position: relative;
  top: 0px !important;
  top: 0px;
  padding-left: 12em;
  width: auto;
  padding-right: 12em;

}

#itembox
{
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #0087D7;

}

#itembox h3
{
  background: #6DBD20;
  color: #ffffff;
  border-top: 1px solid #0087D7;
  border-bottom: 1px solid #0087D7;
  margin: 5px 0px 5px 0px;
  right: 5px;
  text-align: center;
}


/**************
* Positioning *
**************/

#left 
{
  float: left;
  width: 230px;
  text-align: left;
  margin-right: 30px;
}

#rihjt
{
  float: right;
  width: 438px;  
  text-align: left;  
}

#normal
{
  width: auto;  
  text-align: left;

}


div.centre
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

/**********
* Twitter *
**********/

div#twitter_div
{
  font-size: 0.8em;
}

    
/***********
*          *
*  Footer  *
*          *
***********/    

#footer
{  
  position: absolute !important;
  width: 100% !important;
  z-index: 500 !important;
  position: relative;  
  padding: 10px 0;  
  margin-top: -78px !important;
  margin-top: -65px;
  font-size: 0.65em;
}  

#footer p 
{
  text-align: center; 
  color: #ffffff;
}

#footer a
{
  color: #ffffff;
  text-decoration: underline;
}

#footer a:hover
{
  color: #6DBD20;
  background: #0087D7;
  text-decoration: none;
}
