/*
Theme Name:     3scale14
Theme URI:      n/a
Description:    2014 theme for 3scale site, created by BrighterColors.
Author:         BrighterColors
Author URI:     http://brightercolors.com
Version:        1.0
*/


/* ================ Index page styles =================== */

.logos {
  text-align:center;
  margin:0 auto;
  padding: 10px 15px;
  }

.logos img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  opacity: 0.8;
  filter: alpha(opacity=80);
  width:90%;
  filter: gray;
  }
  
.logos img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  }   

.widget ul {
  list-style-type:none;
  margin:0;
  padding:0px;
  }

.widget li {
  border-top: 1px solid #e4e4e4;
  padding: 12px 0 0 0;
  margin: 12px 0 0 0;
  }

.widget .post-date{
	font: normal 13px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    padding: 0;
    background: none;
}

.widget li a {
  color: #15a1ff;
  border-bottom: 0;
  }

.featured {
  margin: 0 auto;
  text-align:center;
  }

.featured img {
  display: inline-block;
  width: 200px;
  }





