/*
Theme Name: Shaun Groves 2013
Theme URI: http://shaungroves.com
Author: LOUDERmedia
Author URI: http://loudermedia.com
Description: A custom WordPress theme for Shaun Groves
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shaun-groves-2013
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Shaun Groves 2013 is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

.product-name .img-circle {
    width: 40px;
    height: 40px;
}

.sharrre-buttons #googleplus {
	display: none !important;
}

.screen-reader-text {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}

#TB_window { z-index: 1051; }
#TB_overlay { z-index: 1050; }
#TB_window {
    border-radius: 2px;
    background-color: #fff;
}
#TB_window #TB_closeWindowButton {
	left: auto;
	right: 0;
	top: 0;
}
#TB_window .tb-close-icon {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    text-align: center;
    line-height: 29px;
    width: 29px;
    height: 29px;
    position: absolute;
    top: -29px;
    right: 0px;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#TB_window .tb-close-icon:after {
    content: 'Close';
    position: absolute;
    right: 100%;
    font-size: 11px;
    text-transform: uppercase;
    width: 0;
    padding-right: 0;
    text-align: right;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#TB_window .tb-close-icon:hover {
    background-color: #444;
    color: #fff;
}
#TB_window .tb-close-icon:hover:after {
    width: 100px;
    padding-right: 10px;
    opacity: 1;
}
#TB_window #TB_ImageOff:hover img { opacity: 1; }
#TB_window #TB-title { width: 100%; }
#TB_window #TB_ajaxWindowTitle {
    width: 100%;
    margin-bottom: 25px;
    background-color: #ddd;
}
#TB_window #TB_iframeContent {
    background-color: #fff;
    padding: 0 10px 10px;
    margin-top: -15px;
}
#TB_window #TB_secondLine {
    padding: 3px 0 2px;
    color: #888;
    text-transform: uppercase;
}
#TB_window #TB_secondLine a {
    color: #ddd;
    font-weight: bold;
}
#TB_window #TB_secondLine a:hover { color: #444; }
#TB_window #TB_caption,
#TB_window #TB_closeWindow {
    padding: 5px 0;
    height: auto;
}
#TB_window #TB_prev,
#TB_window #TB_next {
    text-align: left;
    width: 20%;
}
#TB_window #TB_next {
    text-align: right;
    padding-right: 14px;
}
#TB_window img#TB_Image {
	border-color: #ddd;
}