/*
Theme Name: Hudson Music November 2011
Theme URI: 
Description: Custom for HudsonMusic.com
Version: 1.2
Author: Michael Hoff
Author URI: mikehoff.com
Tags: fixed width, one column, valid XHTML, widgets
*/

/* begin Page */


body
{
  margin: 0 auto;
  padding: 0;
  background-color: #F7F7F7;
  background-image: url('images/bg-dots.jpg');
  background-repeat: repeat-x;
  height: 900px;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
	z-index: 1;
}

.PageBackgroundSimpleGradient
{

}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */

/*JANUARY 2011 CHANGES */

.new-body {
	background-color: #ffffff;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
}

/*END JAN 2011 CHANGES*/

.Sheet
{
  /*overflow: hidden;*/
  min-width:11px;
  min-height:11px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 980px;
/*border: 1px solid red;*/
}


/* end Box, Sheet */

/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 980px;
  height: 125px;
  background-image: url('images/logo-1-11.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}

div.Header-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 980px;
  height: 125px;
}

div.Header-click
{
  margin: 0 auto;
  position: absolute;
  z-index:500;
  width: 285px;
  height: 125px;
}


.header-rightstuff {
	float: right;
	/*border: 1px solid #b8b8b8;*/
	height: 120px;
	width: auto;
	text-align: right;
}


/*CART STUFF*/
.header-cart {
	margin-top: 10px;
	height: 25px;
	color: #e6e6e6;
	font-size: 11px;
}

.header-cart-text {
	margin-left: 0px;
}

.header-cart-text a {
	text-decoration: none !important;
	color: #155e4d;
}

.header-cart-text a:hover {
	text-decoration: underline !important;
	color: #ffffff;
}

.header-cart img {
	vertical-align: bottom;	
	padding-right: 5px;
}

/*SOCIAL MEDIA STUFF*/

.header-email {
	margin-top: 5px;
	height: 20px;
	/*width: 370px;*/
	font-family: 'Covered By Your Grace', cursive;
	font-size: 18px;
	color: white;
	/*border: 1px solid #999999*/
	}

.header-email img {
	vertical-align: middle;
	}

.header-social 
{
	vertical-align: bottom;
	font-size: 11px;
	color: #ffffff;
  	width: auto;
	margin-top: 10px;
	*margin-top: 5px;
  	z-index:500;
	}

.header-social img {
	margin: 0 0 0 7px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

/*SEARCH STUFF*/
.search {
	margin-top: 15px;
	*margin-top: -10px;
	}

/* end Header */

/* begin Logo */
.logo
{
  display : block;
  position: absolute;
  left: {LogoLeft}px;
  top: {LogoTop}px;
  width: {LogoWidth}px;
}

h1.logo-name
{
  display: block;
  text-align: {HorizontalAlign};
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
{LogoNameFont}
  padding:0;
  margin:0;
  color: {NameFontColor} !important;
}

.logo-text
{
  display: block;
  text-align: {HorizontalAlign};
}

.logo-text, .logo-text a
{
{LogoSloganFont}
  padding:0;
  margin:0;
  color: {TextFontColor} !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 980px;
  height: 26px;
  z-index: 100;
}

.artmenu
{
  padding: 0px 0px 0px 0px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 26px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 980px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
	background-image: url("images/header-bg.png");
	background-repeat: repeat-x;
}

/* end Menu */

/* begin MenuItem */


/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 0px;
  width: 980px;
  position: relative;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}


.Block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 0px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #155E4D;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;

  text-decoration: none;
  line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 0px;
}


.BlockHeader .r
{
  right: 0;
  width: 0px;
}


.BlockHeader .r div
{
  width: 980px;
  right: 0;
}

.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  background-image: url('images/BlockHeaderIcon.png');
  padding:0 0 0 24px;
  background-repeat: no-repeat;
  min-height: 14px;
  margin: 0 0 0 5px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}


.BlockContent-body
{
  color:#292929;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-decoration: none;
}

.BlockContent-body a:link
{
  color: #1C1C1C;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #3B3B3B;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #155E4D;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #0F4337;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 13px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 11px;
}

.Post
{
	margin: 10px;
	}

/* Start images */
a img
{
  border: 0;
	vertical-align:middle;
	}

.article img, img.article {
 	border-style: solid;
 	border-width: 0px;
 	border-color: #DBDBDB;
 	margin: 1em;
	vertical-align:middle;
	}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
	}
/* Finish images */

/* Start tables */

.article table, table.article {
  border-collapse: collapse;
  margin: 1px;
  width:auto;
	}

.article table, table.article .article tr, .article th, .article td {
  	background-color:666666;
	}

.article th, .article td {
  padding: 2px;
  border: solid 0px #A3A3A3;
  vertical-align: top;
  text-align:left;
	}

.article th {
  text-align:center;
  vertical-align:middle;
  padding: 7px;
	}



/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper {
	text-decoration:none;
  	margin: 0.2em 0;
  	padding: 0;
  	font-weight:normal;
  	font-style:normal;
  	letter-spacing:normal;
  	word-spacing:normal;
  	font-variant:normal;
  	text-decoration:none;
  	font-variant:normal;
  	text-transform:none;
  	text-align:left;
  	text-indent:0;
  	line-height:inherit;
  	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 22px;
  	font-style: normal;
  	text-align: left;
  	color: #525252;
	}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover {
  	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 32px;
  	font-style: normal;
  	text-align: left;
  	color: #525252;
	}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link {
  	font-family: Arial, Helvetica, Sans-Serif;
  	text-decoration: none;
  	text-align: left;
  	color: #525252;
	}

.PostHeader a:visited, .PostHeader a.visited {
  	font-family: Arial, Helvetica, Sans-Serif;
  	text-decoration: none;
  	text-align: left;
  	color: #525252;
	}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #737373;
}
/* end PostHeader */

/* begin PostIcons */
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
  color: #16604E;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  margin:0;
}

.PostHeaderIcons a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #545454;
}

.PostHeaderIcons a:visited, .PostHeaderIcons a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1F8970;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #737373;
}


/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #3B3B3B;
}

.PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-indent: 0px;
  margin-left: 0px;
  line-height: 18px;
  color: #3B3B3B;
	}

/* Start Content link style */

a {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #737373;
	}

a:link {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #737373;
	}

	a:visited, a.visited {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #155B4B;
	}

a:hover, a.hover {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #737373;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
 	 font-weight: normal;
 	 font-style: normal;
 	 text-decoration: none;
	}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
	{
	  font-family: Arial, Helvetica, Sans-Serif;
	  font-size: 24px !important;
	  font-style: normal;
	  text-align: left;
	  color: #6d6d6d;
	}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px !important;
  font-style: normal !important;
  text-align: left;
  color: #6d6d6d;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20px !important;
  font-style: normal;
  text-align: left;
  color: #6d6d6d;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px !important;
  font-style: normal;
  text-align: left;
  color: #6d6d6d;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px !important;
  font-style: normal;
  text-align: left;
  color: #6d6d6d;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px !important;
  font-style: normal;
  text-align: left;
  color: #155E4D;
}

/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul {
  list-style-type: square;
  color: #444444;
	/*margin-left: 10px !important;*/
	}

li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.Post ul li {
	/*background-image: url('images/PostBullets.png');*/
	/* background-repeat:no-repeat;*/
	margin-bottom: 10px !important;
  	line-height: 16px;
	}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#071D18;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote
{
  border-color:#BABABA;
  border-width: 1px;
  border-style: dotted;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 41px;

  background-color:#EDEDED;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  color: #16604E;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  margin:0;
}

.PostFooterIcons a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #545454;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1F8970;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #737373;
}


/* end PostIcons */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:30px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 30px;
  color: #3D3D3D;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:30px;
  white-space: normal;
  padding: 0 14px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-decoration: none;
  text-align: left;
  line-height: 30px;
  text-decoration: none !important;
}

input, select
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  text-decoration: none;
}


.Button .active
{
  color: #F2F2F2;
}

.Button .hover,  a.Button:hover
{
  color: #EAFAF7;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -60px;
}

.Button .hover .r
{
  top: -30px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 7px;
  height: 90px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:407px;
  height: 90px;
}


.Button .active .l
{
  top: -60px;
}

.Button .hover .l
{
  top: -30px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 7px;
  height: 90px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 980px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 5px 0 0 0;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  /*background-image: url('images/Footer.png');*/
  width: 980px;
  height: 100px;
  bottom:0;
  left:0;
}

.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/rss_32.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  height: 20px;
  width: 20px;
}

.youtube-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/youtube_32.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  height: 20px;
  width: 20px;
}

.twitter-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/twitter_32.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  height: 20px;
  width: 20px;
}

.fb-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/facebook_32.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  height: 20px;
  width: 20px;
}

.myspace-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/myspace_32.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  height: 20px;
  width: 20px;
}

.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#262626;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #545454;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #0A2E25;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #545454;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#636363;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#636363;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 980px;
}

/* end LayoutCell */



.commentlist, .commentlist li
{
    background: none;
}

.commentlist li li
{
    margin-left:30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin:1px;
  background: #fff;
}

.commentlist li cite
{
  font-size:1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
    border:none;
    margin:0;
    padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
	margin-right: 10px;
}

.alignright
{
  float: right;
	margin-left: 10px;
}

.alignright img, img.alignright
{
	margin: 0 0 10px 10px;
}

.alignleft img, img.alignleft
{
	margin: 0 10px 10px 0;
}

.wp-caption
{
  /*border: 1px solid #ddd;*/
  text-align: center;
  /*background-color: #f3f3f3;*/
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/*RELATED PAGES*/
.related-content
{
	border:1px solid #c8c8c8;
	padding: 0 0 0 10px;
	background-color: #F5F5F5;
}

/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* start cool jquery menu stuff */
#dropmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #000000;
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:21px; 
	z-index:300; 
	width:100%; 
	background:#ededed; 
	/*font-weight:bold;*/
  	background-position: left top;
	background-image: url("images/header-bg.png");
	background-repeat: repeat-x;
	} 

#dropmenu ul {
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:21px; 
	z-index:300; 
	width:100%; 
	background:#ededed; 
	font-weight:bold;
	} 



#dropmenu a {
	font-size: 10px;
	line-height: 11px;
	display:block; 
	padding:.7em 1em; 
	text-decoration:none; 
	color: #000000;
 	background-position: left top;
	background-image: url("images/header-bg.png");
	background-repeat: repeat-x;
	} 

#dropmenu a:hover {
	background:#888; 
	color:#fff;
	} 

#dropmenu li {
	float:left; 
	position:relative;
	margin: 0 0 0 0px;
	background-color: #e6e6e6;
	} 

#dropmenu ul {
	position:absolute; 
	display:none; 
	width:auto; 
	top:1.9em; 
	left:3px;
	font-weight:normal;
	text-transform: none;
	-moz-box-shadow: 3px 4px 7px rgba(0,0,0,0.6);
	-khtml-box-shadow: 3px 4px 7px rgba(0,0,0,0.6);
	-webkit-box-shadow: 3px 4px 7px rgba(0,0,0,0.6);
	box-shadow: 3px 4px 7px rgba(0,0,0,0.6);
	} 

#dropmenu ul a {
	/*border-left:1px solid #c8c8c8;*/
	background-image:none;
	} 

#dropmenu li ul {
	/*border-top:1px solid #c8c8c8; */
	width:auto;
	} 

#dropmenu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	border-bottom:1px solid #c8c8c8;
	} 

#dropmenu li ul a {
	/*border-right:1px solid #c8c8c8;*/
	} 


#dropmenu ul ul {
	top:auto;
	} 

#dropmenu li ul ul {
	left: 10em;
	} 

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
	} 

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li 	li:hover ul {
	display:block;
	} 

/* end cool jquery menu stuff */

/*START NEW INDEX PAGE STUFF 7-16-2010*/

.index-container {
	padding: 10px 10px 10px 20px;
}

.row1 {
	height: 300px;
	width: 862px;
	clear: both;
	padding-top: 10px;
}

.row1a {
	height: 290px;
	width: 542px;
	float: left;
	/*padding: 10px;*/
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.row1b {
	height: auto;
	width: 295px;
	clear: none;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 565px;
	/*border: 1px solid #000000;*/
}

.row1b-social {
	height: auto;
	/*height: 135px;*/
	margin-bottom: 12px;
	font-size: 10px;
	color: #585858;
	font-weight: normal;
	*line-height: 100%;
	padding: 1px 10px 10px 10px;
	*padding: 10px;
	*border: 1px solid #efefef;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff !important;
	background-image: url('/hudson/wp-content/uploads/buy-fade.jpg');
  	background-repeat: repeat-x; 
  	background-position: bottom;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.row1b-social img {
	margin: 5px 10px 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.row1b-social-icons {
	text-align: center;
}

.row1b-social-email {
	*margin: -10px 0 -20px 0;
}

.row1b-social h1, .row1b-tip h1 {
	font-size: 14px !important;
	font-family: Arial, Helvetica, Sans-Serif !important;
	text-transform: uppercase !important;
	color: #585858 !important; 
	letter-spacing: 2px !important;
	width: 100% !important;
	/*border-bottom: 1px solid #585858;*/
}

.row1b-tip {
	height: auto;
	*height: 135px;
	font-size: 10px;
	color: #585858;
	font-weight: normal;
	padding: 1px 10px 1px 10px;
	*padding: 10px 10px 0px 10px;
	line-height: 105%;
	*line-height: 105%;
	*border: 1px solid #efefef;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff !important;
	background-image: url('/hudson/wp-content/uploads/buy-fade.jpg');
  	background-repeat: repeat-x; 
  	background-position: bottom;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.row1b-tip img {
	float: right;
	padding-left: 5px;
}

.tip-readmore {
	font-size: 9px;
	color: #000000;	
	letter-spacing: 1px;
	padding: 3px;
	*margin-top: -10px;
	margin-bottom: 10px;
	*margin-bottom: 15px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #efefef;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	}

.tip-readmore a {
	text-decoration: none !important;
	color: #000000 !important;
}

.tip-readmore a:hover {
	text-decoration: none !important;
	color: #155e4d !important;
	}


.row2 {
	width: 862px;
	height: 215px;
	margin-top: 40px;
	*margin-top: 60px;
	margin-left: 0px;
	clear: both;
	font-size: 10px;
	text-align: right;
	letter-spacing: 1px;
	line-height: 12px;
	*margin-bottom: 20px;
}

.row2 h1 {
	font-size: 12px !important;
	font-family: Arial, Helvetica, Sans-Serif !important;
	text-transform: uppercase !important;
	color: #909090 !important; 
	letter-spacing: 2px !important;
	margin-bottom: 3px !important;
	font-weight: bold !important;
}

.row2-readmore {
	float: right;
	font-size: 9px;
	color: #000000;	
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 3px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #efefef;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	}

.row2-readmore a{
	text-decoration: none !important;
	color: #000000 !important;
	}

.row2-readmore a:hover{
	text-decoration: none !important;
	color: #155e4d !important;
	}

.row2box {
	/*border: 1px solid #898989;*/
	float: left;
	width: 200px;
	height: 215px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.row2box img {
	/*width: 200px !important;*/
	/*height: 150px !important;*/
	overflow: hidden !important;
	margin-bottom: 5px !important;
	*border: 1px solid #efefef;
	-moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
	border-radius: 5px !important;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3) !important;
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.3) !important;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3) !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3) !important;
}

.row2lastbox {
	float: left;
	width: 200px;
	height: 215px;
	margin-bottom: 20px;
}

.row2lastbox img {
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}


/*END INDEX PAGE STUFF*/


/*START TIP LANDING PAGE STUFF*/
.tip-video-container {

}

.tip-video {
	float: right;
	height: 190px;
	width: 320px;
	margin: 0 0 10px 10px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #DBDBDB;
	clear: both;
}

.tip-features-container {
	/*float: right;*/
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	height: 200px;
	width: 850px;
	margin: 20px 0 5px 10px;
	padding: 0 0 0 0px;	
	clear: both;
}

.tip-features {
	float: left;
	background-color: #000000;
	text-align: center;
	height: 150px !important;
	width: 235px !important;
	border-style: solid;
	border-width: 1px;
	border-color: #DBDBDB;	
	margin: 10px 40px 0 0;
}

.tip-features-text {
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	margin: 0 5px 5px 0;
}

.tipheader
{
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	color: #000000; 
	letter-spacing: 1px;
	padding: 7px 0px 7px 10px;
	background-image: url("images/header-bg.png");
	background-repeat: repeat-x;
	width: 850px;
}

/*END TIP LANDING PAGE STUFF*/

.mod-features-container {
	float: right;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 190px;
	margin: 20px 0 5px 15px;
	padding: 5px;	
	clear: both;
	border: 2px solid #666666;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color: #e6e6e6;
}

.mod-features {
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.mod-quotes {
	margin: 10px 0 0 0;
	background-color: #999999;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	padding: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #DBDBDB;	
}

.mod-quote-name {
	text-align: right;
	font-style: italic;
	font-size: 10px;	
}

.mod-quote-loc {
	text-align: right;
	font-style: italic;
	font-size: 9px;	
}

/*NEWS ARCHIVE PAGES*/

	.news-archive-title{
		font-size: 16px;
		font-weight: bold;
		color: #666666;
		margin-left: 80px; 
	}
	.news-archive-thumb{
		float: left;
		margin: 10px 10px 0 0;

	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	}
	.news-archive-date{
		font-size: 9px;
		color: #666666;
		margin-left: 80px; 
	}
	.news-archive-excerpt{
		font-size: 12px;
		margin-left: 80px; 
	}

/*PAGINATION*/
.emm-paginate {
	text-align: right;
}
.emm-paginate a {
	background:#ddd; 
	border:1px solid #ccc; 
	color:#666; 
	margin-right:4px; 
	padding:3px 6px; 
	text-align:center; 
	text-decoration:none;
}
.emm-paginate a:hover, .emm-paginate a:active {
	background:#155e4d; 
	color:#ffffff;
}
.emm-paginate .emm-title {
	color:#555; 
	margin-right:4px;
}
.emm-paginate .emm-gap {
	color:#999; 
	margin-right:4px;
}
.emm-paginate .emm-current {
	color:#fff; 
	background:#666666; 
	border:1px solid #155e4d; 
	margin-right:4px; 
	padding:3px 6px;
}
.emm-paginate .emm-page {
}
.emm-paginate .emm-prev, .emm-paginate .emm-next {
}

.related img { width:100px; height:140px;}

/*TUBEPRESS*/

.tubepress_container {
	float: left !important;
	margin-bottom: 0 !important;
	width: 100% !important;
}

.tubepress_thumbnail_area {
    margin-top: 1em !important;
	margin-left: 0px !important;
}

.tubepress_thumbs {
	padding: 0em 5px 0 0px !important;
	margin-top:-10px;
	float: left !important;
	width: 100% !important;
}

.tubepress_thumb {
    float: left !important;
    /*width: 25% !important;*/
    line-height: 1.1em !important;
    font-size: 11px !important;
    height: 120px !important;
    overflow: hidden !important;
}

dd.tubepress_meta_title, dd.tubepress_meta_title a {
    font-size: 10px !important;
    font-weight: normal !important;
    margin-left: 0px !important;
    clear: left !important;
	text-decoration: none !important;
	line-height: 11px;
}

dd.tubepress_meta_title a:hover {
    font-size: 10px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    clear: left !important;
	text-decoration: underline !important;
}

.tubepress_sidebar .tubepress_thumb {
    width: 100% !important;	
    height: auto !important;
    margin-top: 1em !important;
}

.tubepress_container div.pagination {
    padding: 10px 0 10px 0 !important;
    margin: 3px !important;
    text-align:right !important;
    clear: both !important;
	font-size: 9px;
}

.tubepress_container div.pagination a {
    border: 1px solid #dedfde !important;
    margin-right:3px !important;
    padding:2px 6px !important;
    background-position:bottom !important;
    text-decoration: none !important;
    color: #155e4d !important;
    cursor: pointer;        
}

.tubepress_container div.pagination a:hover, div.meneame a:active {
    border: 1px solid #000 !important;
    background-image:none !important;
    background-color:#155e4d !important;
    color: #fff !important;
}

.tubepress_container div.pagination span.current {
    margin-right:3px!important;
    padding:2px 6px!important;    
    font-weight: bold!important;
    color: #155e4d!important;
}

.productvideo{
	width: 460px;
	*width: 460px;
	height: 170px;
	display: block;
	margin-left: 200px;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	/*border: 1px solid #efefef;*/
	/*background: #fbfbfb;*/
	/*-moz-border-radius: 7px;*/
	/*-webkit-border-radius: 7px;*/
	/*-khtml-border-radius: 7px;*/
	/*border-radius: 7px;*/
	/*-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
	/*-khtml-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
	/*-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
}

.productvideoheader {
	margin-left: 0px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px !important;
}


.productvideovert{
	/*border: 1px solid #e6e6e6;*/
	float: left;
	width: 160px;
	height: 600px;
	display: block;
	margin: 10px 0 10px 750px;
}

.productvideovert img {
	/*margin-left: 0px;
	margin-bottom: 3px;*/
}

.tempcard {
float: right;
width: 50px;
height: 300px;
border: 1px solid #666666;
}

.tempcard img {
padding-top: 0px !important;
margin-top: 0px !important;
}

#sb-loading{background-color:#e6e6e6!important;}

.featured-catalog {
	margin: 0px 20px 0px 20px;
}

.featured-catalog-row {
	margin: 0px 30px 0 0px;
	height: 250px;
}

.featured-catalog img{
	width: 144px; 
	height: 200px;
}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color: #e6e6e6;
	height: 250px;
	border: 1px solid #666666;
}

.product-name, .product-name h2 {
	/*height: 30px;*/
	font-size: 24px !important;
	line-height: 28px;
	font-family: 'Muli', arial, serif;
}

.artist-name {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	color: #6d6d6d;
	height: 30px;
}

.product-price {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-align: left;
	color: #666666;
	height: auto;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.buynow_6-27 {
	height: 45px;
	}

.buynowrow {
	margin-top: 12px;
	}

.buynowrow img {
	margin-left: -5px;
	}

.addtocart {
    background: url('/hudson/wp-content/uploads/add-to-cart-button.png') no-repeat center;
	background-position: center top; 
    border: none;
    padding: none;
	width: 87px;
	height: 18px;
}

.addtocart:hover {
	background: url('/hudson/wp-content/uploads/add-to-cart-button-hover.png') no-repeat center;
}

div#preload { display: none; }

.productsku {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	color: #666666;
	height: auto;
	margin-top: -10px;
}


/*MD FEST TEMP CSS*/

.md-features-container {
	/*float: right;*/
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	/*width: 250px;*/
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;	
	clear: both;
	border: none;
}

.md-features {
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	clear: both;

}

.md-social {
	margin: 20px 0 0 0;
	padding: 5px 10px 5px 5px;
	text-align: right;
	font-size: 10px;
	color: #585858;
	font-weight: normal;
	border: 1px solid #898989;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	background-color: #eaeaea !important;
	background-image: url('/hudson/wp-content/uploads/bg-fade-200px.png');
  	background-repeat: repeat-x; 
  	background-position: bottom;
	clear: both;
}

.md-social h1, .md-twitter h1 {
font-size: 16px !important;
text-align: right !important;
color: #cc0000 !important;
font-weight: bold !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
line-height: 10% !important;
}

.md-twitter {
	margin: 20px 0 0 0;
	padding: 5px 10px 5px 5px;
	text-align: right;
	font-size: 11px;
	color: #585858;
	font-weight: normal;
	border: 1px solid #898989;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	background-color: #eaeaea !important;
	background-image: url('/hudson/wp-content/uploads/bg-fade-200px.png');
  	background-repeat: repeat-x; 
  	background-position: bottom;
	clear: both;
}

.mdtweetfollow {
border-top: 1px solid #ffffff;
padding-top: 7px;
font-size: 12px;
font-weight: bold;
}

.mdtweetfollow a {
text-decoration: none;
color: #ffffff;
}

.mdtweetfollow a:hover {
text-decoration: underline;
color: #cc0000;
}

.twitter-timestamp {
color: #666666;
font-style: italic;
font-weight: bold;
font-size: 10px;
}

.MDFestPostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
	padding-top: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  text-indent: 0px;
  margin-left: 0px;
  line-height: 18px;
  color: #3B3B3B;
	width: 595px;
float: left;
}

.MDFestPostContent h3 {
font-size: 16px;
color: #cc0000;
line-height: 10%;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
}

.checkout {
	/*text-align: right;*/
	float: right;
	/*padding-top: 15px;*/
	margin-right: -12px;
}

.checkout img {
	margin-left: -10px;
}

.checkoutfooter, .checkoutfooter .p
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
	line-height: 90%;
  font-style: normal;
  text-align: left;
  color: #999999;
}

.igoe-clinic {
	height: 295px;
	width: 862px;
	/*margin-top: 40px;*/
	*margin-top: 50px;
	*margin-bottom: 100px;
	margin-left: 15px;
	clear: both;
	font-size: 11px;
	color: #585858;
	/*border: 1px solid #efefef;*/
}

/*CART STUFF*/

.buynow {
	float: right;
	width: 155px;
	margin-left: 10px;
	border: 1px solid #8f8f8f !important;
	text-align: left;
	background-color: #ffffff !important;
	background-image: url('/hudson/wp-content/uploads/buy-fade.jpg');
  	background-repeat: repeat-x; 
  	background-position: bottom;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.buynow a, .buynow a:visited {
	text-decoration: none;
	color: #155e4d;
}

.buynow a:hover {
text-decoration: underline;
	color: #666666;
}

.buynow-header{
	height: 20px;
	margin-top: -5px;
	padding-top: 3px;
	background-color: #999999;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

 .buynow-header img {
	padding: 0 !important;
	margin: 0 !important;
}


.buynow-line{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	text-align:center;
}


.buynow-lastline{
padding: 0px;
border-bottom: none;
}

.buynow-line:hover{
background-image: url('/hudson/wp-content/uploads/buy-fade.jpg');
  	background-repeat: repeat-x;
}

.buynow-lastline:hover{
	background-color: #e6e6e6;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.right-col {
	float: right;
	width: 140px;
}

.buynowadditional {
	/*float: right;
	width: 120px;*/
	font-family: 'Muli', arial, serif;
	font-size: 13px;
	text-align: center;
	color: #666666;
	margin: 0 0 10px 15px;
	display: block;
	clear: right;
}

.buynowadditional-inner {
	border: 1px solid #e6e6e6;
	padding-left: auto;
	padding-right: auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-khtml-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}


/*STANTON MOORE SAMPLER STUFF*/

.moore-buy {
	text-align: center;
	font-size: 10px;
	margin-bottom: 30px;
}

.s-quote-container {
	float: right;
	width: 200px;
	margin-left: 10px;
	text-align: right !important;
	}

.s-quote-container h1 {
	font-size: 16px !important;
	color: #378fce;
	font-weight: bold;
	font-style: italic;
	text-align: right !important;
}

.s-quote-inner {
	border: 1px solid #666666;
	padding: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: right !important;
	margin-top: -12px;
	margin-bottom: 20px;
}

.s-quote {
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 14px;
	color: #666666;
	font-weight: normal;
	border-bottom: 1px solid #efefef;
	}

.s-quote-name {
	font-weight: bold;
	font-style: italic;
	color: #378fce;
}

.moore-sponsors {
	text-align: center !important;
}

.moore-sponsors img {
	margin-bottom: 20px;
}

/*EURO STORE BANNERS*/

.eurobanner {
	width: 860px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.eurobanner2 {
	width: 950px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.contest-bits {
	width: 350px;
	border: 1px solid #cccccc;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

.contest-bits h1 {
	font-size: 14px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}

.fineprint {
	font-size: 10px;
	line-height: 110%;
}

.got-it {
float: right;
border-left: 1px solid #cccccc;
width: 25%;
min-height: 250px;
margin: 0 0 0px 20px;
padding-left: 20px;
font-size: 11px;
line-height: 125%;
text-align: center !important;
clear: both;
}

.got-it h2, .got-it-product h2 {
font-size: 20px !important;
font-weight: bold !important;
padding-top: 0px;
line-height: 135% !important;
text-align: center !important;
}

.got-it h3 {
font-size: 16px !important;
font-weight: bold !important;
line-height: 135% !important;
text-align: center !important;
}

.got-it-product {
border-top: 1px dashed #cccccc;
text-align: center !important;
}

.got-it-product h2 {
font-size: 15px !important;
font-weight: bold !important;
padding-top: 0px;
line-height: 135% !important;
text-align: center !important;
}

.got-it-product img {
	width: 144px;
	height: 200px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-khtml-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	text-align: center !important;
}

/*STEVE'S LANDING PAGES*/

.landing {
	margin: 20px;
	}

.landing h1 {
	font-size: 19px !important;
	font-weight: normal !important;
	/*text-transform: uppercase !important; */
	font-stretch: expanded !important;
	color: #666666 !important;
	margin: 0px !important;
	padding: 0px !important;
	}

.landing h2 {
	font-size: 22px !important;
	font-weight: bold !important;
	text-transform: uppercase !important; 
	font-stretch: extra-expanded !important;
	color: #666666 !important;
	margin: 0px !important;
	padding-top: 10px;
	}

.landing h3 {
	text-transform: uppercase !important; 
	font-size: 14px !important;
	margin: 0 0 10px 0 !important;
	}

.landing-price {
	float: right;
	font-size: 18px;
	color: #ffffff;
	padding: 3px 5px;
	margin: 0 0 10px 10px;
	background-color: #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}

.landing-cover {
	float: left;
	margin: 0 15px 10px 0;
	}

.landing-cover img {
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	}

.landing-excerpt {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	margin-top: -10px;
	}

.landing-MOD {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 12px;
	color: #666666;
	margin-left: 195px;
	margin-bottom: 25px;
	}

.landing-MOD p {
	margin-top: 0px;
	margin-bottom: 10px;
	}

.landing-MOD img {
	width: 35px;
	height: 35px;
	margin: 0 10px 10px 0;
	}

.landing-mod-buttons {
	float: left;
	}

.landing-mod-buttons img {
	width: 90px;
	height: 28px;
	margin: 0 5px 10px 0;
	}

/*START NEW LANDING MOD*/

.landing-MOD2 {
	/*border-top: 1px solid #666666;*/
	/*border-bottom: 1px solid #666666;*/
	font-size: 11px;
	color: #666666;
	margin-left: 195px;
	margin-bottom: 15px;
	margin-top: 20px;
	}

.landing-MOD2 p {
	margin-top: 0px;
	margin-bottom: 10px;
	}

.landing-MOD2 img {
	/*width: 75px;*/
	/*height: 22px;*/
	margin: 0 10px 10px 0;
	}

.landing-MOD2-price {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	}

.landing-mod2-buttons {
	float: left;
	}

.landing-mod2-buttons img {
	width: 90px;
	height: 28px;
	margin: 0 5px 10px 0;
	}

/*END NEW MOD LANDING*/


.landing-post {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	}

.landing-try {
	float: right;
	width: 160px;
	margin: 0 0 10px 25px;
	padding: 10px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #555555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	}

.landing-try img {
	margin: 0 5px 5px 0 !important;
	}

.landing-try-head {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase !important; 
	font-stretch: extra-expanded !important;
	margin-bottom: 5px;
	text-align: center !important;
	}

.landing-video {
	margin-top: 30px;
	margin-bottom: 30px;
	}

.landing-video-head {
	font-family: 'Muli', arial, serif;
	font-size: 22px;
	color: #777777;
	/*font-weight: bold;*/
	/*text-transform: uppercase !important; */
	/*font-stretch: expanded !important;*/
	}

.digital-buy-now, .digital-buy-now img {
	margin: 10px 0 0 -5px;
	font-size: 11px;
  	font-style: italic;
	color: #777777;
	}

.nav-new {
	height: 25px;
	margin-top: 10px;
  	background-image: url('images/bg-dots.jpg');
  	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
}

/*NEW HOMEPAGE STUFF 11-10-11*/

.home-11-10-11 {
	width: 980px;
	position: relative;
	z-index: 10;
	}

.home-row1 {
	width: 980px;
	height: 300px;
	margin: 15px 0 45px 0;
	position: relative;
	}

.home-row1L {
	margin-top: 15px;
	height: 300px;
	width: 542px;
	float: left;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	position: relative;
	border: 1px solid #cccccc;
	}

.home-row1L img {
	height: 300px;
	width: 542px;	
	}

.home-row1R {
	float: right;
	height: 290px;
	width: 420px;
	font-size: 12px !important;
	font-family: 'Muli', arial, serif;
	text-transform: lowercase !important;
	color: #ffffff !important; 
	letter-spacing: 1px !important;
	margin-bottom: 5px !important;
	}

.home-row1R-box-left, .home-row1R-box-right {
	float: left;
	width: 200px;
	height: 135px;
	}

.home-row1R-box-left {
	margin: 0 16px 30px 0;
	}

.home-row1R-box-right {
	margin: 0 0 30px 0;
	}

.home-row2 {
	width: 980px;
	height: 250px;
	}

.home-row2-box, .home-row2-box-last {
	width: 230px;
	height: 220px;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	text-align: right;
	letter-spacing: 1px;
	line-height: 12px;
	}

.home-row2-box {
	float: left;
	margin-right: 17px;
	}

.home-row2-box-last {
	float: right;
	}


.home-row2 img{
	width: 230px !important;
	height: 150px !important;
	overflow: hidden !important;
	margin-bottom: 5px !important;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.home-row2 h1 {
	font-size: 15px !important;
	font-family: 'Muli', arial, serif;
	text-transform: lowercase !important;
	color: #ffffff !important; 
	letter-spacing: 2px !important;
	margin-bottom: 4px !important;
}

.home-row2-readmore {
	float: right;
	font-size: 9px;
	color: #000000;	
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 3px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #efefef;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	}

.home-row2-readmore a{
	text-decoration: none !important;
	color: #000000 !important;
	}

.home-row2-readmore a:hover{
	text-decoration: none !important;
	color: #155e4d !important;
	}





/*** ROW 1 RIGHT COLUMN OVERLAY SETTINGS ***/

/*General Mosaic Styles*/
.mosaic-block {
	position:relative;
	overflow:hidden;
	width:200px;
	height:135px;
	background: url(images/progress.gif) no-repeat center center;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#000000;
	}
	
.mosaic-overlay {
	display:none;
	z-index:500;
	position:absolute;
	width:100%;
	height:100%;
	background: #000000;
	padding: 0;
	}

.headline {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 12px;
	text-align: left !important;
	text-transform: none !important;
	color: #ffffff;
	margin: 0 5px 5px 5px;
		*margin:  0 5px 5px -5px;
		margin: 0 5px 5px -5px\9;
 	position: absolute; 
	bottom: 0; 
	}

.subtxt {
	color: #ffffff;
	font-size: 11px;
	margin-left: 10px;
	}

.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(images/bg-black.png);
	}

.fade a {
	text-decoration: none !important;
	}

/*** Small Video Overlay Stuff ***/
.video-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:200px;
	height:135px;
	background: url(images/progress.gif) no-repeat center center;
}

.circle .mosaic-overlay {
	background:url(images/play-button-small.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
	}

/***END OVERLAY STUFF***/


/****************GIFT CERT PAGE EMBED********************************/
div.pageview {
	/*border: 1px solid #999999;*/
	width: 100%;
	height: 1000px;
	font-size: 0.8em;
	margin-bottom: 50px !important;
	}

div.pageview iframe {
	width: 100%;
	/*margin-top: -30px !important;*/
	margin: -20px 0 0 -20px;
	height: 500px;
	}

#sb-body-inner {
	background-color:#FFFFFF !important;
	} 
