/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
    -moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

div.footnotes, div.footnotes p {font-size: 10px; font-weight: normal;}

div.pp_default .pp_expand:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
div.pp_default .pp_expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#post-author .profile-image img {
float: left;
margin: 0 15px 5px 0;
padding: 0;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border: 1px solid black;
}
span.post-comments {display: none;}

.really_simple_share {clear: none;}
#tagline {font-size: 20px; color: black; font-family: "Times New Roman", Times, serif; }

@media only screen and (max-width: 767px) {
    #tagline {display: none;}
    
}