/* Buuf stylesheet
 * Garry Parker, March 2011
 */
body {
  background-color: black;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: black;
  margin: 0 0 20px 0;
  padding: 0; 
}

#page {
  background: black url('images/buuf-banner-1.png') no-repeat top center;
  width: 768px;
  height: 1024px; 
  margin: 20px 0 0 0;
  padding: 0;
}

#content {
  background-color: transparent;
  text-align: justify;
}

#about {
  width: 300px;
  font-size: 0.8em;
  float: right;
  margin: 0px 0px 20px 20px;
  padding: 10px 20px 10px 20px;
  background: rgba(255, 255, 255, 0.2);
}

/*-----------------------------------------------------------------------*/
img {
  border: 0;
}

a {
  color: yellow;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

ul,ol {
  margin-left: 10px;
  padding-left: 0px;
}

li {
  margin: 3px 0 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

ul.bullet li:before, #sidebar ul li:before {
  content: "\00BB \0020";
}

i {
  color: #ddd;
}

b {
  color: white;
  font-weight: normal;
}

/*-----------------------------------------------------------------------*/
#slider-wrapper {
  background:url(images/slider.png) no-repeat;
  width:998px;
  height:392px;
  margin:0;
  padding-top:350px;
}
#slider {
  position:relative;
  width:618px;  /* image width */
  height:246px; /* image height */
  background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
#slider a {
  border:0;
  display:block;
}

/*-----------------------------------------------------------------------*/
#greenrobotlink {
  position: relative;
  top: 60px;
  background-color: transparent;
  width: 200px;
  height: 240px;
/*    border: 1px solid black;*/
  display: block;
  text-indent: -9999px;
}

#barcodelink {
  position: absolute;
  top: 940px;
  left: 760px;
  background-color: transparent;
  width: 160px;
  height: 100px;
/*    border: 1px solid black;*/
  display: block;
  text-indent: -9999px;
}

/*-----------------------------------------------------------------------*/
.freelink {
  position: absolute;
  top: 900px;
  background-color: transparent;
  width: 460px;
  height: 120px;
/*  border: 1px solid black;*/
  display: block;
}

.freelink .freedialogue {
  position: absolute;
  top: 0px;
  width: 460px;
  height: 120px;
/*  border: 1px solid black;*/
  font-size: 0.8em;
  float: right;
  padding: 10px 20px 10px 20px;
  background: rgba(255, 255, 255, 0.8);
/*  background-color: black;*/
  display:none;
}

.donate1 {
  float: left;
}

.donate2 {
  float: right;
}

.freelink .freedialogue a {
  color: green;
  text-decoration: none;
}


