.social-links a{
  text-decoration: none;
}

h1.entry-title,
h2.entry-title {
  background: none repeat scroll 0 0 #FF4E50;
}

span.comments{
  float: right;
  border-left: 2px solid white;
}

span.black{
  color: #000000;
}

.entry-title{
  font-weight: bold !important;
}

#content p{
  line-height: 24px;  
}

.search-text:focus {
  /*http://itsmattadams.ticksy.com/*/
  /*box-shadow: 0 1px 2px #EEEEEE inset, 0 0 0 4px #E3F5D0;*/
}

#search-formwordblab-search::before{
  display: none;
}

.loop-meta h1,
.widget-search h3{
  display: none;
}

.advert {
  background-color: #FF4E50;
}

.entry-content a{
  color: #33958B;
}

.entry-content a:after{
  /*content: ' →';*/
}

.entry-content ol{
  list-style-type: decimal-leading-zero;
}

/* 1st Level Menu */
#menu-primary{
  background: #90BF4E;
}

/* 2nd Level Menu */
#menu-primary li ul li a{
  background: #FBCE2C;
}

::selection {
  background-color: #FF4E50;
  color: white;
}

.bennyWidget {
  width: 300px; 
  margin-bottom: 20px;
  float: right;
}

a.transparent {
  color: white;
}

@media only screen and (max-width: 767px) {
  .bennyWidget {
    float: left;
  }

  #primary.sidebar {
    clear: both;
  }
}