@charset "utf-8";
/* reset */
body, p, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
ul, ol { list-style: none;}
abbr { text-decoration: none; border: none; }


/* style */
body { 
  text-align: center;
  background: #fbecad url(bg-dots-brn-lt.png) repeat scroll 0% 0%;
  font: 14px/144% 'Courier New',courier,monospace; 
  color: #000;
}
a:link { color: #a06;}
a:visited { color: #804;}

h3 {
  margin-top: 10px;
}

#head {
  background: #fbecad url(head-bg.png) repeat-x scroll 0% 0%;
}
#head .liner {
  width: 960px;
  margin: 0 auto;
  background: transparent url(head-top.png) no-repeat scroll bottom right;
}
#header {
  height: 0;
  padding-top: 120px;
  overflow: hidden;
  line-height: 10em;
  background: transparent url(invokearts-trans.png) no-repeat scroll 0% 10px;
  cursor: pointer;
}


#page {
  margin: 0 auto;
  width: 960px;
  min-height: 400px;
  margin-bottom: 30px;

  text-align: left;
  background-color: #F7E7A7;
  margin-bottom: 30px;
  border: 1px solid #B3BF61;
  border-width: 0px 1px 1px;
}
#content {
  float: left;
  width: 694px;
}
#sidebar {
  float: right;
  width: 266px;
}
#foot {
  clear: both;
  position: relative;
}


#navigation {
  margin-top: -5px;
  padding: 3px 0 0;
}
#navigation > div > div {
  float: left;
  padding: 2px 0.5em;
  margin-left: 0.5em;
  margin-bottom: -1px;
  background-color: #8E1A53;
  color: #fff8d3;
  font-size: 16px;

  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
#navigation > div > div:hover {
  background-color: #932560;
}
#navigation > div > div:hover a {
  color: white;
}
#navigation > div > div.active {
  background-color: #424D1F;
}
#navigation > div > div.active a:link,
#navigation > div > div.active a:visited {
  color: #B3BF61; 
}
#navigation a:link, 
#navigation a:visited {
  text-decoration: none;
  color: #fff8d3;
}


#content > .liner {
  border-top: 2px solid #B3BF61;
  padding: 1em;
  margin-right: -1px;
}

#sidebar .whee {
  height: 50px;
  border-left: 1px solid #B3BF61;
  border-bottom: 2px solid #B3BF61;
  background: #fbecad url(head-bot.png) no-repeat scroll top right;
}

#foot .liner {
  font-size: 12px;
  color: #807240;
  padding: 0 1em;
  letter-spacing: 0.05em;
}
.clear {
  clear: both !important; 
}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* sidebar stuff */
#sidebar #address { 
  font-family: "Courier New", courier, monospace;
/*  background-color: #F2E4AA; */
  text-align: center; 
/*  border-top: 5px solid #ed9;*/
  border-bottom: 0;
}
#sidebar #address p { margin: 0; }
#sidebar #address .fn  { 
  font-size: 34px; 
  line-height: 30px; 
  letter-spacing: 0.01em;
  font-weight: bold; 
  color: #B4A66E; 
}
#sidebar #address .street-address  { 
  font-size: 24px; 
  line-height: 30px;
  letter-spacing: 0.2em; 
  color: #807240;
  text-transform: uppercase;
}
#sidebar #address .city-state-zip  { 
  font-size: 15px; 
  line-height: 18px; 
  color: #5A4F25; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#sidebar #address .tel { 
  font-size: 18px; 
  line-height: 20px; 
  color: #5A4F25; 
  letter-spacing: 1.5px; 
}
#sidebar #address a.email {
  font-size: 15px;
  line-height: 19px;
  color: #b42;
  text-decoration: none;
}

#sidebar .block, #content .article .item {
  background-color: #fff3b4;
  margin: 10px 10px 0 0;
  padding: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#sidebar h3, #content .article .item h2 {
  color: #424d1f;
  background-color: #CCEE78;
  margin: -10px -10px 5px;
  padding: 10px 10px 5px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;

}
#sidebar p {
  font-size: 12px;
  line-height: 122%;
  margin-bottom: 0.5em;
}
#sidebar #subscribe {
  background: transparent url(feed.png) no-repeat scroll center left;
  padding-left: 20px;
}
#sidebar #newsletter input.subscribe {
  font: Courier, "Courier New", monospace;
  font-size: 1.5em;
  width: 100%;
  background-color: #F2E4AA;
  color: #5A4F25;
  border: 1px solid #B3BF61;
  outline: 0;
}

#tags .content {
  margin: 0 -5px;
}

.tags a {
  float: left;
  padding: 0 0.5em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.tags a:hover {
  background-color: #a06;
  color: #fff8d3;
  text-decoration: none;
}
.tags a.low {
  font-size: 0.8em;
}
.tags a.middle {
  font-style: italic;
}
.tags a.high {
  font-weight: bold;
}

/* info page */
table.shipping {
  width: 100%;
  background-color: #f7e8ae;
  border: 1px solid #be3;
}
table.shipping th {
  padding: 0 0.25em;
  color: #424d1f;
  background-color: #be3;
}
table.shipping td {
  padding: 0 0.25em;
  border-top: 1px solid #be3; 
}

/* text stuff */
#content .article h2, .item h2 { 
  margin: 1em 0 0;
  font-size: 18px;
}
#content .article h2 a { text-decoration: none; }
#content .article .publish_date {
  font-weight: normal;
  font-size: 14px;
  background-color: #be3;
  color: #424D1F;
  padding: 3px 5px 2px;
  margin-left: -1em;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-topright: 8px;
}
#content .article p, .item p {
  padding: 0.5em 0 0;
}
#content .article p strong {
  color: #543;
}
#content .article .showcase {
  margin: 1em -1em;
  background-color: #f7e8ae;
  padding: 1em;
}
#content .article .showcase img {
  border: 3px solid;
}


/* store */
#filter {
  margin-top: 0.5em;
}
#filter .filter {
}
#filter a:link,
#filter a:visited {
  color: #a06;
}
#filter .active {
  padding: 0 0.5em;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: white;
  font-weight: bold;
  background-color: #a06;
}

#stamplist {
  margin: 0 -1em;
  padding: 1em;
/*  background-color: #f7e7a7;*/
}
#stamplist > .stamp {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff3b4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#stamplist .zine {
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff3b4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#stamplist > .stamp.clear { margin-right: 2%;}
.stamp a {
  text-decoration: none;
}
#stamplist .thumbnail {
  float: left;
  padding: 5px;
  width: 130px;
  margin-right: -135px;
  text-align: center;
}
#stamplist img {
  float: right;
  border: 2px solid #800;
}
#stamplist .details {
  margin-left: 135px;
  text-align: left;
  padding: 10px;
}

#stamp { width: 100%; }
#stamp .image {
  text-align: center;
  padding: 5px;
  width: 400px;
  float: left;
}
#stamp .image .inner {
  float: right;
}
#stamp .image img {
  border: 2px solid #800;
}
#stamp .details {
  width: 18em;
  float: right;
}

.details h4 {
  font-size: 18px;
}
.details ul .release {
  display: none;
}
.details ul .new {
  background-color: #be3;
  text-align: center;
  color: #424D1F;
  padding: 2px 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: block !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.details ul .no {
  font-size: 12px;
}
.details ul .dim {
  font-size: 12px;
  line-height: 12px;
}
.details ul .price {
  margin: 5px 0;  
}
.details ul .price > span {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  background-color: #be3;
  color: #424D1F;
  padding: 2px 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
