/*
Theme Name: Hear Me Rev
Theme URI: http://wordpress.org/
Description: Web design
Author: Smack Happy Desgin
Version: 1
Tags: black, blue
*/


/* -------- reset.css - v1.0 | 20080212 ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* -------- begin html tag settings --------- */
BODY {
	background: #751817 url("images/bg-grey.png") top left repeat;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	line-height: 1.4em;
}
h1 {
	color: #000;
  font-family: 'Dancing Script', serif;
	font-size: 2.6em;
	line-height: 1.1em;
}
h1 a, h1 a:visited {
	color: #000;
	text-decoration: none;
}
h2 {
	color: #000;
  font-family: 'Dancing Script', serif;
	font-size: 2em;
}
h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	color: #91BAB3;
}
h5 {
	color: #D6AD0C;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
ul li {
  margin-bottom: 10px;
}
p {
	line-height: 1.1em;
	margin: 0 0 1em 0;
}
a {
	color: #00aec4;
	cursor: pointer;
}
a:visited {
	color: #00899d;
}
a:hover, a:active {
	color: #005e6c;
	text-decoration: none;
}
hr {display: none;}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}




/* ---------- begin structural settings ---------------- */
#container { 
	font-size: .9em;
	margin: 0 auto;
	width: 1040px;;
}
#wrapper { 
	border: 8px solid #555; /*#4c0707*/
	border-top: 0;
	float: left;
	margin-bottom: 30px;
}
#header {
	background: #ed6868 url("images/header-bg.png") top left repeat-x;
	border-bottom: 8px solid #4c0707;
	float: left;
	margin: 0 auto;
	padding: 0 100px;
	position: relative;
	width: 840px;
}
#logo {
	float: left;
	margin: 10px 0 -34px 0;
}
#swirly-left {
	position: absolute;
	top: 0;
	left: -110px;
}
#swirly-right {
	position: absolute;
	top: 0;
	right: -110px;
}

#navigation {
	font-size: 1.1em;
	font-weight: 600;
	position: absolute;
	width: 480px;
	top: 54px;
	right: 80px;
}
#navigation h2 {display: none;}
#navigation a {
	color: #fff;
	display: block;
	padding: 16px 32px;
	text-decoration: none;
	text-shadow: #963f3f 2px 2px 2px;
}
#navigation .current-menu-item a, #navigation .current_page_item a, .current-page-ancestor a {
	background: url("images/nav-selected.png") top left no-repeat;
}
#navigation a:hover, #navigation a:active {
	color: #000;
}

#page {
	background: #fff;
	float: left;	
	padding: 0 40px;
	text-align: left;
	width: 960px;
}

#content { 
	float: left;
	padding: 20px 0;
	text-align: left;
  width: 670px;
}
#content.one-column {
	width: 960px;
}

#sidebar {
	float: right;
	margin: 20px 30px 20px 0;
	width: 240px;
}
#sidebar h2 {
	padding: 20px 0 0 0;
}
#sidebar ul li {
	width: 100%; /* for ie 7 */
}

#cart-nav {
  margin: 20px 40px;
}
#cart-nav li {
  list-style: circle;
  margin-bottom: 10px;
}

.divider {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

#specials {
  background: #eee;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #777;
  float: left;
  font-size: .9em;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
#specials h2 {
  font: bold 1.4em/1em arial,helvetica,sans-serif;
  padding: 0;
  margin-bottom: 10px;
}
#specials h3 span {
  font-weight: bold;
  color: #900;
}

#footerContainer {
	background: #7b7b7b url("images/footer-bg.png") top left repeat-x;
	border-top: 3px solid #808080;
	clear: both;
	float: left;
	width: 100%;
}
#footer {
	color: #eee;
	float: left;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 1020px;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer ul {
	margin: 0;
}
#footer .widget-container {margin: 0;}
#footer .menu li {
	margin-right: 20px;
}
.copyright {
	clear: both;
	color: #b0b0b0;
	float: left;
	font-size: .9em;
}
.credit {
	clear: right;
	color: #b0b0b0;
	float: right;
	font-size: .9em;
}
#footer .credit a {color: #b0b0b0; text-decoration: underline;}
.informed {
	float: right;
}
.informed a {
	padding: 0 0 6px 6px;
}

.nav, .nav ul, .menu, .menu ul  {
	margin: 0;
	padding: 0;
}
.nav li, .menu li {
	float: left;
	list-style: none;
	margin: 0;
}

.help {
  color: #777;
  font-size: .9em;
}

.landingpage .gridCell {height: 220px !important;}

.linkcat {
	list-style: none;
}
#content ul.blogroll {
	margin-bottom: 20px;
}
#content ul.blogroll li {
	margin-bottom: 8px;
}

#intro-products {
	background: url("images/module-shadow.png") bottom center no-repeat;
	float: left;
	margin-bottom: 20px;
	padding: 0 68px 30px 68px;
	width: 824px;
}
#content #intro-products img {
	float: left;
	max-width: 274px;
}
#intro-products br {display: none;}
#intro-products .gridCell {
	min-height: 200px;
}
#intro-products .pbimg {display: none;}
#intro-products .more a {
	color: #000;
	float: right;
	margin: -16px 0 0 0;
	text-decoration: none;
}
.intro-left {
	float: left;
	margin-left: 60px;
	width: 530px;
}
.intro-right {
	float: left;
	margin-left: 40px;
	width: 280px;
}
#content .intro-right input[type="submit"] {
	margin: 8px 0 0;
}
.fancy-box {
	background: url("images/fancy-box.png") top left no-repeat;
	margin-bottom: 10px;
	height: 137px;
	width: 510px;
}
#content .fancy-box p {
	color: #000;
	font-size: 1.4em;
	margin: 0;
	line-height: 1.2em;
	padding: 20px;
}
.ads {
	padding: 0 0 10px 10px;
}
.ads small {
	color: #888;
	font-size: .9em;
	float: left;
	margin-right: 20px;
}

.twtr-hd, .twtr-ft {display: none;}

ul.get_posts_class  {
	background: url("images/divider.png") bottom center no-repeat;
	margin: 10px 0;
	padding: 0 0 30px 0;
}
ul.get_posts_class li {
	list-style-image:  url('images/blank.gif');
	margin: 0 0 18px 0;
	padding: 0;
}
ul.get_posts_class .excerpt {
	display: block;
}
ul.get_posts_class .title {
	font-size: 1.2em;
	line-height: 1.3em;
}

.post.hentry {
	background: url("images/divider.png") bottom center no-repeat;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.single #content {
	margin-left: 80px;
	width: 550px;
}

.tee-list {
	float: left;
	margin: 0 30px 20px 0;
	width: 170px;
	text-align: center;
	min-height: 220px;
}
.tee-list img {
	border: 2px solid #ccc;
	padding: 4px;
}
.product-line h3 {
	margin-top: 20px;
}
.product-line .centerGrids {
	float: left;
}
.product-line .entry-content img {
	margin: -100px 0 0 40px !important;
}
.post-282 .tee-list {
	margin: 0 10px 10px 0;
}
#intro-products .tee-list {
	min-height:  200px;
}


#content .product-news img {
	float: left;
	margin: 0 30px 20px 0;
	width: 170px;
	border: 2px solid #ccc;
	padding: 4px;
}

#content input[type="submit"] {
	background: url("images/button.png") center center repeat-x;
	border: 1px solid #2697ac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
}
#content .red-button input[type="submit"] {
	background-image: url("images/button-red.png");
	border-color: #600;
}
a.button {
	background: url("images/button.png") center center repeat-x;
	border: 1px solid #2697ac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 9px 12px;
	cursor: pointer;
	text-decoration: none;
}
a.button.red {
	background-image: url("images/button-red.png");
	border-color: #600;
}

.tell-us {
	background: url("/images/orange-arrow.png") bottom center no-repeat;
	float: right;
	color: #4c0707;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: -30px 0 20px 0;
	padding: 0 0 50px 0;
}

.hide {
	display: none;
}


.the-cart {
	background: url("images/icons/cart.png") top right no-repeat;
	position: absolute;
	list-style: none;
	top: 6px;
	right: 110px;
	font-size: .9em;
	padding: 10px 40px 0 0;
}
.the-cart a {
	color: #000;
}
.the-cart h3 {
	display: none;
}
.the-cart .empty {
	color: #333;
}
#cart .details,
.cart .details {
	font-size: .9em;
}
#cart td img,
.cart td img {
	vertical-align: middle;
}
#billing-address-fields {
	width: 47%;
}



/* spreadshirt */
.thumbnails {
  border: 3px solid #fff;
  float: left;
  margin: 0 10px 10px 0;
  height: 200px;
  width: 200px;
  text-align: center;
}
.thumbnails:hover {
  border-color: #b4e9f9;
}
.thumb-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}




/* sharing icons */
#sharing-icons {
  position: fixed;
  z-index: 1000;
     top: 288px;
     margin-left: -48px;
}
.product-page #sharing-icons {
  position: absolute;
}
#sharing-icons a, #sharing-icons div {
     background: url("images/share.png") top left no-repeat;
  display: block;
  height: 23px;
  margin-bottom: 4px;
  width: 23px;
     text-decoration: none;
}
#sharing-icons a#share-fb {background-position: 0 -57px;}
#sharing-icons a:hover#share-fb {background-position: -23px -57px;}
#sharing-icons a#share-tw {background-position: 0 -29px;}
#sharing-icons a:hover#share-tw {background-position: -23px -29px;}
#sharing-icons a#share-in {background-position: 0 0;}
#sharing-icons a:hover#share-in {background-position: -23px 0;}
#sharing-icons a#share-su {background-position: 0 -113px;}
#sharing-icons a:hover#share-su {background-position: -23px -113px;}
#sharing-icons a#share-pin {background-position: 0 -169px;}
#sharing-icons a:hover#share-pin {background-position: -23px -169px;}
#sharing-icons a#share-ma {background-position: 0 -141px;}
#sharing-icons a:hover#share-ma {background-position: -23px -141px;}
#sharing-icons a#share-goo {background-position: 0 -85px;}
#sharing-icons a:hover#share-goo {background-position: -23px -85px;}
.st_icon {
  display: block;
  height: 23px;
  margin: 1px 0;
  width: 23px;
}
.st_icon.st_email_large {background: url("images/share.png") 0 -141px no-repeat}
.st_icon.st_email_large:hover {background-position: -23px -141px;}
.st_icon.st_sharethis_large {background: url("images/share.png") 0 -195px no-repeat}
.st_icon.st_sharethis_large:hover {background-position: -23px -195px;}
.st_icon .stButton .stLarge {
     background: none !important;
}


#sharing-icons .social-count-box-left {
  background-position: 0 -228px;
  float: left;
  margin-left: -48px;
  padding-left: 5px;
  padding-top: 2px;
  width: 41px;
}
