/*

  Green-Beast.com supplemental styles. Main styles in Beast-Blog.com CSS file
  by Mike Cherim - http://green-beast.com/ (c) 2004-2007

*/
/* independant styles ================================================================== */

#headerimg h1 a span, #headerimg span {
  background : url(images/bb_masthead.jpg) no-repeat top center;
}

#headerimg h1 a:hover span, #headerimg h1 a:focus span, #headerimg h1 a:active span {
  background : url(images/bb_masthead_on.jpg) no-repeat top center;
} 

/* independant styles end */
/* sidebar styles ====================================================================== */

blockquote.side {
  background-image : none;
  margin : 0 10px;
  padding : 0 5px;
  text-indent : 0;
  border-left : 2px solid  #99cc66;
  border-right : 0;
  font-style : italic;
  font-size : 95%;
  color : #333;
}

blockquote.side p cite {
  background-image : none;
  text-align : right;
  font-weight : bold;
  color : #669900;
  margin : 0;
  padding : 0;
  font-size : 90%;
}


/* sidebar styles end */
/* heading styles ====================================================================== */

h3 {
  background : transparent url(images/h3_dot.gif) no-repeat 0 0;
  padding : 0 25px;
  color : #555;
  margin : 0 -20px;
}

h3.side, h4.side {
  background-image : none;
  font-size : 105%;
  color : #669900;
  margin-left : 5px;
  padding-left : 0;
}

h4.side {
  font-size : 100%;
  margin : 8px 0 0 5px;
}

#sidebar div.box h3 {
  margin : 4px 5px -5px 8px;
  padding : 0;
  color : #555;
}

h3 small {
  color : #669900;
}


/* heading styles end */
/* other styles ======================================================================== */

span.stats {
  color : #669900;
}

.highlight {
  color : #669900;
}

p.jumpset {
  text-align : right;
  padding : 5px;
  margin : 0 0 -25px 0;
}

p.jumpset a {
  padding : 1px 4px;
  border : 1px solid #669900;
  text-decoration : none;
}

p.jumpset a:hover {
  border : 1px solid #000;
  background-color : #fff;
}

p.jumpset a:focus, p.jumpset a:active {
  border : 1px solid #000;
  background-color : #ffffcc;
}

div.box {
  margin-top : 10px;
}

div.sideback {
  background : #fafafa url(images/bb_sideback.jpg) no-repeat top center;
  width : 100%;
  height : 30px;
}

/* other styles end */