/*
Theme Name:     Lovelace 2014
Description:    Modifying Hueman theme to suit Steve-Lovelace.com.
Author:         Steve Lovelace
Template:       hueman
Version:        2.1
Date: 		June 12, 2014
Author URI:     http://steve-lovelace.com
License:        Proprietary. All rights reserved.

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../hueman/style.css");

/*  base : fonts
/* ------------------------------------ */
body { font-family: "museo-sans", "Titillium", Arial, sans-serif; font-weight:300; color: #222; }

/*  single : sharrre
/* ------------------------------------ */
.entry.share { padding-right: 0; }
.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
.sharrre-container span { text-align: left; }
.sharrre-container > div { float: left; margin-right: 10px; }
.sharrre#facebook .share,
.sharrre#facebook .box .count { color: #3b5999; }
.sharrre#twitter .share,
.sharrre#twitter .box .count { color: #00acee; }
.sharrre#linkedin .share,
.sharrre#linkedin .box .count { color: #00acee; }
.sharrre#googleplus .share,
.sharrre#googleplus .box .count { color: #cd483c; }
.sharrre#pinterest .share,
.sharrre#pinterest .box .count { color: #ca2128; }

/* image position & caption */
.entry .wp-caption { background: #fff; }
.entry .wp-caption-text { color: #000; }