/* glue: 0.9.4 hash: 5b82dcf810 */
.icon {
  display: inline-block;
  background-repeat: no-repeat; }
  .icon.sprite-icon-facebook, .icon.sprite-icon-google, .icon.sprite-icon-twitter, .icon.sprite-icon-search {
    background-image: url('../images/sprite.png'); }
  .icon.sprite-icon-facebook {
    background-position: 0 0;
    width: 88px;
    height: 19px; }
  .icon.sprite-icon-google {
    background-position: 0 -19px;
    width: 82px;
    height: 20px; }
  .icon.sprite-icon-twitter {
    background-position: 0 -39px;
    width: 78px;
    height: 14px; }
  .icon.sprite-icon-search {
    background-position: 0 -53px;
    width: 19px;
    height: 19px; }

/* article decoration */
.post-entry .frame {
    margin: 0 10px;
    padding: 10px 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-box-shadow: inset 0 0 10px #eee;
    -webkit-box-shadow: inset 0 0 10px #eee;
    -o-border-radius: inset 0 0 10px #eee;
    -ms-border-radius: inset 0 0 10px #eee;
    border-radius: 12px;
    box-shadow: inset 0 0 10px #eee;
    background: #eee;
}

/* markets icon */
.post_title .markets span {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-indent: -999px;}

.post_title .markets li{
  list-style: none;
  display:inline-block;
  margin:0px 5px 10px 0px;}

.post_title .markets .market-iphone {
    background: url(/img/sprite.png?v=3.2) no-repeat -8px -400px;}
.post_title .markets .market-android {
    background: url(/img/sprite.png?v=3.2) no-repeat -58px -400px;}
.post_title .markets .market-windows {
    background: url(/img/sprite.png?v=3.2) no-repeat -110px -400px;}


/* app download */
#post .related.markets h2{
    border-bottom: 1px dotted;}

#post .related.markets li{
    display: inline-block;}

#post .related.markets a {
    overflow: hidden;
    display: block;
    height: 60px;
    background-image: url(/img/sprite.png?v=3.2);
    background-repeat: no-repeat;
    text-decoration: none;
    text-indent: -999px;}

#post .related.markets .market-iphone {
    width: 178px;
    background-position: -193px -330px;}
#post .related.markets .market-android {
    width: 172px;
    background-position: -386px -330px;}
#post .related.markets .market-windows {
    width: 176px;
    background-position: -580px -330px;}
