/*
Theme Name: Gallery, a Thematic child theme
Theme URI: http://www.chris-wallace.com/2009/06/22/gallery-1-2-released/
Description: The ultimate gallery-style Thematic child theme for WordPress.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 1.4.12
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


input,select,textarea{
  color: #eee;
  background-color: #3F3F3F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

input[type="submit"],
input[type="button"],
button{
  background: url("images/btn-bg.jpg") repeat-x left top;
  color:#ddd;
  font-weight: normal;
  position: relative;
  height: 22px;
  overflow: hidden;
  border: 1px solid #101010;
  padding: 3px 18px;
  font-size: 10px;
  line-height: 0.75em;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
  background-position: 0 -22px;
  color: #ddd
}
input[type="submit"]:active,
input[type="button"]:active,
button:active{
  background-position: 0 -44px;
  padding-top: 4px;
  padding-bottom: 0
}
abbr{
  border-bottom: 1px dotted #555
}
pre{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  margin: 10px 0;
  white-space: pre;
  overflow: auto
  
}
pre,
code{
  font-size: 12px;
}
body {
  background: #020202 url("images/shirtoid-anim-pattern3.gif") center top;
  color: #AFAFAF;
  font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
  font-size: 90%;
  font-style: normal;
  line-height: 2em
}
#wrapper{
  background: transparent url("images/light-source-trans.png") no-repeat center top;
  height: auto;
  min-height: 300px
}
a {
  color: white;
  text-decoration: none
}
a:hover {
  color: #ddd
}
h1, h2, h3{
  color: white
}
h2{
  font-size: 1.5em;
  margin-bottom: 0.7em
}
.sup{vertical-align: super;}
#content ol,
#content ul{
  margin-bottom: 1em
}
.single #content li{
  line-height: 1.4em
}
.single #content ul{
  border-top: 1px solid #101010;
  border-bottom: 1px solid #282828;
}
.single #content li{
  padding: 10px 0 10px 24px;
  list-style: none;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
}
.twitter{
  background: url("images/icons/twitter.png") no-repeat left center
}
.delicious{
  background: url("images/icons/delicious.png") no-repeat left center
}
.designer{
  background: url("images/icons/person.png") no-repeat left center
}
.site-link{
  background: url("images/icons/globe.png") no-repeat left center
}
#header {
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 20
}
#branding,#access {
  margin: 0 auto;
  overflow: visible;
  width: 940px;
}
#branding{
  padding: 10px 0;
}
.ie8 #branding{
	margin-bottom: 30px;
	height: 30px
}
#blog-title {
  text-align: left;
  display: inline;
  float: left;
}
#blog-title a{
  display: block;
  width: 400px;
  height: 80px;
  background: url("images/logo6.png") no-repeat left top;
  text-indent: -9000px;
  margin-bottom: 10px
}
.msie #blog-title a{
  position: relative;
  margin-bottom: -10px
}
#blog-description {
  color:#777;
  font-size:0.9em;
  line-height: 1.4em;
  font-weight:normal;
  text-align: right;
  padding-top: 66px
}
#access {
  width: 940px;
  height: 45px;
  margin-top: 10px;
  clear: both;
  background: url("images/menu-bg-trans.png") no-repeat top left;
}
#category-menu ul{
  padding: auto
}
#category-menu li{
  float: left;
  height: 40px
}
#category-menu li a,
li.blog-description span{
  display: block;
  font-size: .8em;
  font-weight: bold;
  height: 28px;
  padding: 8px;
  margin-right: 8px;
  color: white;
  text-decoration: none
}
#category-menu li.home a{
  display: block;
  text-indent: -9000px;
  overflow: hidden;
  text-align: left;
  width: 24px;
  background: url("images/ico-home-trans.png") no-repeat;
  background-position: center 15px;
  padding-bottom: 0;
	margin-left: 10px
}
#category-menu li.home a:hover{
  background: url("images/ico-home-trans.png") no-repeat center -16px
}
#category-menu li.current_page_item{
}
#category-menu li.current_page_item a{
  color: #ddd;
}
#category-menu > li:first-child{
  margin-left: 10px;
}
#category-menu li a:hover{
  color: #ddd
}
#category-menu li.blog-description{
  float: right
}
#category-menu li.blog-description span{
  color: #eee;
  font-weight: normal
}
#blog-description{
  display: none
}
#page-menu{
  position: absolute;
  bottom: 50px;
  right: 10px;
  margin: 0;
  width: 500px;
  font-size: .8em;
  color: #888;
  z-index: 100
}
#page-menu #page-nav{
  text-align: right
}
#page-menu #page-nav li{
  float: right;
  margin: 10px 0 0 4px
}
#page-menu #page-nav li a{
  padding: 8px 12px;
  font-size: .9em;
  color: #bbb;
  text-transform: uppercase
}
#page-menu #page-nav li.rss a{
  padding-left: 20px;
  background: url("images/ico-rss-trans.png") no-repeat left center
}
#page-menu #page-nav li a:hover{
  color: white
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited {
	color:#FFFFFF;
}
.sf-menu li {
	position: relative;
	background:transparent;
}
body #access #category-menu .sf-menu li li {
  width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto
	
}
.sf-menu li li li {
	background: red ;
}
body #access #category-menu .sf-menu a:focus, 
body #access #category-menu .sf-menu a:hover, 
body #access #category-menu .sf-menu a:active {
	background: #232323;
}
body #access #category-menu .sf-menu .home a:focus, 
body #access #category-menu .sf-menu .home a:hover, 
body #access #category-menu .sf-menu .home a:active {
  background: url("images/ico-home-trans.png") no-repeat center -16px
}
body #access #category-menu .sf-menu ul a:focus, 
body #access #category-menu .sf-menu ul a:hover, 
body #access #category-menu .sf-menu ul a:active {
	background: #454545;
}
.sf-menu li li a:hover {
	background:#333333;
}
.sf-menu ul {
	border:medium none;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	top: 45px;
	position: absolute;
	border: 3px solid #333;
	background: #1A1A1A;
	padding: 0;
	border-top: none
}
.sf-menu ul ul {
	top: auto;
	left: auto;
	margin-top:0;
}
body #access #category-menu .sf-menu ul a {
	background:#111111;
	color: white;
	padding: 5px 0 5px 5px;
	margin: 0;
	line-height: 20px;
	height: 20px;
	display: block;
	width: auto
}
.sf-menu ul a:hover {
	color:#CC0000;
}


.skip-link {
  display: none;
}
#main{
	position: relative;
	z-index: 5;
  margin: 0 auto 30px auto
}
#primary,
#secondary{
  display: none
}
.page #primary{
  display: block
}
.aside{
  width: 270px
}
#content{
  width: 940px;
  margin: 0 0 10px 0;
  float: none;
  padding-top: 0
}
.msie #content,
.single #content,
.home #content,
.page #content{
  /*padding-top: 20px*/
}
.full-feature {
  border: 3px solid #191919;
  display: block;
  float:left;
  width: 929px;
  height: 256px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
  margin: 0px 0px 4px 0px;
}
.full-feature-short {
  border: 3px solid #191919;
  display: block;
  float:left;
  width: 929px;
  height: 120px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
  margin: 0px 0px 4px 0px;
}
.full-feature .size-label {
font-weight: bold;
color:#ffffff;
}
.full-feature form{
  margin: 2px;
}
.full-feature select{
  margin: 0;
  padding: 0px;
  color:#000000;
}
.full-feature #quantity{
  padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page #content{
  margin-left: 320px;
  width: 620px
}
.page #spotlight-content{
  margin-left: 0px;
  width: 620px
}
.page #content li{
  list-style: disc;
  margin-left: 20px
}
.single #container{
  position: relative
}
.single .entry-content{
  display: inline;
  float: left;
  margin: 20px 0 0 550px;
  width: 385px
}
.single div.video .entry-content{
	margin:20px 0 0 680px;
	width:255px;
}
.single div.video ul.meta,
.single div.video #nav-below{
	display: none
}
.single .artwork-container{
  float: left;
  margin-left: -935px;

}
.single .meta-container{
  float: left;
  width:452px;
  margin-left: -900px;
margin-top: 540px;

}
.single .entry-artwork{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
width:500px;
height:500px;
overflow:hidden;
}
.single .entry-artwork img{
max-width:500px;
max-height:500px;
}
.single .navigation{
  margin-top: 10px;
  padding-top: 0;
}
.single .entry-content h1,
h1.page-title{
  font-size: 1.8em;
  margin-bottom: .5em
}
h1.page-title{
  margin-bottom: 1em
}
.single .entry-content p{
  line-height: 1.3em
}
.not-singular .entry-content{
  float: left;
  width: 134px;
  margin: 0 0 4px 0;
}

.not-singular .entry-content-lrg{
  float: left;
  width: 468px;
  margin: 0 0 4px 0;
}
.not-singular .entry-content-med{
  float: left;
  width: 312px;
  margin: 0 0 4px 0;
}
.not-singular .entry-content-med-tut{
  float: left;
  width: 312px;
  margin: 0 0 4px 0;
  position:relative;
}
.entry-content-med-tut{
  float: left;
  width: 312px;
  margin: 0 0 4px 0;
  position:relative;
}
.not-singular .entry-content-med2{
  float: left;
  width: 234px;
  margin: 0 0 4px 0;
}
.page-template-spotlight_merchant-php .entry-content-post{
  float: left;
  width: 940px;
  margin: 0 0 4px 0;
}
.page-template-spotlight_artist-php .entry-content-post{
  float: left;
  width: 940px;
  margin: 0 0 4px 0;
}
.page-template-two-column-page-php p{
  line-height: 1.3em;
  margin-bottom: 1em;
}
.tutorials p{
  line-height: 1.3em;
  margin-bottom: 1em;
}
.not-singular .videos .entry-content img{
  min-height: 100%;
  object-fit: cover;
}
.not-singular .entry-content a{
  border: 3px solid #191919;
  display: block;
  height: 125px;
  width: 125px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
}
.not-singular .entry-content-lrg a{
  border: 3px solid #262626;
  display: block;
  height: 459px;
  width: 459px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.not-singular .entry-content-med a{
  border: 3px solid #262626;
  display: block;
  height: 303px;
  width: 303px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.not-singular .entry-content-med-tut a{
  border: 3px solid #262626;
  display: block;
  height: 170px;
  width: 303px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.not-singular .entry-content-med-tut img{
  position: relative;
  object-fit: cover;
}
.not-singular .entry-content-med-tut h2 { 
   position: absolute; 
   bottom: 0px;  
   width: 95%;
   z-index: 5;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding:14px 10px;
   margin-bottom:0px;
}
.entry-content-med-tut a{
  border: 3px solid #262626;
  display: block;
  height: 170px;
  width: 303px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.entry-content-med-tut img{
  position: relative;
	width: 303px;
	height:170px;
}
.entry-content-med-tut h2 { 
   position: absolute; 
   bottom: 0px;  
   width: 95%;
   z-index: 5;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding:14px 10px;
   margin-bottom:0px;
}
.not-singular .entry-content-feat1{
  float: left;
  width: 268px;
  margin: 0 0 4px 0;
  position: relative;
  overflow: hidden;
}
.not-singular .entry-content-feat1 a{
  border: 3px solid #191919;
  display: block;
  height: 260px;
  width: 259px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.not-singular .entry-content-feat1 img{
  position: relative;
}
.not-singular .entry-content-feat1 h2 { 
   position: absolute; 
   bottom: 0px;  
   width: 95%;
   z-index: 5;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding:10px 10px;
   margin: 0 0 5px 0 !important;
}

.not-singular .entry-content-feat1 .price {
   position: relative !important;
   font: bold 20px Sans-Serif !important;
   line-height: 22px !important;
   background-color: #28ae1b;
   color: #FFFFFF;
   display: inline-block;
   border-top-left-radius: 15px;
   -webkit-border-top-left-radius: 15px;
   -moz-border-top-left-radius: 15px;
   padding: 5px 20px 5px 20px;
   right: -5px;
   bottom: 30px;
   font-size:14px;
   z-index: 6;
   float: right;
}

.not-singular .bottom-row-feat, .singular .bottom-row-feat {
   margin-top: 6px;
}
.not-singular .bottom-row-feat a{
  border: 3px solid #262626;
  display: block;
  overflow: hidden;
  max-width: 927px;
  background-color: #262626
}
.singular .bottom-row-feat a{
  border: 3px solid #262626;
  display: block;
  overflow: hidden;
  max-width: 927px;
  background-color: #262626
}
.not-singular .top-row-feat, .singular .top-row-feat {
   margin-top: 2px;
   margin-bottom: 4px;
}
.not-singular .top-row-feat a{
  border: 3px solid #191919;
  display: block;
  overflow: hidden;
  max-width: 929px;
  background-color: #262626
}
.singular .top-row-feat a{
  border: 3px solid #191919;
  display: block;
  overflow: hidden;
  max-width: 929px;
  background-color: #262626
}

.not-singular .ribbon-wrapper-green {
  width: 180px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  left: -34px;
  z-index: 200;
}

.not-singular .ribbon-green {
  font: bold 13px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-25deg);
  -moz-transform:    rotate(-25deg);
  -ms-transform:     rotate(-25deg);
  -o-transform:      rotate(-25deg);
  position: relative;
  padding: 5px 0;
  left: -10px;
  top: 20px;
  width: 186px;
  background-color: #46c535;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46c535), to(#14990b)); 
  background-image: -webkit-linear-gradient(top, #46c535, #14990b); 
  background-image:    -moz-linear-gradient(top, #46c535, #14990b); 
  background-image:     -ms-linear-gradient(top, #46c535, #14990b); 
  background-image:      -o-linear-gradient(top, #46c535, #14990b); 
  color: #ffffff;
  z-index: 200;
}
.not-singular .ribbon-wrapper-green2 {
  width: 290px;
  height: 100px;
  position: absolute;
  top: 12px;
  left: -60px;
  z-index: 199;
}

.not-singular .ribbon-green2 {
  font: bold 13px Sans-Serif;
  color: #ffde00 !important;
  text-align: center;
  -webkit-transform: rotate(-25deg);
  -moz-transform:    rotate(-25deg);
  -ms-transform:     rotate(-25deg);
  -o-transform:      rotate(-25deg);
  position: relative;
  padding: 5px 0;
  left: -10px;
  top: 20px;
  width: 290px;
  background-color: #7d7d7d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#575757)); 
  background-image: -webkit-linear-gradient(top, #7d7d7d, #575757); 
  background-image:    -moz-linear-gradient(top, #7d7d7d, #575757); 
  background-image:     -ms-linear-gradient(top, #7d7d7d, #575757); 
  background-image:      -o-linear-gradient(top, #7d7d7d, #575757); 
  color: #ffffff;
  z-index: 199;
}
.not-singular .entry-content-lrg h2 { 
   position: absolute; 
   top: 380px;  
   width: 100%;
   z-index: 5;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding:20px 10px;
}
.not-singular .entry-content-med2 a{
  border: 3px solid #262626;
  display: block;
  height: 225px;
  width: 225px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.not-singular .entry-content a img{
  position: absolute;
  z-index: 5
}
.not-singular .entry-content a span.slide-title{
  position: absolute;
  top: 108px;
  left: 3px;
  width: 300px;
  line-height: 1em;
  color: white !important;
  font-size: .8em;
  text-transform: uppercase;
  z-index: 0
}
.not-singular .entry-content{
  position: relative
}
.not-singular .entry-feature{
  float: left;
  width: 268px;
height: 266px;
  margin: 0 0 4px 0;
position: relative;
overflow:hidden;
}
.not-singular .entry-feature a{
  border: 3px solid #191919;
  display: block;
  height: 260px;
  width: 259px;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
.not-singular .entry-feature a img{
  position: absolute;
  z-index: 5
}
.not-singular .entry-feature a span.slide-title{
  position: absolute;
  top: 108px;
  left: 3px;
  width: 300px;
  line-height: 1em;
  color: white !important;
  font-size: .8em;
  text-transform: uppercase;
  z-index: 0
}

.not-singular .entry-content .new{
  display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	background: url("images/ico-new-trans2.png") no-repeat top left;
	z-index: 200
}
.not-singular .entry-content .reprint{
  display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	background: url("images/ico-reprint-trans2.png") no-repeat top left;
	z-index: 200
}
.not-singular .entry-content .sale{
  display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	background: url("images/ico-sale.png") no-repeat top left;
	z-index: 200
}
.not-singular .entry-feature .featured{
  display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 154px;
	height: 52px;
	background: url("images/featured.png") no-repeat top left;
	z-index: 200
}

.not-singular .video .new{
	background: url("images/ico-video-trans.png") no-repeat top left;
	width: 74px;
}

span.cover-up{
	display:none;
  background: url("images/side-fade-trans.png") no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  height: 125px;
  width: 20px;
  z-index: 4
}
.main-aside h3{
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 10px
}
.main-aside .xoxo li{
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
.main-aside .xoxo li div{
  padding: 0 0 0 10px;
  font-size: .8em;
  line-height: 2em
}
#header .xoxo{
	width:940px;
	margin: 0 auto;
}
#header .xoxo li{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 0px 0px 10px;
	float:right;
}
#header .xoxo li div{
  font-size: .8em;
  line-height: 2em
}
.main-aside .xoxo li ul li{
  margin: 0;
  padding: 0 0 0 10px;
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
.main-aside p{
  margin-bottom: 1em
}
form{
  margin: 0 0 2em 0
}
legend{
  font-size: 1.2em;
  font-weight: 700;
  color: white
}
.form-label,
.wpcf7-form label{
  display: block;
  margin: 5px 0 0 0
}
input[type="text"],
input[type="password"],
textarea,
select{
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #303030;
  background: #191919;
  color: #999999;
  padding: 10px;
}
.navigation {
  font-family: Helvetica,Arial,sans-serif;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
}
#nav-above {
  display: none;
}
#nav-below{
  clear: both;
  padding-top: 10px;
  height: auto;
  overflow: auto;
  padding-bottom: 4px;
}
.nav-next {
  float: right;
  text-align: right;
  width: 47%;
}
.not-singular .nav-next{
  margin-right: 5px	
}
.nav-previous {
  float: left;
  width: 47%;
}
#nav-above{
  display: none;
}
.hentry{
  width: auto;
}
.entry-title {
  color: white;
  font-size: 2.6em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 1em;
  padding-bottom: 1px;
}
.entry-title a{
  color: white
}
.post .entry-meta,.post .entry-utility {
  color: #afafa1;
  font-size: 0.825em;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.post p, .entry-content p {
  margin-bottom: 1em;
}
.post pre,#content .page pre {
  font-size: 1.6em;
}
.post dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.post dd {
  color: #eee;
  margin-bottom: 1em;
}
.post dl {
  margin-bottom: 1.3em;
  padding-left: 20px;
}
.post a.more-link {
  background: #be194f;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.post a.more-link:hover {
  background: #d93c6f;
}
a.more-link .meta-nav {
  display: none;
}
.post h3,.post h4,.post h5,.post h6 {
  margin: 5px 0;
  padding: 5px 0;
}
.post h4 {
  font-size: 1.4em;
}
.post h5 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.post h6 {
  font-size: 1.1em;
  text-transform: uppercase;
}
.post blockquote {
  font: italic Georgia, "Times New Roman", Times, serif;
  color: white;
  margin: 10px 0px;
  padding: 10px 20px 1px 10px;
background-color: #090909;
}
.post blockquote p {
  font-style: italic;
}
.post .page-link {
  font-size: 0.825em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-link a {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-top: 1px solid #eee;
  padding: 5px 10px;
  text-decoration: none;
}
.post .entry-utility {
  border-top: 1px solid #232323;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.btc-powered{
  font-size: 0.825em
}
#buy-link h3{
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align:center;
  padding: 7px;
  font-weight: bold;
  background: #191919;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 3px solid #d20025;
  display: block;
}
#buy-link h3:hover{
background:#e8e345;
border: 3px solid #850118;
color:#d20025;
display: block;
}
#buy-link h3 a{
color:#d20025;
display: block;
}
#buy-link h3 a:hover{
color:#d20025;
display: block;
}
#promo {
  color: #e8e345;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-align:center;
  font-weight: bold;
  border: 2px dashed #ffffff;
  display: block;
  margin: 10px;
}
#promo a{
  color: #e8e345;
}
#promo a:hover{
  color: #c8c43c;
}
#promo-page {
  color: #e8e345;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  text-align:center;
  font-weight: bold;
  border: 2px dashed #ffffff;
  display: block;
  margin: 8px;
  width: 292px;
  height:95px;
  float:left;
}
#promo-page a {
  color: #e8e345;
}
#promo-page a:hover{
  color: #c8c43c;
}
#merchantpagepromo {
  color: #e8e345;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-align:center;
  font-weight: bold;
  border: 2px dashed #ffffff;
  display: block;
  margin: 10px;
  padding: 8px;
}
#merchantpagepromo a{
  color: #e8e345;
}
#merchantpagepromo a:hover{
  color: #c8c43c;
}
#promoinside {
position: relative;
top: -6px;
padding: 4px;
}
span.merchantpromoname {
display: inline;
text-align:center;
position: relative;
top: -7px!important;
padding: 0 8px 0 8px;
text-transform: uppercase;
font-size: 0.8em;
color: #ffffff;
background-color: #000000;
}
#comments {
  margin-top: 20px;
  padding: 20px 0 0 0;
  clear: both;
  overflow: auto
}
#comments,#comments input[type="text"],#comments textarea {
  font-size: 12px;
}
#comments h3 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 7px 12px 7px 42px;
  font-weight: bold;
  background: #171717 url("images/ico-comment.png") no-repeat 16px center
}
#comments #respond h3{
  background-image: url("images/ico-person.png")
}
#comments #comments-list #respond h3{
  background-image: url("images/ico-reply.png")
}
.formcontainer{
  border-top: 1px solid #282828;
}
#comments-list {
  border-top: 1px solid #141414;
  float: left;
  margin-right: 30px;
  padding: 0 0 18px;
  width: 520px;
}
#comments-list ol,#comments-list ul {
  list-style: none;
  margin: 0;
}
#comments-list ol {
  margin: 0 0 18px 0;
}
#comments-list li {
  padding: 18px 1.5em 18px 1.5em;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
}
#comments-list ol {
  border-bottom: 1px solid #282828
}
.single #content #comments-list li,
.page #content #comments-list li{
  padding: 20px 0;
  position: relative;
  z-index: 0
}
#comments-list li .avatar {
  height: 60px;
  width: 60px;
  padding: 4px;
  border: 1px solid #282828;
  background: #171717;
  float: left;
  position: relative;
  margin-left: -95px
}
#comments-list .comment-author,
#comments-list .comment-meta,
#comments-list .comment-content,
#comments-list .unapproved{
  display: block;
  margin-left: 100px
}
#comments-list .unapproved{
  background-color: #191919;
  margin-bottom: 15px;
  padding: 10px;
  color: white
}
#comments-list .comment-author {
  font-weight: bold;
  font-size: 1.3em;
  padding: 5px 0 0 0;
}
#comments-list .comment-meta {
  color: #666;
  font-size: 11px;
  padding: 10px 0 9px 0;
}
#comments-list .comment-meta a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
  color: #FF4B33;
}
#comments-list .comment-content{
  padding-right: 10px
}
#commentform{
  padding: 15px;
  width: 360px
}
.comment-reply-link {
  font-size: 11px;
  padding: 0 0 18px 0;
  text-align: right;
}
.hover-url{
  color: #666;
  margin-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-family: Georgia, "Georgia MS", Times, serif
}
.comment-reply-link a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
.comment-navigation {
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0;
}
.comment-navigation a {
  border: 1px solid #ccc;
  color: #eee;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.comment-navigation a:active,.comment-navigation a:hover {
  color: #FF4B33;
}
.comment-navigation a,.comment-navigation span {
  margin-right: 0.5em;
}
#trackbacks-list .comment-content {
  left: -9000px;
  position: absolute;
}
#respond {
  border-top: 1px solid #141414;
  margin: 5px auto 22px auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 4
 }
#comments-list #respond {
  margin: 0;
  padding: 0;
  float: none;
  width: 520px
}
#comments-list #commentform {
  width: auto
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply {
  font-size: 11px;
  position: absolute;
  right: 1.5em;
  top: 7px;
}
#respond .required {
  color: #FF4B33;
  font-weight: bold;
}
.form-section{
  padding: 0 0 10px 0;
  clear: both;
  overflow: auto
}
.form-section label {
  font-size: 11px;
}
.form-section .form-label{
  width: 35%;
  float: left;
  clear: both;
  text-align: right
}
.form-section .form-input{
  width: 65%;
  float: right;
  text-align: right
}
.form-section .form-input input{
  width: 80%
}
.form-section .form-textarea{
  width: 100%;
  text-align: right
}
.form-section .form-textarea textarea{
  width: 94%
}
#respond #comment-notes{
  line-height: 1.2em;
  margin: 5px 0 20px 0;
  font-size: 0.9em
}
#comments-list ul.children{
  margin-left: 20px;
}
.single #content #comments-list ul.children li{
  padding-left: 25px;
  background: url("images/ico-reply.png") no-repeat 5px 20px
}
#form-section-comment .form-label{
  display: none
}
#form-allowed-tags p {
  color: #ccc;
  font-size: 10px;
  line-height: normal;
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}
.form-submit {
  padding: 18px 0 0 0
}
.subscribe-to-comments {
  color: #eee;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
  color: #eee;
  font-size: 11px;
  padding: 18px 0 0 0;
}
.comment_license {
  clear: both;
  color: #eee;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
#footer {
  z-index: 0;
  border-top: 1px solid #353535;
  padding: 40px 0;
  color: #555;
  background-color: #0F0F0F;
  margin-top: 20px
}
#footer a{
  color: #666
}
#footer a:hover{
  color: #666
}
#footer #subsidiary .aside{
  width: 940px	
}
#footer .widgetcontainer{
  float: left;
  width: 270px;
  padding: 10px;
  margin: 10px 10px 20px 10px;
  background: #121212;
  border: 1px solid #282828;
 }
#footer .widgetcontainer h3{
  margin-bottom: 10px
}
#footer .widgetcontainer a:hover{
  color: #999
}
#footer .reset{
  clear: both
}
#siteinfo{
  text-align: center;
  font-size: .8em
}
#siteinfo a{
  text-decoration: none;
  border-bottom: 1px dotted #333
}
#siteinfo a:hover{
  border-bottom-color: #555555
}
#author-info {
  border: 1px dotted #ccc;
  padding: 5px;
  overflow: hidden;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#author-info h2 {
  border-bottom: 3px double #ddd;
  padding: 5px 0;
  font-size: 1.8em;
  margin-bottom: 10px;
}
#author-info .avatar {
  float: left;
  border: 3px double #ddd;
  margin: 0 10px 10px 0;
}


/* Styles for WP Post Ratings plugin */

.post-ratings{margin-bottom: 10px; float: right; width: 100px !important; margin-top: 5px; overflow: hidden; height: 20px}
.post-ratings small{font-size: .7em;}
.post-ratings-text{display:none !important}


#share {
display:block;
text-align:center;
}
#morelinks {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height:120%;
  text-align:center;
  padding: 4px;
  font-weight: bold;
  display: block;
}
.pinit {
	display:inline-block;
	vertical-align:top;
}
#morelinks a{
white-space: nowrap;
}
#morelinks a::after{
  content: "\00a0";
}
#morelinks a::before{
  content: "\00a0";
}
.promo-heading {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height:120%;
  text-align:center;
  padding: 4px 4px 0 4px;
  font-weight: bold;
  display: block;
}
.buttons {margin:6px auto;width:350px; text-align: center;}
.buttons img{margin: 0 3px 3px 3px;}
#fb-like {
display:inline;
}

#embedlinks {
margin:6px auto;
width:200px;
display:block;
text-align:center;
}

/* Colorbar */
#colorbar{padding:11px 0 0 5px;}
.colors li{float:left;display:block;margin-left:6px;list-style:none;}
.colors img{width:22px;height:22px;border:0;margin:-8px 0 0 -8px;}
#color_white {background:#ffffff;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_black {background:#000000;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_gray {background:#b3b3b3;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_charcoal {background:#333333;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_pink {background:#fed8e7;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_red {background:#c80003;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_purple {background:#6011C2;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_blue {background:#163DD0;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_navyblue {background:#15174a;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_ltblue {background:#cedfef;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_green {background:#076707;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_orange {background:#EE8B16;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_yellow {background:#fce53f;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_gold {background:#ffc501;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_creme {background:#f2eee2;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_khaki {background:#d2cab7;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_purple {background:#5c0475;width:22px;height:22px;border:1px solid #9f9f9f;}
#color_brown {background:#3b1e00;width:22px;height:22px;border:1px solid #9f9f9f;}

/* Amazon Universal Wishlist */
#AUWLPopover input[type="text"], input[type="password"], textarea, select{background:#ffffff !important;}

/*Followbar*/
#followbar {clear:both;text-align:right;}
.followus li{float:right;display:block;margin:3px 0 6px 6px;list-style:none;background:#919191;display:block;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding:4px;}

/*Facebook stuff*/
.wallkit_post .wallkit_postcontent div {
color: #afafaf;
padding-top: 3px;

padding-right: 0pt;

padding-bottom: 3px;

padding-left: 0pt;

}

.gray_box {
background-color: #171717;
border-width: 1px;
border-style: solid;
border-color: #282828;
color:#dddddd;
}

label {
cursor: pointer;
color: #afafaf;
font-weight: bold;
vertical-align: middle;
}

#related-thumbs img {
margin:2px;
}
#smart404_suggestions ul li {
float:left;
}
#smart404_suggestions li {
margin:2px;
}
#turnkey-credit {
  display: none;
}
#copyright {
text-align:center;
font-size: 80%;
}
#fb_comments {
	width:930px;
	padding: 6px;

  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
 border: 3px solid #000000;
 text-align:center;
}
#fb_comments_narrow {
	width:612px;
	padding: 6px;
	background-color:#aaaaaa;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
 border: 3px solid #777777;
 text-align:center;
}
#fb_comments_pad {
	height:8px;
}


/* Simple pagination */
div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	
div.pagination a, div.pagination span.pages, div.pagination span.dots {
	border: 2px solid #353535;
	margin-right:3px;
	padding:2px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
	background-position:bottom;
	text-decoration: none;

	color: #ed1c24;		
}
div.pagination a:hover, div.meneame a:active {
	border: 2px solid #000;
	background-image:none;
	background-color:#ffde00;
	color: #000000;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #ffde00;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;

	color: #adaaad;
}
#artistinfo {
height:60px;
}
#artistlinks ul{
  text-align: left;
display:block;
clear:both;
}
#artistlinks li{
  float: left;
  margin: 2px 0 0 4px
}
#artistlinks li a{
  padding: 8px 12px;
  font-size: .9em;
  color: #bbb;
  text-transform: uppercase
}
#artistlinks li a:hover{
  color: white
}
#artistavatar {
float:left;
border: 3px solid #191919;
margin: 0px 5px 5px 0px;
}
.feature_inquiry {
float:left;
display:block;
width:570px;
}
.gce-day-number {
color: green!important;
}
.gce-page-grid .gce-calendar .gce-has-events .gce-day-number {
color: red!important;
}
.related img {
margin: 0;
padding: 0;
}
.gce-month-title {
color: #eee;
}
aside.mashsb-container {
	padding: 0 !important;
	margin: -8px 0 0 0 !important;
}
.mashsb-box {
	padding: 0 !important;
	margin: 0 !important;
}
.mashsb-count {
	text-align:center !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;

}
.mashsbcount {
	line-height:normal !important;
	padding: 0 !important;
	margin: 0 0 -8px 0 !important;
	font-size: 70px !important;
font-size: 43px;
font-weight: bold;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
color: #7FC04C;
}
.mashsb-sharetext {
	font-size: 11px !important;
	line-height: 6px !important;
}
body {margin:0 25px; font:12px Verdana, Arial, Helvetica, sans-serif}
h2 {font-size:14px; margin:25px 0}
.divs div {display:block; padding:10px; border:2px solid black}
.divs .lower {border-top:none}
.divs .bold {font-weight:bold}
.divs .darkgrey {border-color:#8b8b8b; margin-bottom:10px}

/* Woocommerce */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
background-color: #ffffff!important;
}
.woocommerce input#reg_email.input-text {
box-sizing: border-box!important;
width: 100%!important;
margin: 0!important;
outline: 0!important;
border: 1px solid #303030!important;
line-height: 1!important;
padding: 10px!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
height:auto!important;
}
.tag-block-container {
  float: left;
  margin: 0 0 4px 0;
}
.tag-block-indiv {
  float: left;
  width: 134px;
  margin: 0 0 4px 0;
}
.tag-block-indiv a {
  border: 3px solid #191919;
  display:block;
  height: 65px;
  width: 125px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
}


.add_list_item img, .delete_list_item img {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    opacity: 0.5;
	margin: 5px 4px;
}
.row-header {
	font-weight: bold;
	color:#999;
	margin: 4px 0 4px 4px;
	clear:both;
}

.videos-spacer {
	display:block;
	margin-top:20px;
}
.taxonomies {
	display: block;
    clear: both;
}
.tagsnhash {
	display:block;
	color:black;
}
.tagsnhash a{
color:black;
}
.clear {
    clear: both;
	display:block;
}

