/* == COLORS ================================== */

.sale {
  color: green;
  font-weight: bold;
}

body { 
  background-color: 	white; 
}

h1.page-title { color: gray;  }
#body h1 { color: gray;    }
#body h2 { color: #233333; }
#body h3 { color: #575757; }

#comments {
  background-color: 	#eaeaea;
}

#footer {
  background-color: 	#444444;
  color: 		#eaeaea;
}

#footer a { color: #eaeaea; }
#header a { color: #000000; }

.deprecated, .deprecated h1, .deprecated h2, .deprecated h3 {
  color: #aaaaaa; 
}

.blog-metadata, .blog-metadata a {
  color: #727373;
}

/* == TYPOGRAPHY ============================== */

html  {
  font-family: "Helvetica Neue", Helvetica, "Century Gothic", Verdana, sans-serif;
}

h2, h3 {
  font-family:Georgia;
}

p, blockquote, li, table {
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: justify;
}

p {
  margin-bottom: 1.0em;
}

#body h1 {
  font-size: 2.0em;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  margin-bottom: 2px;
}

#body h2 {
  font-family: Georgia;
  font-size: 1.0em;
  text-transform: uppercase;
  padding-bottom: 0.2em;
  margin-bottom: 1.0em;
}

#article h2 {
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #727272;
  padding-top: 1.0em;
}

#body h3 {
  font-size: 0.9em;
  font-weight: bold;
}

#article h3 {
  padding-top: 1.0em;
}

/* == FORMS =================================== */

input {
  border: none;
}

#comments input, #comments textarea {
  border: 		1px solid;
}

/* == HEADER ================================== */

h1.page-title {
  font-size: 2.1em;
  letter-spacing: 0.15em;
  font-variant: small-caps;
  font-weight: bold;
  margin-bottom: 2px;
  border-bottom: 1px dotted #727373;
  text-align: right;
}

#header-logo {
  float: 		right;
  position: 		relative;
  top: 			-18px;
  z-index: 		1000;
  left: 		30px;
  margin-bottom: 	-25px;
}

#header-nav {
  position: 		relative;
  top: 			5.5em;
  z-index: 		999;
  font-size: 		0.9em;
  filter:		alpha(opacity=80);
  -moz-opacity:		0.8;
  -khtml-opacity: 	0.8;
  opacity: 		0.8;
  padding-bottom: 	3px;
}

#header-nav a {
//  font-weight: 		bold;
}

/* == FOOTER ================================== */

#footer {
  width:100%;
  margin-bottom: -30px;
  padding-bottom: 30px;
  padding-top: 0.5em;
  font-size: 0.9em;
}

#footer h1 {
  font-size: 0.95em;
  font-weight: bold;
  border: none;
  margin-bottom: 1.0em;
}

#footer a.list {
  display: table-row;
}

#footer hr {
  width: 95%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px;
  color: #878787;
  background-color: #676767;
  margin-top: 1.0em;
  opacity: 0.4;
}

#footer input {
  border: none;
}

#subscribe-button {
  vertical-align: bottom;
}
#subscribe-email {
  width: 140px;
}
#subscribe-footer {
  text-align: center;
}

#copyright {
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  opacity: 0.5;
}

#footer {
 line-height: 1.2em;
}

/* == BLOG ==================================== */


.blog-metadata, .blog-metadata a {
  font-size: 0.7em;
  margin-top: -1.0em;
}

.blog-excerpt h2 {
  border-top: 1px solid;
}

#blog-sidebar h2 {
  margin-bottom: 0;
  margin-top: 0.5em;
}

/* == RSS ===================================== */

#rss p {
  margin-top: 0;
  margin-bottom: 0;
}

#rss a {
  color: #e04000;
}

#rss img {
  position: relative;
  top: 0.33em;
}

/* == TAGS ==================================== */

.tagSize1 { font-size: 0.8em; }
.tagSize2 { font-size: 1.0em; }
.tagSize3 { font-size: 1.4em; }
.tagSize4 { font-size: 1.6em; }

/* == MISC ==================================== */

img {
  border: 		none;
}

.color-swatch  p {
  text-align: 		center;
  margin-top: 		6px;
  line-height: 		1.2em;
       min-height: 42px;
}

#product-list, #product-list p {
  text-align: right;
}

div.title {
  text-align: right;
}

hr {
  color: #575757;
  height: 1px;
  width: 80%;
  padding-left: 0.9em;
}

#available p {
  font-size: 0.8em;
}

#available img {
  clear: both;
  float: left;
  vertical-align: top;
}

#message {
  width:100%;
}


p.posted {
  margin-bottom: 0;
  margin-top: 0;
  color: #575757;
}

#blog-articles p.posted {
  margin-top: 0.5em;
}

#sidebar h2 {
  margin-top: 1.0em;
  border-bottom: 1px solid #D0D0D0;
  letter-spacing: 0;
  font-size: 90%;
}

#main-footer-deco {
  height: 200px;
  width: 100%;
  background-image: url(/images/workshop-montage.jpg);
}

li.tweet {
  text-align: left;
  margin-bottom:0.5em;
  font-size: 0.7em;
}

.rounded {
  background-color: #eaeaea;
  -moz-border-radius: 1.0em;
  -webkit-border-radius: 1.0em;
  border-radius: 1.0em;
}
.rounded-inner {
  padding: 0.5em;  
}

li {
  list-style-position: inside;
}

#body table {
  width: 100%;
}

.warning {
  background-color: #ffbaba;
  margin-bottom: 0.5em;
}

.warning p {
  margin-bottom: 0em;
}


/* == BOOKMARK BAR ============================ */

#bookmark {
  margin-bottom: 	1em;
  text-align: right;
}

#bookmark a {
  margin-left: 	6px;
  border: 		none;
}

#bookmark img {
  border: 		none;
  filter:		alpha(opacity=50);
  -moz-opacity:		0.5;
  -khtml-opacity: 	0.5;
  opacity: 		0.5;
}

/* == STORE =================================== */

.shop-header-button {
  position: relative;
  float: right;
  top: -26px;
  z-index: 1000;
}

.shop-button {
  padding-bottom: 10px;
}

form.add-to-cart {
  display: inline;
  vertical-align: -20%;
}

.shop-entry {
  width: 200px;
  min-height: 250px;
  margin-right: -2px;
}




.coming-soon {
text-align: center;
}
