body {
  background-color:#EBEBEB;
  color: #75716c;
}

#content {
  background:#fff url(images/box_top_border.gif) repeat-x bottom left;
  border-bottom:1px solid #fdfdfd;
}

h1, h2, h3, h4, h5, h6 {
  color: #aaa;
}

a:link, a:visited, a:active {
  color: #72d4f4;
}

a:hover {
  color: #59afca;
}

.description {
  color: #59afca;
}

input, textarea {
  color: #aaa;
  background-color: #fff;
  border: 0;  
}

input[type="submit"] {
  color: #72d4f4;
  background-color: transparent;
  border: 0;
}

.postmetadata, .commentmetadata {
  color: #aaa;
}

#footer ul {
  list-style-type: none;
}

#sidebar ul.bar {
  list-style-type: none;
}

#sidebar ul.handmade li.clean,
#footer ul.handmade li.clean {
  list-style-type: none;
  list-style-image: none; 
}

blockquote {
  color: #cccccc;
  background: transparent url('../images/blockquote.png') no-repeat left top;  
}

.wp-caption {
  background-color: #575757;
}

.wp-caption-text {
  color: #aaa;
  background: transparent url('../images/star.png') no-repeat 5px top;  
}

.singlenavigation img,
.entry img,
.entry .wp-caption {
  border: none;
}

.post img.wp-smiley {
  border: 0;
}

.entry .wp-caption img {
  border: 0;
}

.entry img.inline {
  border: 0;
}

.readmore,
.multipage {
  background: transparent url('../images/pages.png') no-repeat 15px top;  
}

.less {
  background: transparent url('../images/less.png') no-repeat left top;  
}

.more {
  background: transparent url('../images/more.png') no-repeat left top;  
}

.commentmetadata .commentmark {
  background: transparent url('../images/comment.png') no-repeat left top;  
}


#sidebar .first {
  background:#f9f9f8 url(images/box_top_border.gif) repeat-x bottom left;
  border-bottom:1px solid #fdfdfd;
}

.container #sidebar .last {
  background:#f4f4f4 url(images/box_top_border.gif) repeat-x bottom left;
  border-bottom:1px solid #fdfdfd;
}