/* andreas08 - an open source xhtml/css website layout by Andreas Viklund -
 * http: //andreasviklund.com . Free to use in any way and for any purpose as
 * long as the proper credits are given to the original designer. Version: 1.0, 
 * November 28, 2005 */


/**************** Content styles ****************/

#content{
  width: 570px;
}

/**************** Sidebar styles ****************/

#blocks{
  float: right;
  width: 170px;
  padding: 20px 20px 10px 0;
  line-height: 1.4em;
}

#blocks h2{
  display: block;
  margin: 0 0 15px 0;
  font-size: 1.6em;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1px;
  color: #505050;
  background-color: inherit;
}

#blocks p{
  margin: 0 0 16px 0;
  font-size: 0.9em;
}

/**************** Menublock styles ****************/

.block{
  margin: 0 0 20px 8px;
  font-size: 0.9em;
}
.block li{
  list-style: none;
  display: block;
  padding: 2px;
  margin-bottom: 2px;
}
.block li a{
  font-weight: bold;
  text-decoration: none;
}
.block li a: hover{
  text-decoration: none;
}
.block li ul{
  margin: 3px 0 3px 15px;
  font-size: 1em;
  font-weight: normal;
}
.block li ul li{
  margin-bottom: 0;
}
.block li ul a{
  font-weight: normal;
}

  /**************** Searchbar styles ****************/

#searchbar{
  margin: 0 0 20px 0;
}
#searchbar form fieldset{
  margin-left: 10px;
  border: 0 solid;
}

#searchbar #s{
  height: 1.2em;
  width: 110px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
}

#searchbar #searchbutton{
  width: auto;
  padding: 0 1px;
  border: 1px solid #808080;
  font-size: 0.9em;
  text-align: center;
}

