/** ********************************************** **
 * Stylesheet for FontsGeek.com
 * ************************************************/

.inline-font-info {
    padding:0px;
    margin:0px;
}

.inline-font-info a:link { color: #666; }
.inline-font-info a:visited { color: #666; }
.inline-font-info a:hover { color: #666; }
.inline-font-info a:active { color: #666; }

.top-ad { width: 320px; height: 100px; }
@media(min-width: 500px) { .top-ad { width: 468px; height: 60px; } }
@media(min-width: 800px) { .top-ad { width: 728px; height: 90px; } }

.sidebar-big-ad { width: 300px; height: 600px; }
.sidebar-big-small { width: 300px; height: 200px; }

.tags {
  font: 12px/1.5 'PT Sans', serif;
  margin: 25px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #1265a8;
  color: white;
}

.tag:hover::after {
   border-left-color: #1265a8;
}
