/*
Theme Name:     Electro for Stratolab
Description:    for Stratolab
Author:         Winston
Author URI:     http://stratolab.com
Template:       twentytwelve
Version:        1.0
*/

/*
 * http://www.presscoders.com/wordpress-theme-customization-guide/#chapterfive
 */

@import url("../twentytwelve/style.css");

.entry-content img,
.comment-content img {
    box-shadow: none;
}

/*
 * Mail Chimp widget
 */
#mc_embed_signup input#mc-embedded-subscribe.button {
    background-image: -webkit-linear-gradient(top, #666, #444);
    background-image: -moz-linear-gradient(center top , #666, #444);
    background-color: #555;
}

/* 
 * Buy buttons 
 */
.buy_button {
  display: inline-block;
  width: 134px;
  padding: 8px 0 8px 0;
  margin: 4px 2px 2px 0;
  border-radius: 3px;
  background-color: #fc7218;
  text-align: center;
  vertical-align: middle;
}
.buy_button:hover {
  background-color: #f98f53;
}
.widget-area .widget a.buy_button {
    color: white;
}
.widget-area .widget-title {
    color: #444;
    font-size: 16px;
    text-transform: None;
    line-height: 1.5;
}

a.buy_button, a.buy_button:visited {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
img.apple_buy_image {
  vertical-align: -16px;
}
#buy_widget p{
  padding: 8px 0;
}

/*
 * Masthead
 */
header#masthead {
    background-image: url(header.png);
    background-repeat: no-repeat;
}

