html { overflow-y: scroll; }
body, body.success {
 font-family:Arial, serif;
 font-size:13px;
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 line-height:1.7em;
 background-image: url(css/images/body-bg.png);
 background-repeat: repeat-x;
 border: none;
}

/* HIDDEN TEXT */
.alt-text { margin-left: -5000px; }

/* TEXT ALIGNMENTS */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
 

/* BG */
.bg-black { background: #000; }
.bg-grey { background: #ccc; }
.bg-red { background: #f00; }
.bg-blue { background: #00f; }
.bg-green { background: #0f0; }

/* ANCHORS */
a {
 border-bottom:1px dotted #000;
 text-decoration:none;
 color:#000;
 font-weight:600;
 outline: none;
}
a:hover {
 color:#AF0C0C;
 border-bottom:1px dashed #AF0C0C;
 background-color:#f7f7f7;
}

/* TEXT */
p + p {
 text-indent: 0;
 margin-top: 1em;
}

.text-red {
 color: #AF0C0C;
}

/* TABLES */
table, td, th { 
 vertical-align: top;
}

/* STRUCTURE */
#wrapper {
 width: 940px;
 padding: 0 7px 0 7px;
 margin: auto;
 background-image: url(css/images/wrapper-bg.png);
 background-repeat: repeat-y;
}

#header {
 height: 129px;
 background-image: url(css/images/header-bg.png);
 background-repeat: none;
}
#header a#header-link { display: block; height: 129px; width: 100%; text-decoration: underline; }
#header a#header-link:hover { background: none; border: none; }

#navigation {
 font-family: Arial;
 font-size: 18px;
 line-height: 42px;
 font-weight: bold;
 color: #FFF;
 background: #000;
}

/* Main Navigation */
ul#main-nav {
 margin: 0;
 padding: 0;
}   
#main-nav li {
 display: inline;
 list-style-type: none;
}
#main-nav li a {
 text-decoration: none;
 color: #fff;
 padding-left: 10px;
 padding-right: 10px;
 display: block;
 height: 42px;
 float: left;
 border: none;
}
#main-nav li:first-child a {
 padding-left: 10px;
}
#main-nav li a:hover {
 background: none;
 color: #AF0C0C;
 text-decoration: none;
}
#main-nav li.current_page_item a {
 background: #000 url(css/images/heart.png) center center no-repeat;
 color: #AF0C0C;
 text-decoration: none;
}


/* SEARCH BOX */
#search-box {
 font-weight: normal;
}
#search-box input {
 border: none;
 background: #cceaea;
 margin-left: 10px;
 margin-right: 10px;
 border:
}

/* NAV SHADOW */
#nav-shadow {
 height: 3px;
 background: #333;
 background-image: url(css/images/nav-shadow-gray-bg.png);
 background-repeat: repeat-x;
}

/* SUB NAVIGATION */
#sub-nav {
 height: 24px;
 background: #666;
 color: #fff;
 border-bottom: 1px solid #ccc;
 font-size: 12px;
}
#sub-nav div.sub-nav-padder-left {
 padding: 0px 0px 5px 10px;
}
#sub-nav div.sub-nav-padder-right {
 padding: 0px 10px 5px 0px;
}
#sub-nav a {
 color: #fff;
 text-decoration: none;
 border-bottom: none;
 padding-left: 2px;
 padding-right: 2px;
}
#product-categories ul {
 margin: 0;
 padding: 0;
}
#product-categories ul li {
 display: block;
 float: left;
 list-style-type: none;
}
#product-categories a:hover {
 color: #fff;
 background: #000;
}
#product-categories .current_page_item a {
 color: #fff;
 background: #000;
 font-weight: bold;
}
#product-categories span {
 padding: 0 1em 0 1em;
}
#cart-info {
 font-size: 12px;
 font-weight: normal;
}
#cart-info span {
 display: inline-block;
 padding: 0 .5em 0 .5em;
}
a#view-cart {
 padding-left: 27px;
 background: transparent url(css/images/cart-icon.png) scroll no-repeat left center; 
 font-weight: normal;
}
a#checkout {
 background: none;
 font-weight: normal;
}
a#view-cart:hover, a#checkout:hover {
 text-decoration: underline;
}


/* BLURB */
#blurb {
 font-family:Georgia;
 height:auto;
 border-bottom:1px dotted #ccc;
 width:100%;
 float:left;
 padding: 24px 0px 30px 0px;
 font-size:32px;
 font-weight:400;
 line-height:1.2em
 text-align: center;
}

#content {
    
}

#main-column {

}
.main-column-padder {
 padding: 0px 0px 0px 40px;
}
h1, h2, h3, h4, h5, h6 {
 font-family: Georgia;
}
h1 {
 font-size: 28px;
 text-indent: -40px;
 padding-left: 40px;
 margin-bottom: .75em;
 padding-top: 2px;
 padding-bottom: 2px;
}
h1 span {
 margin-right: 20px;
 padding: 0px 25px 0px 40px;
 background: #000;
 color: #fff;
}
h1 a { 
 border-bottom: none; 
 background: #000;
 color: #fff;
}
h1 a:hover {
 border-bottom: none; 
 background: #000;
}
span.page-header-message {
 font-style: italic;
 font-size: 12px;
}
#sidebar {
}
#sidebar h2, #product-sidebar h2 {
 font-family: Arial;
 font-weight: bold;
 color: #fff;
 background: #000;
 font-size: 18px;
 padding: 5px 6px 10px 6px;
 margin-bottom: 5px;    
}
#sidebar h2 + img, #product-sidebar h2 + img {
 margin-top: -5px;
 border-bottom: 1px dotted #000;
}

#sidebar > div, #product-sidebar > div {
/* border-bottom: 12px solid #000; */
/* padding: 0px 10px 6px 0px; */
 margin-bottom: 21px;
}
#sidebar > div > div, #product-sidebar > div > div {
 padding-right: 10px;
}
#sidebar ul, #sidebar ol, #product-sidebar ul, #product-sidebar ol {
 margin: 0px 10px 0px 0px;
 padding: 0px 10px 6px 0px;
 list-style-type: none;
}
#sidebar li a, #product-sidebar li a {
 display: block;
 border-bottom: dotted 1px #333;
}
#sidebar fieldset, #product-sidebar fieldset {
 border: none;
 margin: 0;
 padding: 0;
}
#sidebar #mc_signup_container {
 padding: 0;
}
#sidebar img {
 display: block;
 margin-top: -5px;
}

#footer-skyline {
 height: 111px;
 background-image: url(css/images/footer-bg.png);
 background-repeat: none;
}

#footer {
 height: 30px;
 color: #FFF;
 background: #000;    
}

#footer div {
 font-size: 12px;
 line-height: 30px;
 padding: 0 10px 0 10px;
 text-align: right;
} 
#footer a {
 color: #AF0C0C;
 text-decoration: none;
}
#footer a:hover {
 background: none;
}

/* POSTS */
.post {
padding:0 30px 20px 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a {
font-family:Georgia;
font-size:28px;
/*margin:40px 0 10px 0; */
margin:40px 0 20px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:Georgia;
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
/*margin:10px;*/
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}
.post .by-line {
 font-size: 10px;
 margin-top: -1.25em;
 color: #333;
}
.post .by-line span {
 background: #DFDFDF;
}


/* The Ministry of Heart Release */
div.release {
 border: 1px solid #333;
 background: #cceaea;
 padding: 10px;
}

/* CHARACTER PAGES */
table.character h3 {
 margin-top: 0px;
 padding-top: 0px;
}

/* HOME PAGE FEATURE */
h1.feature {
 text-indent: 0px;
 background: #000;
 color: #fff;
 margin-bottom: 0px;
}
h1.latest-from-blog {
 text-indent: 0px;
 background: #fff;
 color: #AF0C0C;
 margin-bottom: 20px;   
}
h1.latest-from-blog a {
 background: #fff;
 color: #AF0C0C;
}
a.blog-button {
 color: #fff;
 background: #000;
}    
a.blog-button:hover {
 color: #AF0C0C;
 background: #000;   
}

div.feature-img {
 margin-left: 40px;
}
div.feature-img img {
 display: block;
}    
div.feature-img a {
 border: none;
 padding: 0;
}
div.feature-img a:hover {
 border: none;
 background: none;
}
div.feature-img a img {
 margin: 0;
}
div.feature-box {
 background: #333;
 color: #fff;
 margin: 0 0 0 40px;
 padding: 5px 10px 5px 10px;
}
div.feature-box-footer {
 background: #000;
 color: #AF0C0C;
 margin: 0 0 30px 40px;
 padding-right: 10px;
}
div.feature-box-footer a {
 color: #AF0C0C;
}    
div.feature-box-footer a:hover {
 color: #AF0C0C;
 border: none;
 text-decoration: underline;
 background: none;
}    
div.feature-box a:hover img {
 background: none;
 border: none;
}




/* BIG CARTEL OVERRIDES */

.sale {
 color: #AF0C0C;
 font-style: italic;
}
.sold {
 color: #AF0C0C;
 font-style: italic;
}
.soon {
 color: #AF0C0C;
 font-style: italic;
}

/* PRODUCTS */
.product-box a {
 border: none;
}
.product-info-box {
 color: #fff;
 background: #000;
 width: 169px;
 height: 38px;
 margin: 0 auto;
 font-size: 12px;
 line-height: 1.3em;
 padding: 5px 3px 3px 3px;
}
.product-info-box a {
 color: #fff;
 background: none;
 border: none;
}
.product-info-box a:hover {
 color: #AF0C0C;
}
.product-row + .product-row {
 margin-top: 25px;
}

/* PRODUCT */
.product-image-box {
    margin-top: 40px;
}
a#product-image, a#product-image:hover {
 border: none;
}

h3.product-price {
 margin-top: 1em;
}

button.cart, button.add-to-cart, button.contact-send {
 color: #fff;
 background: #000;
}
a.cart-button {
 color: #fff;
 background: #333;
}    
.product-remaining {
 font-weight: bold;
 padding: 5px 0px 5px 0px;
}

/* Image Thumb navigation */
#images-nav {
 margin-top: 1.6em;
 text-align: center;
}
#images-nav a {
 text-decoration: none;
 color: #fff;
 padding-left: 10px;
 padding-right: 10px;
 height: 42px;
 border: none;
}
#images-nav a:hover {
 background: none;
}

/* SOCIABLE */
div.sociable {
 border-top: 1px dotted #ccc;
}
div.sociable_tagline {
 color: #6F6F6F;
}
