/* Master CSS Sheet */

body {
	margin: 0;
	padding: 0;
	background: url(/images/layout/site_wide/bg.jpg) #4C0065 0 0 repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#version { 
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 8px;
	background: #fff;
	color: #333;
	font-weight: bold;
}

/* Generic Styles */
p { margin: 10px 0; }
a { color: #000; }

ul.fancy-list {}
ul.fancy-list li { padding: 0 2px 18px 0; }

/* Helper Classes */
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

/* Headers */
h1, h2, h3, h4, h5, h6 { display: block; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display:none; }
h1 { margin: 16px 0; height: 16px; font-size: 18px; }
h2 { margin: 16px 0; font-weight: bold; font-size: 16px; }
h3 { margin: 6px 0 10px 6px; }
/* custom */
h3.sub { font-weight: bold; font-size: 12px; margin: 0; }
h1.how-it-works {  width: 144px; background: url(/images/layout/site_wide/headers/how-it-works.gif) 0 0 no-repeat; }
h1.digs-gigs {  width: 119px; background: url(/images/layout/site_wide/headers/digs-gigs.gif) 0 0 no-repeat; }
h1.about-us {  width: 100px; background: url(/images/layout/site_wide/headers/about-us.gif) 0 0 no-repeat; }
h3.download-form {  width: 164px; background: url(/images/layout/site_wide/headers/download-form.gif) 0 0 no-repeat; height: 16px; }
h3.order-form {  width: 174px; background: url(/images/layout/site_wide/headers/order-form.gif) 0 0 no-repeat; height: 34px; }
h1.contact { width: 200px; background: url(/images/layout/site_wide/headers/contact.gif) 0 0 no-repeat; }
h1.terms { width: 210px; background: url(/images/layout/site_wide/headers/terms.gif) 0 0 no-repeat; }
h1.privacy { width: 200px; background: url(/images/layout/site_wide/headers/privacy.gif) 0 0 no-repeat; }
h1.redeem { width: 200px; background: url(/images/layout/site_wide/headers/redeem.gif) 0 0 no-repeat; }
h1.send-to-friend { width: 200px; background: url(/images/layout/site_wide/headers/send_to_friend.gif) 0 0 no-repeat; }

/* Layout */

#wrapper {
	width: 1024px;
	min-height: 1000px;
	margin: 0 auto;
}

#header-banners { height: 100px; width: 1024px; margin: 10px 0; }
#header-banners a, #header-banners a img { border:none; }

div#header {
	height: 126px;
	width: 1024px;
    -moz-border-radius-bottomright: 35px;
    -webkit-border-bottom-right-radius: 35px;
    background-color: #fff;
	/*background: url(/images/layout/site_wide/header-bg.gif) #fff 986px 0 no-repeat;*/
}

div#header_custom {
  height: 126px;
  width: 1024px;
  text-align: center;
}

a#logo {
	display: block;
	float: left;
	height: 98px;
	width: 745px;
	padding: 10px;
	margin: 4px 0 0 4px;
	background: url(/images/layout/site_wide/logo.gif) #fff 10px 10px no-repeat;
}

div#nav {
	height: 90px;
	width: 210px;
	float: right;
	margin: 8px 38px 0 0;
}

div#nav ul li {	margin: 5px 0; }
div#nav ul li.btn {	font-weight: bold; text-transform: uppercase; color: #000; padding-left: 6px; }
div#nav ul li input.subscribe-tb {
	background: #000;
	border: none;
	height: 18px;
	width: 142px;
	color: #fff;
	padding: 2px 2px 0 6px;
}
div#nav ul li input.subscribe-submit { float:right; width: 60px; }
div#nav ul li a { font-weight: bold; text-transform: uppercase; text-decoration: none; color: #000; padding-left: 6px; }
div#nav ul li a:hover {color: #9C004C; }

/* Content */

div#content {
	width: 996px;
	padding: 14px;
    -moz-border-radius-topright: 75px;
    -webkit-border-top-right-radius: 75px;
    background-color: #fff;
	/*background: url(/images/layout/site_wide/content-top-bg.gif) #fff 941px 0 no-repeat;*/
	margin: 14px 0 0 0;
}

div#content-footer {
	width: 996px;
	background: url(/images/layout/site_wide/content-bottom-bg.gif) #fff 946px 0 no-repeat;
	margin: 0 0 10px 0;
	padding: 0 14px 10px 14px;
}

div#content div#right {
/*  height: 872px;*/
	width: 254px;
	float: right;
	margin: 1px 0 0 0;	
}

div#content div#left {
	width: 728px;
	float: left;
	margin: 0;
}

/* stsw link */
div#page-footer { width: 1024px; height: 20px; margin: 10px 0; font-size: 11px; }
div#page-footer, div#page-footer a { color: #fff; font-weight: normal; text-decoration:none; }
div#page-footer a:hover { text-decoration:none; color: #00ffff; }

/* Home */
.nested-form { float: right; }
.nested-form h3 { color: #fff; font-size: 16px; }

div#download-form {
	padding: 14px 0 0 22px;
	height: 357px;
	width: 232px;
	background: url(/images/layout/site_wide/forms/download-form-bg.gif) 0 0 no-repeat;
}

div#order-form-space {
	padding: 26px 0 0 22px;
	height: 760px;
	width: 232px;
	background: url(/images/layout/site_wide/forms/order-form-bg.gif) 0 0 no-repeat;
}

img.example-card { margin: 10px 20px 50px 0; }
ul.card-steps { font-weight: bold; }

/* nasty form styling ahead */

div#errorExplanation { color: #fff; }
div#order-form-holder { font-weight: bold; }
div#order-form-holder label { display:none; }
div#order-form-holder input { border: none; height: 20px; }
div#order-form-holder textarea { border: none; height: 86px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
/* div#order-form-holder input, div#order-form-holder div { border: 1px #ccc solid; } */
div#order-form-holder input#order_name { background: url(/images/layout/site_wide/forms/tb-name.gif) 0 0 no-repeat; padding: 2px 6px 2px 44px; width: 160px; }
div#order-form-holder input#order_company { background: url(/images/layout/site_wide/forms/order-form-tb-company.gif) 0 0 no-repeat; padding: 2px 6px 2px 68px; width: 136px; }
div#order-form-holder input#order_address_1 { background: url(/images/layout/site_wide/forms/order-form-tb-address.gif) 0 0 no-repeat; padding: 2px 6px 2px 66px; width: 138px; }
div#order-form-holder input#order_address_2 { background: url(/images/layout/site_wide/forms/tb-generic.gif) 0 0 no-repeat; padding: 2px 18px 2px 6px; width: 196px; }
div#order-form-holder input#order_city, div#order-form-holder input#order_delivery_city { 
  background: url(/images/layout/site_wide/forms/city.gif) 0 0 no-repeat; 
  padding: 2px 6px 2px 38px; 
  width: 166px; 
}
div#order-form-holder input#order_delivery_address_1 { background: url(/images/layout/site_wide/forms/order-form-tb-address.gif) 0 0 no-repeat; padding: 2px 6px 2px 66px; width: 138px; }
div#order-form-holder input#order_delivery_address_2 { background: url(/images/layout/site_wide/forms/tb-generic.gif) 0 0 no-repeat; padding: 2px 18px 2px 6px; width: 196px; }
div#order-form-holder input#order_country { background: url(/images/layout/site_wide/forms/order-form-tb-country.gif) 0 0 no-repeat; padding: 2px 6px 2px 66px; width: 138px; }
div#order-form-holder input#order_email { background: url(/images/layout/site_wide/forms/tb-email.gif) 0 0 no-repeat; padding: 2px 6px 2px 46px; width: 158px; }
div#order-form-holder input#order_telephone { background: url(/images/layout/site_wide/forms/order-form-tb-phone.gif) 0 0 no-repeat; padding: 2px 14px 2px 50px; width: 154px; }
div#order-form-holder div#order_delivery {
	background: url(/images/layout/site_wide/forms/order-form-check-delivery.gif) 0 0 no-repeat;
	display: block;
	height: 28px;
	width: 130px;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0 0 80px;
}
div#order-form-holder div#order_pin_amounts_holder {
	background: url(/images/layout/site_wide/forms/order-form-select-quantity.gif) 0 0 no-repeat;
	display: block;
	height: 28px;
	width: 110px;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0 0 100px;
}
div#order-form-holder textarea#order_reference {
	background: url(/images/layout/site_wide/forms/order-form-ta-reference.gif) 0 0 no-repeat;
	padding: 20px 6px 6px 6px;
	width: 200px;
	height: 42px;
}
div#order-form-holder textarea#order_additional_comments {
	background: url(/images/layout/site_wide/forms/order-form-ta-comments.gif) 0 0 no-repeat;
	padding: 20px 6px 6px 6px;
	width: 200px;
	height: 35px;
}
div#order-form-holder div#order_terms {
	background: url(/images/layout/site_wide/forms/tb-generic.gif) 0 2px no-repeat;
	display: block;
	height: 22px;
	width: 200px;
	font-size: 10px;
	padding-left: 10px;
}
p#order-form-thanks { color: #fff; width: 200px; margin: 20px 6px 6px 6px; }

div#download-form-holder { font-weight: bold; }
div#download-form-holder label { display:none; }
div#download-form-holder input { border: none; height: 20px; }
div#download-form-holder input#redeemer_name { background: url(/images/layout/site_wide/forms/tb-name.gif) 0 0 no-repeat; padding: 2px 6px 2px 44px; width: 160px; }
div#download-form-holder input#redeemer_email { background: url(/images/layout/site_wide/forms/tb-email.gif) 0 0 no-repeat; padding: 2px 6px 2px 46px; width: 158px; }
div#download-form-holder input#redeemer_city { background: url(/images/layout/site_wide/forms/tb-city.gif) 0 0 no-repeat; padding: 2px 6px 2px 36px; width: 168px; }
div#download-form-holder div#download-dob {
	background: url(/images/layout/site_wide/forms/download-dob.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 220px;
	font-weight: bold;
	font-size: 12px;
	padding: 16px 0 0 0;
}
div#download-form-holder div#gender {
	background: url(/images/layout/site_wide/forms/check-gender.gif) 0 0 no-repeat;
	display: block;
	height: 14px;
	width: 150px;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0 0 60px;
}
div#download-form-holder div#gender input { margin-top: -10px;}
div#download-form-holder input#pin_pin { background: url(/images/layout/site_wide/forms/download-pin.gif) 0 0 no-repeat; padding: 2px 10px 2px 70px; width: 136px; }
div#download-form-holder div#download_terms {
	background: url(/images/layout/site_wide/forms/tb-generic.gif) 0 2px no-repeat;
	display: block;
	height: 22px;
	width: 200px;
	font-size: 10px;
	padding-left: 10px;
}

/* Tweaks / Hacks */
*:active, *:focus { outline: none; -moz-outline-style: none; }

div#no_script {
	background: #fff;
	height: 30px;
	width: 100%;
	padding: 10px 10px 14px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.flash_notice {
	width: 1004px;
	height: 16px;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

/* Digs n Gigs */
div.dig-image {
  float: left; 
  padding: 20px; 
  width: 260px
}
div.dig-image img {
  width: 260px;
}
div.dig-content {
  margin-left: 320px;
}
div.dig .entry-content {
  margin-bottom: 2em
}

/* THE AWFUL SOCIAL BOOKMARKING BUTTONS (awful because they're a pain to line up) */
.social-bookmarks {
  line-height: 20px;
  vertical-align: middle;
}
  .social-bookmarks strong {
    font-weight: bold;
  }

    .social-bookmarks a img {
      float: none;
      margin-left: 1em;
      padding-top: 0px;
      margin-top: 0px;
    }

  /* Share This button doesn't use an img tag so we need to apply some padding elsewhere */
  .social-bookmarks #sharethis_0 {
    position: relative;
    top: 5px;
  }
  .social-bookmarks #sharethis_0 a.stbutton {
    padding-right: 0px;
    margin-left: 8px;
    padding-top: 0px;
    display: inline-block;
    height: 16px;
    width: 16px;
  }

select#order_country, select#order_delivery_country, select#redeemer_country {
  width: 206px;
}

strong.more-artists {
  float: right; 
  font-weight: bold; 
  text-transform: uppercase;
}
div.pagination {
  float: right; 
  font-weight: bold; 
  text-transform: uppercase;  
  margin-right: 2em;
}

div#forward-form {
	padding: 14px 0 0 22px;
	height: 317px;
	width: 232px;
	background: url(/images/layout/site_wide/friend-form-bg.gif) 0 0 no-repeat;
}

div#forward-form p.email input {
  background:transparent url(/images/layout/site_wide/forms/tb-email.gif) no-repeat scroll 0 0;
  padding:2px 6px 2px 44px;
  width:160px;
  border:medium none;
  height:20px;
}
div#forward-form p.description {
  color: white; 
  width: 180px; 
  padding-right: 20px; 
  display: inline;
}
ul#promotion-link-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul#promotion-link-list li {
  margin-bottom: 2px;
}

#promotion-copy-holder {
  float: left; 
  margin-left: 390px; 
  width: 340px;
}
#promotion-image-holder {
  float: left; 
  margin-left: -730px;
}
  #promotion-image-holder img {
    margin: 0 10px 30px 0;
  }
select#redeemer_born_on_3i {
  margin-left: 5px;
}
select#redeemer_born_on_2i {
  width: 65px;
}
