/* Kingdom Death Store - Custom CSS */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 140%;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
  margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.button {
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}
#cart-total .button {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 9px;
  margin-left: 20px;
}


/* WRAPPER */

#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}


/* TOP */

#top {
  padding: 30px 30px;
}
  #search {
    width: 250px;
    float: right;
    font-size: 11px;
  }
    #search input {
      border: none;
      text-transform: uppercase;
      width: 65px;
    }
    #search label input {
      width: 175px;
    }
  
  #top h1 {
    font-size: 35px;
  }

/* Header */
#header { 
background-color:#000000;
background-image:url(http://poots.com/peoples/mod/template/templates/Default_Template/images/header_back.gif);
background-position:center bottom;
background-repeat:repeat;
height:40px;
margin-top:-32px;
padding:0;
position:relative;
text-align:left;
width:100%;
display:none;
}

.kd_header_logo {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.adampoots.com/kd_website/images/kingdomdeath_logo_header.jpg) no-repeat scroll left top;
height:214px;
margin-bottom:15px;
width:960px;
}

/* Store Nav */
.store_nav_wrapper { width: 960px; margin-left:auto;margin-right:auto; }
#store_nav { font-size:15px;color:#FFF;background:#000;letter-spacing:-1px;height:26px; width:90px;-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px; }
#store_nav a { color:#fff;text-decoration:none; }
#store_nav a:hover { color:#00ccff; }
#store_nav .selected { color:#00ccff; }


/* BAR */

#bar {
  margin-bottom: 20px;
  height: 30px;
  padding:0 40px 0 28px;
}
  #cart {
    float: right;
    line-height: 30px;
    padding-left: 30px;
  }
    #cart a {
      font-weight: bold;
    }
    #bar #cart a:link, #bar #cart a:visited {
      color: #00ccff;
      text-decoration: underline;
    }
    #bar #cart a:hover, #bar #cart a:active {
      color: #c1c8ce;
    }
  
  #menu {
    float:left;
  }


/* CONTENT */

.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
  margin: 0 30px;
  background: transparent url(http://shop.kingdom-death.com/templates/01/_images/common/divider-vert.gif) 0 0 repeat-y;
}
  #main.wide {
    background: none;
  }

  #content {
    width: 586px;
    float: right;
  }
    #main.wide #content {
      width: auto;
      float: none;
    }
    #content h2 {
      font-size: 21px;
    }
    #content h3, p.price {
      font-size: 16px;
      font-weight: bold;
    }
    
    #banner, #welcome, #featured {
      margin-bottom: 30px;
    }
    
    #crumb {
      font-weight: bold;
      margin-bottom: 25px;
      font-size: 11px;
    }
    
    #pagination {
      text-align: center;
      height: 20px;
    }
      #pagination a#prev {
        float: left;
      }
      #pagination a#next {
        float: right;
      }
    
    /* Category Page */
    #products td {
      background: #f2f2f2;
      text-align: center;
      font-weight: bold;
    }
      #products td h3 {
        margin-bottom: 3px;
        font-size: 12px;
      }
      #products td p {
        margin: 0;
      }
      #products td p img {
        vertical-align: middle;
        margin-left: 10px;
      }
    
    /* Product page */
    #photos {
      width: 290px;
      float: right;
      margin-left: 30px;
      display: inline;
    }
      #photos img {
        width: 290px;
        margin-bottom: 10px;
      }
      #photo-thumbs {
        text-align: center;
      }
      #photo-thumbs img {
        width: 80px;
        margin: 5px;
        vertical-align: middle;
      }
    
    /* Cart page */
    .cart-item {
      margin-bottom: 15px;
      padding-bottom: 15px;
      background: transparent url(http://shop.kingdom-death.com/templates/01/_images/common/divider-horizontal.gif) left bottom repeat-x;
    }
      .cart-item img {
        height: 70px;
        float: left;
        margin-right: 15px;
        display: inline;
      }
      .cart-item h3, .cart-item p {
        margin-bottom: 4px;
      }
    
    #cart-total {
      background: #f2f2f2;
      padding: 15px;
      text-align: center;
    }
      #cart-total strong {
        font-size: 21px;
      }
      #cart-total img {
        vertical-align: middle;
        margin-left: 20px;
      }

      p.product-options input {
        vertical-align: middle;
      }
    
    p#google-checkout {
      text-align: center;
    }
    p#google-checkout img {
      /* display: block; */
      margin: 0 auto;
    }
    
    p#update-cart {
      font-weight: bold;
      font-size: 14px;
    }
    
      
  /* Common to all pages */
  #side {
    width: 170px;
    float: left;
  }
    #side h2 {
      font-size: 17px;
    }
    #side li {
      padding-bottom: 3px;
      margin-bottom: 3px;
      list-style: none;
      font-size: 12px;
    }
      #side li a {
        text-decoration: none;
      }
    
    #side li li {
      font-size: 11px;
      padding: 0;
      background: none;
      font-weight: normal;
      margin: 0 0 0 10px;
    }
    
    #side li.selected {
      font-weight: bold;
    }

/* FOOTER */

#footer {
  margin: 20px 30px;
  padding-top: 7px;
  background: transparent url(http://shop.kingdom-death.com/templates/01/_images/common/divider-horizontal.gif) 0 0 repeat-x;
}

/* Advanced Search */

.blur{
  background-color: #ccc; /*shadow color*/
  color: inherit;
  position:absolute;
  width:370px;  
  top:30px;
  float:right;
}

.shadow, .content {
  position: relative;
  bottom: 2px;
  right: 2px;
}
.shadow {
  background-color: #666; /*shadow color*/
  color: inherit;
}

.content {
  background-color: #fff; /*background color of content*/
  color: #000; /*text color of content*/
  border: 1px solid #000; /*border color*/
  height: 250px;
}  
  
a:link, a:visited {
    color: #2c4059;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7d8da2;
    text-decoration: underline;
}

/* Buttons */
.button {
  background: #a6c634;
  color: #FFF !important;
}
.button:hover {
  background: #c9dc87;
}

/* Top */
#top h1 {
  color: #2c4059;
}

#search input {
  background: #a6c634;
  color: #FFF;
}
#search label input {
  background: #FFF;
  color: #000;
  border: 1px solid #999;
}

/* Bar */

  #bar a:link, #bar a:visited {
      color: #c1c8ce;
      text-decoration: none;
  }
  #bar a:hover, #bar a:active {
      text-decoration: underline;
  }
  
  #cart {
            background: transparent url(http://custom.buyitsellit.com/23280/cart_icon.gif) 0 6px no-repeat;
      color: #666;
    
  }
  
  #cart-total strong {
    color: #2c4059;
  }
  
  #menu {color:#c1c8ce;}

/* Content */
#content h2, #side h2 {
  color: #666;
}
  #content h3 {
    color: #666;
  }
  
  #products td p, p.price {
    color: #0b95ff;
  }

/* Side */
#side li a:link, #side li a:visited {
    color: #0b95ff;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #69bcfc;
}



/* Footer */
#footer p, #footer a {
  color: #6b798a;
}

/* Social Stuff */
.social_container { }
.social_container a { color:#00ccff; }
.social_title { font-size:10px;text-transform: uppercase;color:#999;font-weight: bold;border-bottom:2px dotted #ccc;padding:0px 0px 5px 15px; }
.social_left { width:640px;float:left; }
.social_content { margin:10px 0px 0px 15px;width:185px; height:40px;display:block;font-size:10px;text-transform: uppercase;float:left; }
.social_content span { margin:13px 0 0 40px;position:absolute; }
#mail { background:transparent url(http://www.adampoots.com/kd_website/images/bttn_social_mail.gif) no-repeat scroll left top; }
#mail span { margin:13px 0 0 55px;}
#mail:hover { background-position: left bottom; }
#rss { background:transparent url(http://www.adampoots.com/kd_website/images/bttn_social_rss.gif) no-repeat scroll left top; }
#rss:hover { background-position: left bottom; }
#twitter { background:transparent url(http://www.adampoots.com/kd_website/images/bttn_social_twitter.gif) no-repeat scroll left top; }
#twitter:hover { background-position: left bottom; }

.social_right { width:300px;float:right; }
.social_subtitle { margin-top:10px;font-size:10px;text-transform: uppercase;color:#999;font-weight: bold; }
.social_content_small { padding:2px 0px 2px 20px;font-size:11px;float:left;margin:10px 10px 0 0; }
#facebook { background:transparent url(http://www.adampoots.com/kd_website/images/icon_facebook.gif) no-repeat scroll left top; }
#facebook:hover { text-decoration: underline; }
#digg { background:transparent url(http://www.adampoots.com/kd_website/images/icon_digg.gif) no-repeat scroll left top; }
#digg:hover { text-decoration: underline; }
#myspace { background:transparent url(http://www.adampoots.com/kd_website/images/icon_myspace.gif) no-repeat scroll left top;}
#myspace:hover { text-decoration: underline; }
#twitter_share { background:transparent url(http://www.adampoots.com/kd_website/images/icon_twitter.gif) no-repeat scroll left top;}
#twitter_share:hover { text-decoration: underline; }
.clear { clear:both;position:relative;border:0 none;height:0;width:0; }

/* Kingdom Death Header */

.kingdom-death-header { width:935px;margin:0px auto 30px auto;}
#store_nav { -moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;background:#000000 none repeat scroll 0 0;color:#FFFFFF;font-size:15px;height:26px;letter-spacing:-1px;text-align:center;width:120px;margin: 0px auto; }
#store_nav a { color:#FFFFFF;text-decoration:none; }
#store_nav .selected { color:#00CCFF; }
.content-block { float:left;display:block;font-size:11px;text-align:left;word-spacing:-1.5px;color:#666666; }
.header-spacer { width:1px; height:95px; float:left; margin:76px 20px 0px 20px;display:block;background:#ebebeb; }
.hr-clear { clear:both; border:0 none;height:0;width:0; }
.category-tags { color:#999999;font-size:11px;font-style:italic;margin:0 auto;padding:5px 0;width:935px;}
.category-tags a { color:#999999;text-decoration:none; font-style:italic; }
.category-tags a:hover { text-decoration:underline; }
#join-facebook { background:transparent url(http://www.adampoots.com/kd_website/images/bttn-join-facebook.png) no-repeat left top; width:54px; height:21px;display:block;margin:-26px 0px 0px 0px; position:absolute; }
#join-facebook:hover, #follow-twitter:hover { background-position: left bottom; }
#follow-twitter { background:transparent url(http://www.adampoots.com/kd_website/images/bttn-follow-twitter.png) no-repeat left top; width:63px; height:21px;display:block;margin:-26px 0px 0px 60px; position:absolute;  }

/* Content */
.left { width:234px; }
.middle { width:385px;padding-top:97px;line-height:14px; }
.right { width:230px;padding-top:80px; }
.mail-link { color:#999999; }
.mail-link:hover { color:#00ccff; }

/* Kingdom Death Mailing List */

.mailing-list { }
.bttn-join-mailer { width:228px; height:69px; display:block; text-indent:-9999px; background:transparent url(http://www.adampoots.com/kd_website/images/bttn-join-mailer-med.png) no-repeat top left;margin-left:-10px; }
.bttn-join-mailer:hover { background-position: bottom left;}
.bttn-subscribe { float: right; }
.noborder { border: medium none;padding:0px; }
#mc-embedded-subscribe { background: #00ccff; color:#ffffff;float:right;border: medium none;padding:3px; }
#mc_embed_signup { width:280px; position:absolute; padding-top:97px; }
.mc-field-group { width:200px;float:left;font-size:10px;color:#990000;}
div.mce_inline_error { margin-top:-60px !important;position:absolute;width:266px !important; }
#mce-EMAIL { width:200px; }
.mc_embed_close { display:none; }
.mailing-message { color:#666666;margin-top:10px;line-height:11px; }






































































