body {
  background: #fff url('../images/bg.png') no-repeat top center;
  color: #272727;
}

h1, h2, h3, h4, h5, h6 {
  color: #ec008c;
}
h3 a { background-color:#fff;}
a:link, a:visited, a:active {
  color: #00aeef;
}

a:hover {
  color: #096385;
  text-decoration:underline;
}

.description {
  color: #096385;
}

input, textarea {
  color: #fff;
  background-color: #096385;
  border: 0;  
}

input[type="submit"] {
  color: #096385;
  background-color: transparent;
  border: 0;
}

.postmetadata, .commentmetadata {
  color: #ec008c;
}

#header .pattern {
  background: transparent url('../images/Xs.png') no-repeat;
}

#footer .pattern,
.pagetitle .pattern,
.posttitle .pattern {
  background: transparent url('../images/c.png') repeat-x;
}

#footer ul {
  list-style-type: none;
}

#sidebar ul.bar {
  list-style-type: none;
}

#sidebar ul li ul,
#footer ul li ul,
#sidebar ul.handmade,
#footer ul.handmade,
.entry ul {
  list-style-type: square;
  list-style-image: url('../images/percent.png'); 
}

#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: #cccccc;
  background: transparent url('../images/star.png') no-repeat 5px top;  
}

.singlenavigation img,
.entry img,
.entry .wp-caption {
  border: 8px solid #575757;
}

.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;  
}

