@font-face {
  font-family: goudy_font;
  src: url("/font/goudyo.eot") /* EOT file for IE */
}

@font-face {
  font-family: goudy_font;
  src: local(goudy_font), url('/font/goudyo.ttf') format('opentype');
}

body {
  margin: 0;
  padding: 0;
  font-family: goudy_font;
  font-size: 14px;
  color: black;
  background-color: white;
}

hr { border: 1px dashed #e2e2e2 }

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-family: goudy_font;
  font-weight: normal;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }

p {
  margin-top: 0;
  line-height: 150%;
}

ul, ol {
  margin-top: 0;
  line-height: 240%;
}

ul.smalltext, ol.smalltext {
  margin-top: 0;
  line-height: 140%;
}

a {
  text-decoration: none;
  color: #a45362;
}

a:hover {
}

/* Header */

#header {
  margin-top: 5px;
}

#header-top,
#header-bot {
  height: 40px;
  background: url(/images/layout/gingham-tile.jpg) repeat-x;
  width: 1000px;
  margin: 0px auto;
}

#container {
  height: 50px;
  width: 1000px;
  margin: 0px auto;
}

#logo {
  float: left;
  width: 450px;
  margin: 0;
  padding: 0;
}

#basket {
  float: right;
  display: none;
  margin: 5px 0px;
  width: 200px;
}

#basket-items,
#basket-costs {
  font-weight: bold;
  margin: 2px 0px 2px 25px;
  text-align: right;
  width: 60px;
}


/* Menu */

#menu {
  width: 1000px;
  height: 30px;
  margin: 5px auto;
  padding: 0;
}

#menu ul {
  margin: 0px;
  padding: 5px 0px 0px 10px;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
  padding: 0px 0px 0px 30px;
}

#menu a {
  display: block;
  height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #a45362;
}

#menu a:hover, #menu .current_page_item a {
  text-decoration: none;
  color: black;
}

#menu .current_page_item a {
}

#menu-admin {
  height: 30px;
  margin: 10px auto;
  padding: 0;
}

#menu-admin ul {
  float: right;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  list-style: none;
  line-height: normal;
}

#menu-admin li {
  float: left;
  padding: 0px 0px 0px 20px;
}

#menu-admin a {
  display: block;
  height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #a45362;
}

#menu-admin a:hover, #menu .current_page_item a {
  text-decoration: none;
  color: black;
}

/* Page */

#wrapper {
  margin-top: 20px;
}

#wrapper2 {
  background-color: white;
}

#wrapper-bgtop {
}

#page {
  width: 940px;
  margin: 0 auto 10px auto;
  padding-top: 0px;
}

/* Content */

#content {
  float: left;
  width: 620px;
  padding: 0px 10px 0px 10px;
  border: 0px solid #E2E2E2;
  text-transform: lowercase;
}

#content-admin {
  float: left;
  width: 920px;
  padding: 10px 10px 0px 10px;
  border: 0px solid #E2E2E2;
}

#content h1,
#content h2,
#content-admin h1,
#content-admin h2 {
  border-bottom: 4px #e4e4e4 solid;
  margin-bottom: 5px;
}

#content h1,
#content h2,
#content h3,
#content-admin h1,
#content-admin h2,
#content-admin h3 {
  text-align: left;
  font-weight: normal;
  text-transform: lowercase;
}

.post {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px 30px 10px 30px;
  background-color: white;
  border: 1px solid #E2E2E2;
}

.post .title {
  margin: 0px;
  padding: 7px 0px 0px 0px;
}

.post .title a {
  border: none;
  letter-spacing: -3px;
  text-align: left;
  text-shadow: 1px 1px 1px #B5B5B5;
  font-weight: normal;
  color: #a45362;
}

.post .meta {
  margin-bottom: 30px;
  padding: 0px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
}

.post .meta .date {
  float: left;
}

.post .meta .posted {
  float: right;
}

.post .meta a {
}

.post .entry {
  padding: 0px 0px 30px 0px;
  padding-bottom: 20px;
  text-align: justify;
}

.post table    { width: 100%; border: 1px solid #e2e2e2; border-collapse: collapse; }
.post table th { border: 1px solid #e2e2e2; background-color: #a45362; color: white; }
.post table td { border: 1px solid #e2e2e2; color: black; }

.post-footer    { clear:both; }

table.review th { padding: 4px; border: 1px solid #e2e2e2; background-color: #a45362; color: white; }
table.review td { padding: 4px; border: 1px solid #e2e2e2; color: black; }

.links {
  float: right;
  margin: 20px 0px 30px 0px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

.more {
  display: block;
  float: left;
  padding: 0px 0px 0px 0px;
  margin-right: 30px;
}

.comments {
}

/* Sidebar */

#sidebar {
  margin-right: 10px;
  float: right;
  width: 280px;
  border-top: 1px solid #e4e4e4;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
  overflow: hidden;
  padding: 10px 0px 0px 0px;
}


#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 0;
  padding: 0;
}

#sidebar li ul {
  margin: 0 0 0 -10px;
  padding-bottom: 50px;
}

#sidebar li li {
  line-height: 35px;
  border-bottom: 1px dashed #927160;
  margin: 0px 30px;
  font-weight: normal;
}

#sidebar li li span {
  display: block;
  margin-top: -20px;
  padding: 0;
  font-style: italic;
}

#sidebar li li a {
  padding: 0px 0px 0px 0px;
  color: #00AAE4;
}

#sidebar h2 {
  height: 40px;
  margin: 0px 10px 20px 10px;
  padding: 7px 0px 0px 20px;
  background: #000080;
  border: 2px solid #e4e4e4;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #000000;
  font-size: 14px;
  font-weight: normal;
  color: yellow;
}

#sidebar p {
  margin: 0 0px;
  padding: 0px 30px 20px 30px;
  text-align: justify;
}

#sidebar a {
  border: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#htmltagcloud {
  padding-left: 20px;
  font-family: goudy_font;
}

span.tagcloud0 { font-size: 10px;}
span.tagcloud0 a {text-decoration: none;}
span.tagcloud1 { font-size: 11px;}
span.tagcloud1 a {text-decoration: none;}
span.tagcloud2 { font-size: 12px;}
span.tagcloud2 a {text-decoration: none;}
span.tagcloud3 { font-size: 13px;}
span.tagcloud3 a {text-decoration: none;}
span.tagcloud4 { font-size: 14px;}
span.tagcloud4 a {text-decoration: none;}
span.tagcloud5 { font-size: 15px;}
span.tagcloud5 a {text-decoration: none;}
span.tagcloud6 { font-size: 16px;}
span.tagcloud6 a {text-decoration: none;}
span.tagcloud7 { font-size: 17px;}
span.tagcloud7 a {text-decoration: none;}
span.tagcloud8 { font-size: 18px;}
span.tagcloud8 a {text-decoration: none;}
span.tagcloud9 { font-size: 19px;}
span.tagcloud9 a {text-decoration: none;}
span.tagcloud10 { font-size: 20px;}
span.tagcloud10 a {text-decoration: none;}


/* Footer */

#footer {
  width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0 5px 0;
  font-family: goudy_font;
  border-top: 1px dashed #e2e2e2;
}

#footer .content {
  width: 880px;
  margin: 0px auto;
  padding: 0px 40px 0px 40px;
}

#footer p {
  margin: 0;
  padding-top: 10px;
  line-height: 0.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
}

#footer a {
}

#footer ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#footer ul li { display: inline; }

#footer ul li a {
  text-decoration: none;
  padding: .2em 1em;
  color: #fff;
  background-color: #a45362;
}

#footer ul li a:hover {
  color: #fff;
  background-color: black;
}

/**************** thumbnail styles ****************/

.thumbnail {
    display: block;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #DDDDDD;*/
    margin-top: 0px;
    padding-top: 5px;
}

.thumb1,
.thumbleft {
    float: left;
    margin: 0 5px 4px 0;
    padding: 4px;
    border: 1px solid #a0a0a0;
    text-align: center;
}

.thumb2,
.thumbcenter {
    display: block;
    margin: 0 auto 4px auto;
    padding: 4px;
    border: 0px solid #a0a0a0;
    text-align: center;
}

.thumb3,
.thumbright {
    float: right;
    margin: 0 0 5px 10px;
    padding: 4px;
    border: 1px solid #a0a0a0;
    text-align: center;
}

.thumb1 p,
.thumb2 p,
.thumb3 p,
.thumbleft   p,
.thumbcenter p,
.thumbright  p {
    margin: 0;
    padding: 0;
}

.thumb1 img,
.thumb2 img,
.thumb3 img,
.thumbleft   img,
.thumbcenter img,
.thumbright  img {
    margin: 0px;
    padding: 0px;
}

.thumb1 a img,
.thumb2 a img,
.thumb3 a img,
.thumbleft   a img,
.thumbcenter a img,
.thumbright  a img {
    border: none;
}

/* Shop */

table#shop        { width: 100%; border: 0px solid white; border-collapse: collapse; }
table#shop th     { border: 0px solid white; padding: 10px; background-color: #a45362; color: white; }
table#shop td     { border: 0px solid white; padding: 10px; color: black; }
table#shop td p   { text-align: center; line-height: 1em; font-weight: bold; margin: 3px 0; }

.prodcell {
  overflow: hidden;
  margin: 0px;
  padding: 10px;
  border: 1px solid #E2E2E2;
  text-transform: lowercase;
}


table.blocker       { width: 100%; border: 1px solid #e2e2e2; border-collapse: collapse; }
table.blocker th    { border: 1px solid #e2e2e2; background-color: #a45362; color: white; }
table.blocker td    { border: 1px solid #e2e2e2; color: black; }

table.blocker3       { width: 100%; border: 0px solid #e2e2e2; border-collapse: collapse; }
table.blocker3 th    { border: 0px solid #e2e2e2; background-color: #a45362; color: white; padding: 0 2px; }
table.blocker3 td    { border: 0px solid #e2e2e2; color: black; padding: 0 2px; }

table.blocker2       { width: 100%; border: 1px solid #e2e2e2; border-collapse: collapse; }
table.blocker2 th    { border: 1px solid #e2e2e2; background-color: #a45362; color: white; padding: 0 5px; }
table.blocker2 td    { border: 1px solid #e2e2e2; color: black; padding: 0 5px; }


table.blocker td.alert,
p.alert { 
  color: red;
}

.picture {
  float: right;
  margin: 6px 6px 6px 6px;
  text-align: right;
  border: 0px;
}

.justified p    { text-align: justify; }
.accessibility  { display: none; }
.alert, .red    { color: #f00; }
.strike         { text-decoration:line-through; }
p.buttons       { margin: 5px 0; }

.alignright     { text-align: right; }
.aligncentre    { text-align: center; }
.alignleft      { text-align: left; }
.alignjustify   { text-align: justify; }

.floatleft      { float: left; }
.floatright     { float: right; }
.fullwidth      { width: 100% }

#spammer        { display: none; }
#typekey        { visibility: hidden; display: none; height: 1px; }

.clearboth,
.clearbar {
  clear: both;
  height: 10px;
}

.boxed { border: 1px dashed #999; }
.release { padding: 10px; }

table.album {
  border: 0px;
}

table.album th,
table.album td {
  text-align: center;
  border: 0px;
  padding: 10px;
  text-decoration: none;
  text-transform: lowercase;
}

#gallery-left     { width: 300px; height: 355px; display:table; }
#gallery-left p   { font-size: 1.2em; line-height: 1.3em; text-align: justify; }
#gallery-right    { float: right; padding: 0; margin-right: 10px; }

#gallery-list     { vertical-align: middle; display:table-cell;  }
#gallery-list th,
#gallery-list td  { font-size: 1.3em; }

.product  {}
.prodimg  { float: right; margin: 5px; }
.proddesc { width: 600px; }
.review   { margin: 10px 0; }
.picture  { width: 200px; }

.label    { font-weight: bold; }
table.address,
table.address td,
table.address th { border-collapse: collapse; border: 0px solid #000; }

#gallerymove  { display: none; border: 1px solid #333; padding: 5px; width: 400px }
#gallerymove  { position: absolute; background-color: #fff; }

#socialbar {
    width: 300px; 
    border: 0px solid #0f0;
    margin-right: 0px;
    margin-top: 10px;
}

#facebook { width: 300px; border: 0px solid #f00; }

.boxer    { border-bottom: 0px solid #DDDDDD; }
.blocker  { width: 100%; }

div#release-content { border: 0px solid #f00; width: 100%; }
div#release-tracks  { border: 0px solid #0f0; }
div#release-cover   { border: 0px solid #00f; float: right; }
div#release-notes   { border: 0px solid #ff0; }

img.cover { padding: 5px 0 20px 0; }
