@import url(japanesegarden.css);

.vcard li.adr {list-style-image: url(/media/images/contact_icons/address.png);}
.vcard li.tel {list-style-image: url(/media/images/contact_icons/phone.png);}


.rating {
  display: inline-block;
  background-image: url(/media/images/star.png);
  height: 16px;
}

img {border: none;}

.addthis_toolbox {float: right;}


ul.listings a.thummer{float: left;
          display: block;
          padding: 2px;
          margin: 0 10px 10px 0;
          }
/* Category listings */
ul.listings {list-style-type: none;}
ul.listings li {padding-top: 20px; height: 200px;}
ul.listings li h3 {padding-left: 200px; font-size: 10pt; margin: 0;}
ul.listings li h4 {padding-left: 200px; font-size: 8pt; margin: 0;}
ul.listings li div {padding-left: 200px;}


/* Tags */
ul.tags {
  margin: 0;
  padding : 0;
  list-style-type: none;
  }

ul.tags li {
  display: inline;
  display: inline-block;
  line-height: 1.5em;
  }

.tags a {
  margin: 0 2px 0 0;
  padding: 1px 5px 1px 5px;
  background-color: #eeeeec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #888a85;
  text-decoration: none;
  }

.tags .step1, .tags .step1 a {color: #888a85; font-size: 1.0em;}
.tags .step2, .tags .step2 a {color: #555753; font-size: 1.1em;}
.tags .step3, .tags .step3 a {color: #2e3436; font-size: 1.2em;}
.tags .step4, .tags .step4 a {color: #000000; font-size: 1.3em;}

.tags a:hover {
  background-color: #555753;
  color: #ffffff;
  }


/* Comments */
ul.comments li {
  background-image: url(/media/images/user.png);
  background-repeat: no-repeat;
  }

ul.comments li span {display: block;}

