.single #posts-pagination { display: none; }


a {
text-decoration: none;
}


	.entry-content a {
		border-bottom: none;
		text-decoration: none;
		}




.widgets_on_page ul li {
    padding: 1%;
   width: 50%;
  float: left; 
 background: #f1f1f1;
 border:1px solid #999;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px;
 -o-border-radius: 1px;
 border-radius: 10px;
 -moz-box-shadow: 1px 1px 3px #999;
 -webkit-box-shadow: 1px 1px 3px #999;
 -o-box-shadow: 1px 1px 3px #999;
 box-shadow: 1px 1px 3px #999;
 clear:none;
 list-style-type: none;
 }

.widgets_on_page li li{
  float: none;
}


		






